summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_context.h
AgeCommit message (Expand)Author
2003-04-28new comments (Klaus Niederkruger)Brian Paul
2003-03-31reduce memory needed for vertex attributes (allocate on demand)Brian Paul
2003-03-28minor clean-ups, comments, etcBrian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-10-09removed old VERT_* defines, use VERT_BIT_* insteadBrian Paul
2002-06-23Added new bitfields to tnl_eval_store for NV_vertex_program evaluatorsBrian Paul
2002-04-19pass context pointer to _tnl_free_immediate(), removed backref pointerBrian Paul
2002-04-09bring in changes from dri tcl branchKeith Whitwell
2002-04-04casts to silence compiler warningsKarl Schultz
2002-02-13More suport for t&l driversKeith Whitwell
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul
2002-01-06Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-14vertex program check-inBrian Paul
2001-09-14more warning fixes (Karl Schultz)Brian Paul
2001-08-01Fix copying problem (light spots) on evaluated surfaces.Keith Whitwell
2001-07-12Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell
2001-06-28restore normal length optimization in dlistsKeith Whitwell
2001-06-04Adaptor code that lets tnl convert compiled (display list) cassettes backKeith Whitwell
2001-06-01added minor commentsBrian Paul
2001-05-31swapped in/out arguments to interp_func. Improved commentsBrian Paul
2001-05-16fix for Jouk's glplanet bugKeith Whitwell
2001-05-11Clean up translation of array elements, copying of elts in pure-eltKeith Whitwell
2001-05-10Replace PipelineStart, PipelineFinish with RunPipeline. Clean upKeith Whitwell
2001-04-30Lots more eval fixesKeith Whitwell
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-04-26first pass at eval fixesKeith Whitwell
2001-04-09Perform fixup on material valuesKeith Whitwell
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-02-20Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell
2001-02-15Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-14Fixed conform feedback and drawelements tests.Keith Whitwell
2001-01-13Fix crash in book/stencil.Keith Whitwell
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2000-12-27Fix evalpoints bug (samples/nurb)Keith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-08Compute attenuated point size in a new pipeline stage.Brian Paul
2000-11-24Fixed a couple of bugs that crept into last commitKeith Whitwell
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-20fix lvalue cast on ctx->swtnl_imKeith Whitwell
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell