move a comment
[mesa.git] / src / mesa / tnl /
2003-08-30 Karl SchultzGenerate browse info for Debug version.
2003-08-20 Keith WhitwellUse correct conversions when translating array colors.
2003-08-17 Brian PaulRe-org of register files for vertex/fragment programs...
2003-08-06 Keith WhitwellNewer version of this file
2003-08-05 Keith WhitwellStore material attributes in an Attrib[] style array...
2003-08-01 Keith WhitwellFix typo (& instead of &&) to fix olympic.c bug
2003-07-26 Karl SchultzVC 6 Project File
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-07-02 Jouk Jansen Committing in .
2003-06-17 Jouk Jansen Committing in .
2003-06-11 Brian Pauladded null pointer check in tnl_copy_to_current()
2003-06-11 Brian Paulclean up _tnl_copy_to_current()
2003-06-10 Brian Pauladd missing vertex attribs in _tnl_copy_to_current()
2003-06-10 Brian Paulfixed secondary color typo
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-05-30 Ian RomanickAdded support for NV_light_max_exponent.
2003-05-28 Brian Pauls/_T_VBXFORM_H/_T_IMM_EXEC_H/
2003-05-28 Brian Paulsilence some warnings (Evgeny Kotsuba)
2003-05-01 Brian Paulmore docs (Klaus Niederkruger)
2003-05-01 Brian PaulUse ctx->Const.MaxTextureImageUnits and MaxTextureCoord...
2003-04-28 Brian Paulnew comments (Klaus Niederkruger)
2003-04-10 Brian Paulremove a const
2003-04-10 Keith Whitwelldrawarrayrange fix
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-04-07 Brian Paulinitialize attribute vectors to 4 components
2003-04-07 Brian Paulfix color array mixup
2003-04-07 Keith WhitwellDon't unset FLUSH_STORED_VERTICES in _tnl_execute_casse...
2003-04-03 Brian Paulmore memory-related fixes
2003-04-01 Brian Paulcomments
2003-03-31 Brian PaulRemove dead code.
2003-03-31 Brian Paulclean-ups, const qualifiers
2003-03-31 Brian Paulminor clean-ups, const qualifiers
2003-03-31 Brian Paulreduce memory needed for vertex attributes (allocate...
2003-03-31 Brian Paulfixed bad texgen Q problem
2003-03-29 Brian Paulremove debug printf
2003-03-28 Brian Paulminor clean-ups, comments, etc
2003-03-04 Brian Pauladded _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-17 Brian PaulReplace some #defines with enums. (Klaus Niederkrueger)
2003-02-04 Brian Pauladded a comment for _tnl_need_projected_coords()
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-12-19 Keith WhitwellAdd missing break statements
2002-12-05 Keith WhitwellDon't crash if End received without a Begin...
2002-11-25 Brian Pauladded missing ctx parameter to _tnl_flush_immediate...
2002-11-25 Keith WhitwellFlush IM if very small number of verts left -- prevent...
2002-10-31 Brian Paultweak pipeline flags for vertex programming
2002-10-31 Brian Paulfix the occasional missing triangle bug
2002-10-29 Brian Paulupdated email addresses
2002-10-24 Brian PaulHeader file clean-up:
2002-10-16 Brian Paulsurround vertex program code with #if FEATURE_NV_vertex...
2002-10-09 Brian Paulremoved old VERT_* defines, use VERT_BIT_* instead
2002-10-09 Brian Pauluse new vertex bitfield tokens
2002-10-03 Brian Paulrecord GL_INVALID_VALUE in glVertexAttrib*NV() if index...
2002-09-03 Brian Paulimproved error string
2002-08-21 Brian Paulreplace Current.Color with Current.Attrib[VERT_ATTRIB_C...
2002-08-21 Keith Whitwellupdate colormaterial state on swtcl wakeup
2002-08-08 Brian Paulfix up resulting FOGC and PSIZ when needed
2002-08-08 Brian Paulinit tmp->Normal.size = 3
2002-08-08 Brian Paulcomments
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-25 Brian Paulfinish-up vertex program evaluators
2002-06-23 Brian Paulcheckpoint: updates for NV_vertex_program evaluators...
2002-06-23 Brian Paulset stage->inputs properly (I think), plus debug/commen...
2002-06-23 Brian Pauladded support for NV_vertex_program evaluators
2002-06-23 Brian PaulAdded new bitfields to tnl_eval_store for NV_vertex_pro...
2002-06-16 Brian Pauladded some braces
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian Paulmore removal of fprintf() calls
2002-05-11 Keith Whitwellanother checkpoint of struct immediate replacement...
2002-04-21 Brian PaulVertex program attribute arrays seem to work now. ...
2002-04-19 Brian Paulpass context pointer to _tnl_free_immediate(), removed...
2002-04-19 Brian Paulnew casts
2002-04-18 Keith WhitwellCore of the future vertex engine. Isn't built yet...
2002-04-09 Keith Whitwellbring in changes from dri tcl branch
2002-04-08 Brian Paultranforming display list normals by non-uniform scale...
2002-04-04 Karl Schultzcasts to silence compiler warnings
2002-03-29 Brian PaulReplaced ClipEnabled[] array and _AnyClip with ClipPlan...
2002-02-13 Keith WhitwellRemove debug
2002-02-13 Keith WhitwellMore suport for t&l drivers
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
2002-01-15 Brian Paulremoved api_compat stuff
2002-01-12 Brian Paulupdated some comments
2002-01-10 Brian Paulinit whole immediate struct to zero
2002-01-06 Brian Paulimplemented vertex program point size control
2002-01-06 Brian PaulAnother vertex program checkpoint: clean-up of vertex...
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
2002-01-05 Brian Paulcomments, clean-ups, added lots of const qualifiers
2001-12-20 Keith WhitwellFurther help with dri libGL version skew
2001-12-19 Brian Paulremove some cruft
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-17 Jouk Jansen Committing in .
2001-12-17 Brian Paulremove conditional in RESET_STIPPLE to fix conformance...
2001-12-15 Brian Pauldivide by W and clipping now work - in pretty good...
2001-12-15 Brian Paultemporary hack for divide by W
2001-12-15 Brian Pauldisable debug printf's, fix a crash
2001-12-15 Brian Paulfree the NormalLengthPtr if non-null in _tnl_free_immed...
2001-12-14 Brian Paulvertex program check-in
2001-12-13 Keith Whitwellfix primitive calculation in 1-line dlist immediates...
2001-12-04 Brian Pauldispatch changes to minimize hassle with XFree86 libGL
next