conditionally define GLAPIENTRYP to prevent some warnings in linux-solo
[mesa.git] / src / mesa / tnl /
2003-12-06 Keith WhitwellRelax assertion to account for empty primitives.
2003-12-05 Keith WhitwellBackout last change on the displaylist path to fix...
2003-12-05 Brian Paulinclude glheader.h first, to prevent warnings about...
2003-12-04 Karl Schultzupdate files
2003-12-04 Karl SchultzAdd missing GLAPIENTRY
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-12-04 Brian PaulFix some problems with glDrawElements and vertex buffer...
2003-12-03 Keith WhitwellEnsure PRIM_BEGIN marker isn't lost when incomplete...
2003-11-29 Brian PaulFix generic/conventional vertex array glitches.
2003-11-25 Brian Paulfix assorted g++ warnings
2003-11-25 Brian PaulRemove unnecessary usage of __FUNCTION__.
2003-11-24 Brian Paulminor cast fixes
2003-11-24 Brian Paulset the VB->FogCoordPtr with the other legacy pointers
2003-11-24 Keith Whitwellremove dead files
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-11-17 Brian Paulfix texgen bug 597589
2003-11-10 Brian PaulRedo array element checking for vertex array buffers.
2003-10-23 Brian Pauls/GLuint */GLvoid */
2003-10-22 Brian PaulInitial work for bounds checking of vertex arrays and...
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-10-11 Brian Paulfix some sphere texgen bugs (reported by Daniel Borca)
2003-10-07 Keith Whitwellindex wasn't being calculated correctly (result was...
2003-09-30 Kendall BennettUpdates required for building the SciTech SNAP version...
2003-09-19 Brian PaulAssorted casts to silence g++ warnings.
2003-09-19 Karl SchultzMake binary - even though this is a text file, common...
2003-09-18 Brian PaulMove away from using the ctx->_TriangleCaps bitfield.
2003-09-17 Brian PaulImplement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.
2003-09-17 Brian PaulGL_ARB_vertex_buffer_object working now, at least for...
2003-09-17 Brian Paulnew casts
2003-09-17 Brian PaulMore work on ARB_vertex_buffer_object.
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...
next