2005-09-01 |
Brian Paul | use proper datatypes to silence a bunch of warnings |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | added a few more fields to help with DRI drivers |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | remove fxDDSetBuffer() |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | remove set_buffer() |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | remove old set_buffer routine and misc code |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Brian Paul | remove the old set_buffer() routine |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Brian Paul | Just additional comments. |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Roland Scheidegger | enable GL_ARB_texture_env_crossbar on r200, separate... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Brian Paul | use 'f' key to toggle front/back buffer rendering |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Brian Paul | remove dead code, update comments |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Alan Hourihane | reverse a bogus patch |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Dave Airlie | complete fix for miniglx startup issue since driver... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Brian Paul | remove redundant ctx->Driver fallback assignments that... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Brian Paul | fix a cast/assignment warning |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Brian Paul | silence fprintf and casting warnings |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Brian Paul | added some parenthesis to silence warnings |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Alan Hourihane | drmUnmap correct size |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Alan Hourihane | move via_dri.h to server |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Alan Hourihane | define Bool for solo builds |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Alan Hourihane | Fixes from https://bugs.freedesktop.org/attachment... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Brian Paul | fix APP_LIB_DEPS |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Ian Romanick | Implement GL_ARB_texture_env_combine, GL_EXT_texture_en... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Alan Hourihane | remove drmAddress |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Brian Paul | added note about IEEE vs VAX floating point (bug 4270) |
commit | commitdiff | tree | snapshot |
2005-08-28 |
Brian Paul | fix a few proxy color table bugs (bug 4270) |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Brian Paul | check the Ready flag when getting GL_QUERY_RESULT_ARB |
commit | commitdiff | tree | snapshot |
2005-08-27 |
Brian Paul | Rearrange the code related to GL_ARB_occlusion_object... |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Adam Jackson | /dri/msg |
commit | commitdiff | tree | snapshot |
2005-08-26 |
Alan Hourihane | Fix the scripts for the cygwin & mingw changes |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | added singlebuffer demo |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | Demo of how to do (nearly) flicker-free rendering with... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | fix comment and #if test |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | don't compile debug code (bug 4242: rand undefined) |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | remove stray references to ctx->Depth.OcclusionTest |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Ian Romanick | Fix texture format selection. ChooseTextureFormat... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Alan Hourihane | update for mingw |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | Update the glut idle function after a new window is... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | initial 6.5 changes (reflect demo, remove GL_HP_occlusi... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | removed GL_HP_occlusion_test extension |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | fix segfault in Fake_glXCreatePBuffer(), bug 4235 |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | s/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237) |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Eric Anholt | Attempt to fix the issue reported by Alan Grimes with... |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | make tiles a little smaller so they're all visible |
commit | commitdiff | tree | snapshot |
2005-08-25 |
Brian Paul | also check for texture border in sample_linear_2d() |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Brian Paul | Added multi-window support. Press 'n' to create new... |
commit | commitdiff | tree | snapshot |
2005-08-24 |
Alan Hourihane | Fix Windows build problems. |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Brian Paul | GLw demo doesn't belong here |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Brian Paul | removed lines that caused some files to be included... |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Brian Paul | simplify, clean-up texel addressing macros |
commit | commitdiff | tree | snapshot |
2005-08-23 |
Brian Paul | update version to 6.5.0 |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Brian Paul | added GL_X_RENDERABLE to glXChooseFBConfig (bug 4181) |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Brian Paul | bump version to 6.5 |
commit | commitdiff | tree | snapshot |
2005-08-22 |
Brian Paul | added .S DRI files to tarball (Donnie Berkholz), bumped... |
commit | commitdiff | tree | snapshot |
2005-08-21 |
Dave Airlie | fix up libdrm for egl |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Brian Paul | fix typo |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Brian Paul | md5 sums for 6.3.2 |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Brian Paul | update MESA_DEBUG with FP info |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Adam Jackson | Convert libGL and DRI drivers to require libdrm. |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Ian Romanick | Fix a realloc problem with indirect vertex arrays.... |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Brian Paul | updates for 6.3.2 release, plus other assorted clean-ups |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Alan Hourihane | Commit missing piece from Egbert's 32/64 bit patches |
commit | commitdiff | tree | snapshot |
2005-08-19 |
Ian Romanick | Enable ARB_texture_compression. The code has been... |
commit | commitdiff | tree | snapshot |
2005-08-18 |
Ian Romanick | Add support for NV_blend_square. This was tested with |
commit | commitdiff | tree | snapshot |
2005-08-18 |
Ian Romanick | Make sure extension entry point offsets are properly... |
commit | commitdiff | tree | snapshot |
2005-08-18 |
Ian Romanick | Don't try to update hardware texture fields if there... |
commit | commitdiff | tree | snapshot |
2005-08-18 |
Ian Romanick | Add simple regression test for bugzilla #3195. |
commit | commitdiff | tree | snapshot |
2005-08-18 |
Ian Romanick | Make the i810 driver use driGetRendererString like... |
commit | commitdiff | tree | snapshot |
2005-08-18 |
Brian Paul | Replace mult/div operators with bitwise operators in... |
commit | commitdiff | tree | snapshot |
2005-08-16 |
Brian Paul | Bump version to 6.3.2 |
commit | commitdiff | tree | snapshot |
2005-08-16 |
Brian Paul | updates for 6.3.2 |
commit | commitdiff | tree | snapshot |
2005-08-15 |
Brian Paul | include stdint.h if WIN32 and GNUC (Colin Harrison... |
commit | commitdiff | tree | snapshot |
2005-08-15 |
Brian Paul | test the standard stencil op modes too (Philipp Klaus... |
commit | commitdiff | tree | snapshot |
2005-08-15 |
Roland Scheidegger | In _mesa_TexEnvfv, do not accept values for GL_OPERAND2... |
commit | commitdiff | tree | snapshot |
2005-08-15 |
Ian Romanick | Put back '-I/usr/X11R6/include'. |
commit | commitdiff | tree | snapshot |
2005-08-15 |
Alan Hourihane | Add Egberts fixes for 64bit architectures |
commit | commitdiff | tree | snapshot |
2005-08-14 |
Alan Hourihane | Add a check which compares the passed in size of the... |
commit | commitdiff | tree | snapshot |
2005-08-13 |
Ian Romanick | Enable support for EXT_stencil_wrap. The code was... |
commit | commitdiff | tree | snapshot |
2005-08-12 |
Brian Paul | added FREXPF() macro (bug 4060) |
commit | commitdiff | tree | snapshot |
2005-08-11 |
Ian Romanick | Remove the logic that determines at compile time whethe... |
commit | commitdiff | tree | snapshot |
2005-08-11 |
Ian Romanick | Remove support for the R200_NO_VTXFMT environment varia... |
commit | commitdiff | tree | snapshot |
2005-08-11 |
Ian Romanick | Makefile cleanups suggested by George Fufutos (bugzilla... |
commit | commitdiff | tree | snapshot |
2005-08-11 |
Ian Romanick | Don't link with libGL, libEGL, or libEGLdri. On EGL... |
commit | commitdiff | tree | snapshot |
2005-08-11 |
Ian Romanick | Since Brian's recent commit, "-I/usr/X11R6/include... |
commit | commitdiff | tree | snapshot |
2005-08-11 |
Brian Paul | fix X #includes so they're relative to X11/ directory... |
commit | commitdiff | tree | snapshot |
2005-08-11 |
Ian Romanick | Make ffb driver build on x86-64. The fix is two fold... |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Ian Romanick | Remove _glapi_check_multithread from the interface... |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Ian Romanick | Mesa uses the glVertexAttrib*NV functions to implement... |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Brian Paul | the PIXEL_MAP_I_TO_I table should be GLfloat, not GLint |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Brian Paul | fix static assertion problem for gcc (bug 4022) |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Brian Paul | disable the pointer size assertions (bug 4021) |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Brian Paul | fix indentation |
commit | commitdiff | tree | snapshot |
2005-08-10 |
Keith Whitwell | Check for prim/vertex store non-null before messing... |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Ian Romanick | Add rules and target to build src/mesa/x86-64/glapi_x86... |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Keith Whitwell | Decrement the context's refcounts on part-used storage... |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Brian Paul | actually free the renderbuffer in xmesa_delete_renderbu... |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Brian Paul | delete display lists upon exit |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Brian Paul | free display lists and destroy window upon exit |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Brian Paul | _mesa_free_framebuffer_data() call frees the renderbuff... |
commit | commitdiff | tree | snapshot |
2005-08-09 |
Brian Paul | free context structure (bug 1252316) and s/free/_mesa_free/ |
commit | commitdiff | tree | snapshot |
2005-08-08 |
Ian Romanick | Make the linux-dri-x86 builds work on x86-64 again... |
commit | commitdiff | tree | snapshot |
next |