summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
AgeCommit message (Expand)Author
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz
2003-09-18Move away from using the ctx->_TriangleCaps bitfield.Brian Paul
2003-09-17Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.Brian Paul
2003-09-17GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul
2003-09-17new castsBrian Paul
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul
2003-08-30Generate browse info for Debug version.Karl Schultz
2003-08-20Use correct conversions when translating array colors.Keith Whitwell
2003-08-17Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul
2003-08-06Newer version of this fileKeith Whitwell
2003-08-05Store material attributes in an Attrib[] style array. This is aKeith Whitwell
2003-08-01Fix typo (& instead of &&) to fix olympic.c bugKeith Whitwell
2003-07-26VC 6 Project FileKarl Schultz
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-07-02 Committing in .Jouk Jansen
2003-06-17 Committing in .Jouk Jansen
2003-06-11added null pointer check in tnl_copy_to_current()Brian Paul
2003-06-11clean up _tnl_copy_to_current()Brian Paul
2003-06-10add missing vertex attribs in _tnl_copy_to_current()Brian Paul
2003-06-10fixed secondary color typoBrian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-05-30Added support for NV_light_max_exponent.Ian Romanick
2003-05-28s/_T_VBXFORM_H/_T_IMM_EXEC_H/Brian Paul
2003-05-28silence some warnings (Evgeny Kotsuba)Brian Paul
2003-05-01more docs (Klaus Niederkruger)Brian Paul
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul
2003-04-28new comments (Klaus Niederkruger)Brian Paul
2003-04-10remove a constBrian Paul
2003-04-10drawarrayrange fixKeith Whitwell
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul
2003-04-07initialize attribute vectors to 4 componentsBrian Paul
2003-04-07fix color array mixupBrian Paul
2003-04-07Don't unset FLUSH_STORED_VERTICES in _tnl_execute_cassette as this mayKeith Whitwell
2003-04-03more memory-related fixesBrian Paul
2003-04-01commentsBrian Paul
2003-03-31Remove dead code.Brian Paul
2003-03-31clean-ups, const qualifiersBrian Paul
2003-03-31minor clean-ups, const qualifiersBrian Paul
2003-03-31reduce memory needed for vertex attributes (allocate on demand)Brian Paul
2003-03-31fixed bad texgen Q problemBrian Paul
2003-03-29remove debug printfBrian Paul
2003-03-28minor clean-ups, comments, etcBrian Paul
2003-03-04added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-02-17Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul
2003-02-04added a comment for _tnl_need_projected_coords()Brian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-12-19Add missing break statementsKeith Whitwell
2002-12-05Don't crash if End received without a Begin...Keith Whitwell
2002-11-25added missing ctx parameter to _tnl_flush_immediate() callsBrian Paul