| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Prevent possible array out-of-bounds access by _mesa_light. | Vinson Lee | 2010-01-04 | 1 | -15/+32 |
* | mesa/main: Make FEATURE_attrib_stack follow feature conventions. | Chia-I Wu | 2009-09-30 | 1 | -0/+17 |
* | mesa: Add support for ARB_depth_clamp. | Eric Anholt | 2009-09-08 | 1 | -0/+7 |
* | mesa: simplify glPushAttrib() list building code | Brian Paul | 2009-08-08 | 1 | -106/+40 |
* | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-07-17 | 1 | -7/+1 |
|\ |
|
| * | mesa: fix texture border color code for glPopAttrib() | Brian Paul | 2009-07-14 | 1 | -7/+1 |
| * | mesa: fix some potential state-restore issues in pop_texture_group() | Brian Paul | 2009-06-22 | 1 | -45/+45 |
* | | mesa: use Elements() for loop limit | Brian Paul | 2009-05-22 | 1 | -2/+2 |
* | | mesa: simplify adjust_buffer_object_ref_counts() | Brian Paul | 2009-05-22 | 1 | -12/+14 |
* | | mesa: fix some potential state-restore issues in pop_texture_group() | Brian Paul | 2009-05-21 | 1 | -45/+45 |
|/ |
|
* | mesa: fix bad mask bit in clip plane restore code for glPopAttrib() | Lars Henning Wendt | 2009-04-16 | 1 | -1/+1 |
* | mesa: rename some gl_light fields to be clearer | Brian Paul | 2009-04-03 | 1 | -1/+1 |
* | mesa: move glViewport and glDepthRange functions into new viewport.c file | Brian Paul | 2009-03-07 | 1 | -0/+1 |
* | mesa: move gl_attrib_node struct to attrib.c too | Brian Paul | 2009-02-28 | 1 | -0/+12 |
* | mesa: move gl_enable_attrib struct to attrib.c, the only place it's used | Brian Paul | 2009-02-28 | 1 | -0/+84 |
* | mesa: use an array for current texture objects | Brian Paul | 2009-02-21 | 1 | -29/+9 |
* | mesa: re-org texgen state | Brian Paul | 2009-02-21 | 1 | -16/+16 |
* | mesa: don't include m_xform.h where not needed | Brian Paul | 2009-02-12 | 1 | -1/+1 |
* | mesa: remove incorrect refcounting adjustment in adjust_buffer_object_ref_cou... | Brian Paul | 2009-01-30 | 1 | -3/+0 |
* | Make GL_ARB_draw_buffers mandatory | Ian Romanick | 2009-01-28 | 1 | -8/+7 |
* | Make GL_ARB_texture_compression mandatory | Ian Romanick | 2009-01-28 | 1 | -3/+2 |
* | mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_texture | Brian Paul | 2009-01-28 | 1 | -9/+3 |
* | mesa: increase max texture image units and GLSL samplers to 16 | Brian Paul | 2008-12-31 | 1 | -2/+3 |
* | mesa: refactor: move glTexParameter-related functions into new texparam.c file | Brian Paul | 2008-09-21 | 1 | -0/+1 |
* | mesa: refactor: move glTexEnv-related functions into new texenv.c file | Brian Paul | 2008-09-21 | 1 | -0/+1 |
* | mesa: refactor: move glTexGen-related functions into new texgen.c file | Brian Paul | 2008-09-21 | 1 | -0/+1 |
* | mesa: refactor: move multisample-related functions into new multisample.c file | Brian Paul | 2008-09-21 | 1 | -0/+1 |
* | mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram... | Brian Paul | 2008-09-21 | 1 | -0/+1 |
* | mesa: refactor: move scissor functions into new scissor.c file | Brian Paul | 2008-09-21 | 1 | -0/+1 |
* | mesa: remove EXT/NV suffixes from _mesa_PointParameter functions | Brian Paul | 2008-09-21 | 1 | -12/+12 |
* | mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib() | Brian Paul | 2008-09-05 | 1 | -1/+1 |
* | mesa: improved gl_buffer_object reference counting | Brian Paul | 2008-09-04 | 1 | -36/+51 |
* | include varray.h to silence warning | Brian | 2008-03-21 | 1 | -1/+1 |
* | mesa: avoid to unlock an unlocked array in _mesa_PopClientAttrib | Xiang, Haihao | 2008-03-17 | 1 | -1/+1 |
* | Allow first != 0 in mesa CVA handling, and add more error checking. | Eric Anholt | 2008-02-04 | 1 | -2/+4 |
* | Only set R_MODE with NV_point_sprite | Alan Hourihane | 2007-10-28 | 1 | -1/+2 |
* | replace separate 1D/2D/etc fields with an array indexed by texture target | Brian | 2007-08-16 | 1 | -82/+46 |
* | Bring over the texobj refcounting changes from mesa_7_0_branch | Brian | 2007-08-16 | 1 | -77/+159 |
* | Implement mutex/locking around texture object reference counting. | Brian | 2007-08-13 | 1 | -0/+1 |
* | fix mesa's handling of fbo's / window fb (again) | Roland Scheidegger | 2007-07-19 | 1 | -0/+4 |
* | restore GL_TEXTURE_LOD_BIAS in _mesa_PopAttrib(), bug 11049 | Brian | 2007-05-23 | 1 | -0/+1 |
* | incr/decr 1D/2DArray texture refcounts like other targets | Brian | 2007-05-23 | 1 | -1/+5 |
* | need to copy new 1D/2D array texture objects in _mesa_PushAttrib() | Brian | 2007-05-19 | 1 | -0/+4 |
* | Initial implementation of MESA_texture_array | Ian Romanick | 2007-05-16 | 1 | -0/+12 |
* | don't set GL_TEXTURE_MAX_LEVEL for GL_TEXTURE_RECTANGLE_ARB as that generates... | Brian | 2007-04-17 | 1 | -1/+2 |
* | Colortable re-org. | Brian | 2007-03-16 | 1 | -9/+10 |
* | Fix glPush/PopClientAttrib() for VBO state (bug 9445). | Brian | 2007-01-05 | 1 | -2/+15 |
* | fix glPopAttrib/color material bug #9091 | Brian Paul | 2006-11-20 | 1 | -4/+4 |
* | Merge texmem-0-3-branch. | Keith Whitwell | 2006-11-01 | 1 | -0/+5 |
* | fix bug when pushing ReadBuffer state for GL_PIXEL_MODE_BIT | Brian Paul | 2006-08-04 | 1 | -0/+2 |