pass context pointer to _tnl_free_immediate(), removed backref pointer
[mesa.git] / src / mesa / tnl /
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
2001-06-15 Brian PaulAdded fi_type union typedef to glheader.h.
2001-06-13 Brian Pauldisabled an assertion that doesn't seem to be needed
2001-06-04 Keith WhitwellAdaptor code that lets tnl convert compiled (display...
2001-06-01 Brian Pauladded minor comments
2001-05-31 Brian Paulswapped in/out arguments to interp_func. Improved...
2001-05-30 Keith Whitwellrerun vertex stage on _MESA_NEW_NEED_EYE_COORDS
2001-05-21 Gareth HughesInitial commit of cliptest work. More to come shortly.
2001-05-17 Keith WhitwellComment out __FUNCTION__ usage.
2001-05-16 Keith Whitwellfix for Jouk's glplanet bug
2001-05-15 Brian Paulincrease FOG_MAX to 10.0 to fix CI conformace failure
2001-05-14 Keith Whitwelltypo
2001-05-14 Keith WhitwellFix for glean texgen test.
2001-05-11 Keith WhitwellClean up _tnl_Begin/begin/hard_begin.
2001-05-11 Keith WhitwellClean up translation of array elements, copying of...
2001-05-10 Keith WhitwellReplace PipelineStart, PipelineFinish with RunPipeline...
2001-05-09 Keith Whitwelladd missing translate functions
2001-05-09 Keith Whitwellfix possible segfault on destroy context
2001-05-09 Keith WhitwellUse correct PV when clipping.
2001-05-09 Keith Whitwellfix eval/colormaterial interaction
2001-05-03 Keith Whitwellfix for moebius infinite loop
2001-05-03 Brian Pauladded assertion to catch infinite loop in _tnl_fixup_co...
2001-05-03 Brian Paulminor clean-ups and warning fixes
2001-05-01 Keith Whitwellremoved debug
2001-04-30 Keith WhitwellLots more eval fixes
2001-04-30 Keith WhitwellRestore optimization for cva glArrayElement operation.
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-04-26 Keith Whitwellfirst pass at eval fixes
2001-04-26 Keith Whitwellno-copy drawarrays for remaining non-fan primitives
2001-04-19 Keith WhitwellRemove values from VB->importable_data as those arrays...
2001-04-19 Keith WhitwellFix striding of color material inputs. (Fixes glean...
2001-04-17 Brian Paulfixed mis-ordered args to _math_trans_4f() in _tnl_fill...
next