gallium: fix refcount bug introduced in eb20e2984
[mesa.git] / src / mesa / main / points.c
2008-08-20 Brian Paulmesa: allow for extra per-context init
2008-08-12 Brian Paulmesa: set point state
2008-06-05 Brian Paulmesa: remove EXT/NV suffixes from _mesa_PointParameter...
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-28 BrianXXX comment about point clamping
2007-05-23 BrianFix point attentuation problem (bug 11042)
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-11 Rune Petersonctx->Point._Size fix
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-13 BrianMove all the code for computing ctx->_TriangleCaps...
2005-10-07 Brian PaulFix a number of point size attenuation problems.
2004-09-13 Brian PaulHandle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().
2004-09-13 Daniel Borcachanges towards GL_ARB_point_sprite (two-zero)
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-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-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-24 Brian PaulHeader file clean-up:
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2002-04-02 Brian PaulGL_ARB_point_parameters support
2001-03-29 Keith WhitwellRemove ENABLE_* flags, ctx->_Enabled.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-14 Keith WhitwellFixed conform feedback and drawelements tests.
2001-01-09 Brian PaulAdded PointSize and PointParametersfv to dd interface...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-08 Brian PaulInitial work on GL_MESA_sprite_point extension.
2000-11-22 Jouk Jansen Committing in .
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-15 Brian PaulReplaced ctx->Point.Size with ctx->Point._Size
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-10-20 Brian PaulChanges for multitexture > 3, code clean-ups.
2000-09-29 Brian Paulgeneralized support for N texure units
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-08-16 Brian Paulfixed some warnings (Alan H.)
2000-07-15 Brian Paulfixed AA sampling problem, misc clean-up
2000-06-28 Brian Pauladd separate specular color support in multitextured_rg...
2000-05-10 Brian Paulfixed PB bugs, removed MutablePixels, MonoPixels from...
2000-05-07 Brian PaulAdded point UserSize, cleaned up point drawing code
2000-03-02 Brian Paulminor clean-up
1999-12-10 Brian Paulcode clean-up
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-10-21 Brian Paulsilenced some uninitialized var warnings
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
1999-09-18 Keith WhitwellLarge patch:
1999-08-19 jtgInitial revision