Re-commit t_vertex.[ch] changes to fd.o server.
[mesa.git] / src / mesa / tnl / t_context.h
2004-01-05 Keith WhitwellRe-commit t_vertex.[ch] changes to fd.o server.
2004-01-01 Brian Paulwhitespace changes and new comments
2003-12-09 Keith WhitwellCall UpdateMaterials when they have changed
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-08-05 Keith WhitwellStore material attributes in an Attrib[] style array...
2003-05-01 Brian Paulmore docs (Klaus Niederkruger)
2003-04-28 Brian Paulnew comments (Klaus Niederkruger)
2003-03-31 Brian Paulreduce memory needed for vertex attributes (allocate...
2003-03-28 Brian Paulminor clean-ups, comments, etc
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-10-09 Brian Paulremoved old VERT_* defines, use VERT_BIT_* instead
2002-06-23 Brian PaulAdded new bitfields to tnl_eval_store for NV_vertex_pro...
2002-04-19 Brian Paulpass context pointer to _tnl_free_immediate(), removed...
2002-04-09 Keith Whitwellbring in changes from dri tcl branch
2002-04-04 Karl Schultzcasts to silence compiler warnings
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-06 Brian PaulAnother vertex program checkpoint: clean-up of vertex...
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-14 Brian Paulvertex program check-in
2001-09-14 Brian Paulmore warning fixes (Karl Schultz)
2001-08-01 Keith WhitwellFix copying problem (light spots) on evaluated surfaces.
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-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-16 Keith Whitwellfix for Jouk's glplanet bug
2001-05-11 Keith WhitwellClean up translation of array elements, copying of...
2001-05-10 Keith WhitwellReplace PipelineStart, PipelineFinish with RunPipeline...
2001-04-30 Keith WhitwellLots more eval fixes
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-04-26 Keith Whitwellfirst pass at eval fixes
2001-04-09 Keith WhitwellPerform fixup on material values
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-02-20 Keith WhitwellAdded GLvector4chan type, removed lots of CHAN_TYPE...
2001-02-15 Keith WhitwellFix propogation of material values in VB's that don...
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-14 Keith WhitwellFixed conform feedback and drawelements tests.
2001-01-13 Keith WhitwellFix crash in book/stencil.
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2000-12-27 Keith WhitwellFix evalpoints bug (samples/nurb)
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-08 Brian PaulCompute attenuated point size in a new pipeline stage.
2000-11-24 Keith WhitwellFixed a couple of bugs that crept into last commit
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Committing in .
2000-11-20 Keith Whitwellfix lvalue cast on ctx->swtnl_im
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories