Age | Commit message (Expand) | Author | Files | Lines |
2008-09-24 | Prepare changelog for uploadmesa-7.2-1 | Julien Cristau | 1 | -2/+2 |
2008-09-24 | intel: don't warn about TTM init failure. | Julien Cristau | 3 | -0/+16 |
2008-09-24 | Remove the build-dep on dri2proto, DRI2 support has been removed. | Julien Cristau | 2 | -1/+4 |
2008-09-23 | Update the changelog, refresh patch 04. | Timo Aaltonen | 2 | -7/+12 |
2008-09-23 | Merge commit 'mesa_7_2' into debian-experimental | Timo Aaltonen | 196 | -5528/+4758 |
2008-09-20 | mesa: docs: remove parenthesismesa_7_2 | Brian Paul | 1 | -1/+1 |
2008-09-20 | mesa: set 7.2 version for tarballs | Brian Paul | 1 | -4/+4 |
2008-09-20 | mesa: prep for 7.2 release | Brian Paul | 2 | -2/+8 |
2008-09-20 | Update to SGI FreeB 2.0. | Adam Jackson | 135 | -4442/+3780 |
2008-09-18 | document _tnl_InvalidateState() fix | Brian Paul | 1 | -0/+1 |
2008-09-18 | mesa: fix null ptr deref bug in _tnl_InvalidateState(), bug 15834 | Brian Paul | 1 | -6/+14 |
2008-09-17 | mesa: fix bug in previous changes to _slang_resolve_attributes() | Brian Paul | 1 | -1/+3 |
2008-09-16 | document glBindAttribLocation fixes | Brian Paul | 1 | -0/+1 |
2008-09-16 | mesa: rework GLSL vertex attribute binding | Brian Paul | 4 | -103/+110 |
2008-09-16 | mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_... | Brian Paul | 1 | -5/+7 |
2008-09-15 | fix msaa enable/disable bug | Brian Paul | 1 | -0/+1 |
2008-09-15 | mesa: fix MSAA enable state in update_multisample() | Brian Paul | 1 | -4/+4 |
2008-09-15 | document display list bug fix | Brian Paul | 1 | -0/+1 |
2008-09-15 | mesa: remove some assertions that are invalid during context tear-down | Brian Paul | 1 | -1/+4 |
2008-09-15 | mesa: get another class of degenerate dlists working | Keith Whitwell | 2 | -2/+29 |
2008-09-14 | glut: s/glut_fbc.c/glut_fcb.c/ | Shane Blackett | 1 | -1/+1 |
2008-09-13 | mesa: Makefile: 7.2 release candidate 1mesa_7_2_rc1 | Brian Paul | 1 | -4/+4 |
2008-09-13 | mesa: documentation updates for 7.2 release | Brian Paul | 3 | -3/+15 |
2008-09-13 | updated Cell driver info | Brian Paul | 1 | -13/+43 |
2008-09-13 | Mesa: version bumps for 7.2 release | Brian Paul | 3 | -8/+8 |
2008-09-13 | document 7.2 bug fixes, etc | Brian Paul | 1 | -1/+9 |
2008-09-13 | tdfx: fix crash and lack of visuals bug | Jakub Bogusz | 1 | -52/+25 |
2008-09-13 | i915: fix himask constant init for 64-bit build | Guillaume Melquiond | 1 | -1/+1 |
2008-09-13 | glx: fix 64-bit datatype issue | Guillaume Melquiond | 1 | -1/+7 |
2008-09-13 | mesa: return after _mesa_problem() calls | Guillaume Melquiond | 2 | -0/+3 |
2008-09-13 | mesa: #include <stdio.h> | Guillaume Melquiond | 1 | -0/+1 |
2008-09-13 | remove invalid XDestroyWindow() call | Guillaume Melquiond | 1 | -1/+0 |
2008-09-13 | silence warning | Guillaume Melquiond | 1 | -1/+1 |
2008-09-13 | GLU: fix asst warnings | Guillaume Melquiond | 9 | -12/+12 |
2008-09-12 | Remove DRI2 support | Ian Romanick | 8 | -693/+1 |
2008-09-12 | i965: Add support for G41 chipset which is another 4 series. | Xiang, Haihao | 2 | -1/+6 |
2008-09-11 | Fix grammar and punctuation in glxinfo(1) | Brice Goglin | 2 | -1/+8 |
2008-09-11 | added 24bpp support | Shane Blackett | 1 | -10/+217 |
2008-09-10 | Fixes for Mingw | Shane Blackett | 2 | -2/+2 |
2008-09-05 | mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib() | Brian Paul | 1 | -1/+1 |
2008-09-04 | mesa: improved gl_buffer_object reference counting | Brian Paul | 10 | -187/+242 |
2008-09-04 | intel: Fix depth_stencil texture. | Xiang, Haihao | 3 | -3/+3 |
2008-09-04 | mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24 | Xiang, Haihao | 1 | -2/+2 |
2008-09-04 | mesa: Support for MESA_FORMAT_S8_Z24 texture | Jakob Bornecrantz | 5 | -0/+134 |
2008-09-02 | fix BUFFER_DEPTH/BUFFER_ACCUM mix-up | Brian Paul | 1 | -6/+6 |
2008-09-02 | fix no error generated when calling glLight{if}[v] inside begin/end (bug 17408) | Roland Scheidegger | 1 | -0/+1 |
2008-08-29 | i965: force thread switch after IF/ELSE/ENDIF. partial fix for #16882. | Xiang, Haihao | 1 | -0/+5 |
2008-08-29 | i965: mask control for BREAK/CONT/DO/WHILE. partial fix fox #16882 | Xiang, Haihao | 1 | -4/+4 |
2008-08-29 | i965: Push/pop instruction state. partial fix for #16882 | Xiang, Haihao | 1 | -2/+2 |
2008-08-28 | mesa: bump MAX_INSN to 350 | Brian Paul | 1 | -1/+1 |