Age | Commit message (Expand) | Author |
2007-10-30 | More vblank cleanups. | Michel Dänzer |
2007-10-29 | Refactor and fix core vblank support | Jesse Barnes |
2007-10-10 | Replace open-coded major, minor, and patch version fields with __DRIversionRec. | Kristian Høgsberg |
2007-03-13 | enable ARB_vertex_buffer_object for more dri drivers | Roland Scheidegger |
2006-10-31 | switch remaining drivers over to vbo | Keith Whitwell |
2006-09-28 | Make driDrawableInitVBlank() initialize the sequence number. | Michel Dänzer |
2006-04-11 | More GLSL code: | Michal Krol |
2006-04-09 | Destroy the GL context after driDestroyTextureHeap, because the driver's | Eric Anholt |
2006-02-03 | replace the texture level hack used in radeon/r200 to allow larger textures w... | Roland Scheidegger |
2005-10-27 | Add support for GL_EXT_stencil_wrap, from hearing that the windows drivers did | Eric Anholt |
2005-10-26 | Fix the RGB order of the specular color emit, and turn GL_EXT_secondary_color | Eric Anholt |
2005-10-26 | Add support for GL_EXT_fog_coord, tested using tests/fog.c. (Also, matches the | Eric Anholt |
2005-07-28 | Major rip-up of internal function insertion interface. The old | Ian Romanick |
2005-06-30 | Replace add_newer_entrypoints (src/mesa/main/context.c) with | Ian Romanick |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2004-11-27 | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul |
2004-10-08 | Add fallback debugging (R128_DEBUG=fall) output, and set DO_DEBUG=1 by default | Eric Anholt |
2004-10-02 | Convert Rage 128 over to t_vertex.c. While it's slightly slower (10% in ipers) | Eric Anholt |
2004-06-04 | Enable GL_EXT_blend_subtract and GL_NV_blend_square. | Ian Romanick |
2004-03-12 | Make R128 driver use sarea/defines from DRM. removed r128_common.h | Jon Smirl |
2004-02-26 | added _tnl_allow_vertex/pixel_fog() calls | Brian Paul |
2004-01-26 | Make the drivers using the common texmem code work with NewTextureObject | Felix Kuehling |
2004-01-20 | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul |
2004-01-13 | Added some missing extension strings. | Ian Romanick |
2004-01-12 | Removed redundant extension strings. The Mesa extension mechanism | Ian Romanick |
2003-12-12 | applied Felix's patch for configuration system | Brian Paul |
2003-12-12 | set MaxTextureImageUnits, MaxTextureCoordUnits | Keith Whitwell |
2003-12-08 | fix bogus assertion that checked for an empty texture heap list before | Alan Hourihane |
2003-12-05 | merge r128 DRI driver from DRI trunk | Alan Hourihane |
2003-10-21 | Update DRI drivers to current DRI CVS and make them work. | Jon Smirl |
2003-08-22 | patch to import Jon Smirl's work from Bitkeeper | Brian Paul |