mesa: remove incorrect refcounting adjustment in adjust_buffer_object_ref_counts()
[mesa.git] / src / mesa / main / attrib.c
2009-01-30 Brian Paulmesa: remove incorrect refcounting adjustment in adjust...
2009-01-29 Ian RomanickMake GL_ARB_draw_buffers mandatory
2009-01-29 Ian RomanickMake GL_ARB_texture_compression mandatory
2009-01-28 Brian Paulmesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient...
2008-12-31 Brian Paulmesa: increase max texture image units and GLSL sampler...
2008-09-22 Brian Paulmesa: refactor: move glTexParameter-related functions...
2008-09-22 Brian Paulmesa: refactor: move glTexEnv-related functions into...
2008-09-22 Brian Paulmesa: refactor: move glTexGen-related functions into...
2008-09-22 Brian Paulmesa: refactor: move multisample-related functions...
2008-09-22 Brian Paulmesa: refactor: move _mesa_resizebuffers(), _mesa_Resiz...
2008-09-22 Brian Paulmesa: refactor: move scissor functions into new scissor...
2008-09-22 Brian Paulmesa: remove EXT/NV suffixes from _mesa_PointParameter...
2008-09-05 Brian Paulmesa: replace MALLOC w/ CALLOC to fix memory error...
2008-09-04 Brian Paulmesa: improved gl_buffer_object reference counting
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-21 Brianinclude varray.h to silence warning
2008-03-17 Xiang, Haihaomesa: avoid to unlock an unlocked array in _mesa_PopCli...
2008-02-05 Eric AnholtAllow first != 0 in mesa CVA handling, and add more...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-28 Alan HourihaneOnly set R_MODE with NV_point_sprite
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-08-16 Brianreplace separate 1D/2D/etc fields with an array indexed...
2007-08-16 BrianBring over the texobj refcounting changes from mesa_7_0...
2007-08-13 BrianImplement mutex/locking around texture object reference...
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-19 Roland Scheideggerfix mesa's handling of fbo's / window fb (again)
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-23 Brianrestore GL_TEXTURE_LOD_BIAS in _mesa_PopAttrib(), bug...
2007-05-23 Brianincr/decr 1D/2DArray texture refcounts like other targets
2007-05-19 Brianneed to copy new 1D/2D array texture objects in _mesa_P...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-16 Ian RomanickInitial implementation of MESA_texture_array
2007-04-17 Briandon't set GL_TEXTURE_MAX_LEVEL for GL_TEXTURE_RECTANGLE...
2007-03-21 Brianmerge from master
2007-03-17 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-16 BrianColortable re-org.
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2007-01-05 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-05 BrianFix glPush/PopClientAttrib() for VBO state (bug 9445).
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-20 Brian Paulfix glPopAttrib/color material bug #9091
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-08-04 Brian Paulfix bug when pushing ReadBuffer state for GL_PIXEL_MODE_BIT
2006-06-12 Brian Paulinclude arrayobj.h
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-04-22 Brian PaulFix yet another issue with popping GL_DRAW_BUFFER state...
2006-04-14 Brian PaulWhen popping GL_DRAW_BUFFER state, need to re-do error...
2006-03-03 Roland ScheideggerUse standard ARB names instead of vendor-specific NV...
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-11-12 Brian PaulAdded _mesa_light() helper function so we can avoid...
2005-11-10 Brian Pauls/MAX_LIGHTS/ctx->Const.MaxLights/ and spruce up some...
2005-11-10 Brian Paulfix popping of GL_SPOT_DIRECTION (bug 5005)
2005-11-09 Brian Paulfix popping of GL_EYE_PLANE state (bug 4996)
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-13 Brian PaulOpenGL 2.0's two-sided stencil feature wasn't implement...
2005-08-31 Brian Paulremove dead code, update comments
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2005-06-30 Brian PaulAdd a set of predicate functions for testing matrices...
2005-05-27 Brian Paulproperly pop the GL_TEXTURE_GEN_ enable state
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-11-22 Daniel Borcahandle ENABLE_BIT for EXT_stencil_two_side
2004-11-15 Daniel Borcause parentheses to avoid warning
2004-11-12 Daniel Borcapop(stencil) for EXT_stencil_two_side
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-13 Brian PaulHandle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().
2004-09-13 Daniel Borcachanges towards GL_ARB_point_sprite (two-zero)
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-02-11 Brian PaulDo more bookkeeping of vertex buffer object reference...
2004-02-06 Ian RomanickRefactor "class" texture environments to be implemented...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-08-23 Ian RomanickTrivial changes to add support for GL_ARB_point_sprite...
2003-08-05 Keith WhitwellStore material attributes in an Attrib[] style array...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-02-05 Brian Paulfix bug in popping texture color table state
2003-01-26 Brian PaulMake GL_SGI_texture_color_table work per-texture unit.
2003-01-22 Brian Paulpush/pop color table state (Eric Plante)
2002-10-24 Brian PaulHeader file clean-up:
2002-10-17 Karl SchultzAdd casts to quiet compiler warnings.
2002-10-11 Brian Paulcheck EXT_point_parameters before calling PointParamete...
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2002-09-03 Brian Pauls/5/NUM_TEXTURE_TARGETS/
2002-06-17 Brian PaulPort glXCopyContext bug from 4.0 branch.
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-06-07 Brian Paulfixed point sprite bug
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
next