Age | Commit message (Expand) | Author |
2010-03-06 | dri: drop MINIGLX_SOURCES (2) | George Sapountzis |
2010-03-06 | dri: drop MINIGLX_SOURCES | George Sapountzis |
2010-03-03 | Remove stray defines of HAVE_RGBA | Ian Romanick |
2010-02-27 | tdfx: Add asserts to check for null pointer dereferences. | Vinson Lee |
2010-02-19 | Drop macro wrappers for the aligned memory functions | Kristian Høgsberg |
2010-02-19 | mesa: replace old MEMSET macro with memset | Brian Paul |
2010-02-19 | mesa: replace old MEMCPY macro with memcpy | Brian Paul |
2010-02-10 | dri: Allow selective generation of accum. buffer configs | Ian Romanick |
2010-01-25 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-23 | tdfx: Remove unnecessary headers. | Vinson Lee |
2010-01-08 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-06 | mesa: test index bounds before array element | Roel Kluin |
2010-01-06 | Merge remote branch 'origin/mesa_7_7_branch' | José Fonseca |
2010-01-05 | tdfx: condition always evaluates to false in SetupDoubleTexEnvVoodoo3() | Roel Kluin |
2010-01-04 | Push __driDriverExtensions out of dri_util.c and into the drivers | Kristian Høgsberg |
2010-01-04 | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg |
2009-12-31 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2009-12-29 | tdfx: Silence uninitialized variable warning. | Vinson Lee |
2009-12-29 | mesa: implement per-buffer color masking | Brian Paul |
2009-11-19 | tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG] | Eric Anholt |
2009-11-19 | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr. | Eric Anholt |
2009-11-19 | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*] | Eric Anholt |
2009-10-28 | Merge branch 'texformat-rework' | Brian Paul |
2009-10-25 | mesa: choose texture format in core mesa, not drivers | Brian Paul |
2009-10-25 | mesa: remove calls to _mesa_compressed_row_stride() | Brian Paul |
2009-10-24 | mesa: change compressed texture size calls | Brian Paul |
2009-10-23 | mesa: Enable remap table in core. | Chia-I Wu |
2009-10-22 | dri/drivers: update driNewRenderbuffer() to take a gl_format | Brian Paul |
2009-10-16 | mesa: lift default symlinks target into Makefile.template | Brian Paul |
2009-10-05 | drivers: don't include texformat.h | Brian Paul |
2009-10-01 | mesa: removed gl_texture_image::CompressedSize field | Brian Paul |
2009-10-01 | mesa: remove gl_texture_image::IsCompressed field | Brian Paul |
2009-09-30 | mesa: replace gl_texture_format with gl_format | Brian Paul |
2009-09-28 | drivers: use _mesa_texstore | Brian Paul |
2009-09-28 | drivers: use new _mesa_texstore() function | Brian Paul |
2009-09-27 | mesa/drivers: use _mesa_get_format_bytes() | Brian Paul |
2009-09-27 | mesa: use _mesa_get_texstore_func() | Brian Paul |
2009-09-15 | mesa: move generate mipmap calls | Brian Paul |
2009-03-07 | mesa: remove GL_MESA_program_debug extension | Brian Paul |
2009-03-07 | mesa: remove last of _mesa_unreference_framebuffer() calls | Brian Paul |
2009-03-02 | mesa: use Stencil._Enabled field instead of Stencil.Enabled | Brian Paul |
2009-02-10 | intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8. | Eric Anholt |
2009-02-10 | tdfx: Fix begin/endquery for current API. | Eric Anholt |
2009-02-10 | gallium: Fixups for driCreateConfigs MSAA support. | Michel Dänzer |
2009-02-09 | re-add MSAA support | Brian Paul |
2009-01-28 | Make GL_ARB_draw_buffers mandatory | Ian Romanick |
2009-01-28 | Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory | Ian Romanick |
2009-01-28 | Make GL_ARB_vertex_buffer_object mandatory | Ian Romanick |
2009-01-28 | Make GL_ARB_multisample mandatory | Ian Romanick |
2009-01-28 | Make GL_ARB_texture_compression mandatory | Ian Romanick |