summaryrefslogtreecommitdiff
path: root/src/mesa/main/attrib.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-30mesa/main: Make FEATURE_attrib_stack follow feature conventions.Chia-I Wu1-0/+17
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt1-0/+7
2009-08-08mesa: simplify glPushAttrib() list building codeBrian Paul1-106/+40
2009-07-17Merge branch 'mesa_7_5_branch'Brian Paul1-7/+1
2009-07-14mesa: fix texture border color code for glPopAttrib()Brian Paul1-7/+1
2009-06-22mesa: fix some potential state-restore issues in pop_texture_group()Brian Paul1-45/+45
2009-05-22mesa: use Elements() for loop limitBrian Paul1-2/+2
2009-05-22mesa: simplify adjust_buffer_object_ref_counts()Brian Paul1-12/+14
2009-05-21mesa: fix some potential state-restore issues in pop_texture_group()Brian Paul1-45/+45
2009-04-16mesa: fix bad mask bit in clip plane restore code for glPopAttrib()Lars Henning Wendt1-1/+1
2009-04-03mesa: rename some gl_light fields to be clearerBrian Paul1-1/+1
2009-03-07mesa: move glViewport and glDepthRange functions into new viewport.c fileBrian Paul1-0/+1
2009-02-28mesa: move gl_attrib_node struct to attrib.c tooBrian Paul1-0/+12
2009-02-28mesa: move gl_enable_attrib struct to attrib.c, the only place it's usedBrian Paul1-0/+84
2009-02-21mesa: use an array for current texture objectsBrian Paul1-29/+9
2009-02-21mesa: re-org texgen stateBrian Paul1-16/+16
2009-02-12mesa: don't include m_xform.h where not neededBrian Paul1-1/+1
2009-01-30mesa: remove incorrect refcounting adjustment in adjust_buffer_object_ref_cou...Brian Paul1-3/+0
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick1-8/+7
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick1-3/+2
2009-01-28mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_textureBrian Paul1-9/+3
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul1-2/+3
2008-09-21mesa: refactor: move glTexParameter-related functions into new texparam.c fileBrian Paul1-0/+1
2008-09-21mesa: refactor: move glTexEnv-related functions into new texenv.c fileBrian Paul1-0/+1
2008-09-21mesa: refactor: move glTexGen-related functions into new texgen.c fileBrian Paul1-0/+1
2008-09-21mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul1-0/+1
2008-09-21mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...Brian Paul1-0/+1
2008-09-21mesa: refactor: move scissor functions into new scissor.c fileBrian Paul1-0/+1
2008-09-21mesa: remove EXT/NV suffixes from _mesa_PointParameter functionsBrian Paul1-12/+12
2008-09-05mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib()Brian Paul1-1/+1
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul1-36/+51
2008-03-21include varray.h to silence warningBrian1-1/+1
2008-03-17mesa: avoid to unlock an unlocked array in _mesa_PopClientAttribXiang, Haihao1-1/+1
2008-02-04Allow first != 0 in mesa CVA handling, and add more error checking.Eric Anholt1-2/+4
2007-10-28Only set R_MODE with NV_point_spriteAlan Hourihane1-1/+2
2007-08-16replace separate 1D/2D/etc fields with an array indexed by texture targetBrian1-82/+46
2007-08-16Bring over the texobj refcounting changes from mesa_7_0_branchBrian1-77/+159
2007-08-13Implement mutex/locking around texture object reference counting.Brian1-0/+1
2007-07-19fix mesa's handling of fbo's / window fb (again)Roland Scheidegger1-0/+4
2007-05-23restore GL_TEXTURE_LOD_BIAS in _mesa_PopAttrib(), bug 11049Brian1-0/+1
2007-05-23incr/decr 1D/2DArray texture refcounts like other targetsBrian1-1/+5
2007-05-19need to copy new 1D/2D array texture objects in _mesa_PushAttrib()Brian1-0/+4
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick1-0/+12
2007-04-17don't set GL_TEXTURE_MAX_LEVEL for GL_TEXTURE_RECTANGLE_ARB as that generates...Brian1-1/+2
2007-03-16Colortable re-org.Brian1-9/+10
2007-01-05Fix glPush/PopClientAttrib() for VBO state (bug 9445).Brian1-2/+15
2006-11-20fix glPopAttrib/color material bug #9091Brian Paul1-4/+4
2006-11-01Merge texmem-0-3-branch.Keith Whitwell1-0/+5
2006-08-04fix bug when pushing ReadBuffer state for GL_PIXEL_MODE_BITBrian Paul1-0/+2
2006-06-12include arrayobj.hBrian Paul1-0/+1