GL_SGI_texture_color_table extension (Eric Plante)
[mesa.git] / src / mesa / tnl /
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
2001-12-04 Keith Whitwellfurther tweak to dlist change
2001-12-03 Keith Whitwellguard ResetStipple calls
2001-12-03 Keith Whitwellfx another place where PRIM_PARITY is calculated
2001-12-03 Keith Whitwellsimplify drawarrays paths
2001-12-03 Keith Whitwellavoid side-effects in macro param
2001-12-03 Keith Whitwellcorrectly reset input after dlist execution
2001-11-30 Alan HourihaneDon't reset _tnl_CurrentInput when in DestroyContext.
2001-11-29 Keith Whitwelluse smaller buffer when decomposing large drawarrays...
2001-11-26 Keith WhitwellPossible fix for vtk tristrip bug
2001-11-22 Keith WhitwellAnother locked drawarrys fix
2001-11-19 Keith Whitwellpossible fix for cva ignore start index bug
2001-11-18 Brian PaulAPI dispath updates
2001-10-20 Keith Whitwellforgotten diffuse alpha fix
2001-09-20 Keith Whitwell(very) Brief overview of tnl module
2001-09-14 Brian Paulmore warning fixes (Karl Schultz)
2001-09-14 Brian Paulsilence more warnings (Karl Schultz)
2001-09-14 Brian Paulsilence minor warnings
2001-09-07 Jouk Jansen Committing in .
2001-08-14 Keith WhitwellReenable, but only in the size four case...
2001-08-14 Keith WhitwellUndo last change - breaks other stuff.
2001-08-14 Keith WhitwellCompute first partials before taking cross product...
2001-08-13 Keith WhitwellFix problem with colormaterial (bug #441859)
2001-08-13 Keith WhitwellRemoved optimizations (this code is now seldom used)
2001-08-03 Keith WhitwellFix VERT_RGBA special case.
2001-08-02 Keith WhitwellFix SGL testLights.exe bugs (interaction of copying...
2001-08-02 Keith WhitwellFix SGL testGeoSets.exe polygon mode problem (wrong...
2001-08-02 Keith WhitwellFix SGL monoindexed bug (glDrawRangeElements in dlist)
2001-08-01 Keith WhitwellFix copying problem (light spots) on evaluated surfaces.
2001-07-28 Keith WhitwellFix core in fixup_normal_lengths
2001-07-28 Keith WhitwellRemove _BaseAlpha, fix reflect lighting bug.
2001-07-27 Brian Paulmore GLAPIENTRY fixes (Karl Schultz)
2001-07-26 Brian Pauluse GLAPIENTRY when declaring a couple function pointer...
2001-07-23 Brian Paulfix some Win32 warnings (Gerk Huisma)
2001-07-19 Brian PaulAdded Win32 memory debugging and fixed a few memory...
2001-07-17 Keith WhitwellFix Alan Barnett's 'try10' display list bug.
2001-07-17 Keith WhitwellLighting now emits colors as CHAN_TYPE, as it used...
2001-07-13 Brian Paulreplaced __inline with INLINE
2001-07-13 Brian Paulsilence an uninitialized var warning
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-06-28 Keith Whitwellrestore normal length optimization in dlists
next