Age | Commit message (Expand) | Author |
2007-04-16 | unhook t_vb_arbprogram.c code - it's going away | Brian |
2006-12-13 | Checkpoint work for new GLSL compiler back-end. | Brian |
2006-06-13 | remove some unneeded #includes | Brian Paul |
2006-04-25 | Put color index attribute into the 6th attribute slot. | Brian Paul |
2006-02-13 | Add ARB_vertex_shader stage just before render stage. | Michal Krol |
2005-11-01 | Add a NotifyInputChanges() callback so that drivers (particularly tnl | Keith Whitwell |
2005-06-09 | Store compiled vertex program representations in a pointer in the | Keith Whitwell |
2005-05-18 | Remove old t_vertex.c codegen infrastructure, tie in new code. | Keith Whitwell |
2005-04-22 | Move the call to _tnl_UpdateFixedFunctionProgram to make | Keith Whitwell |
2005-04-22 | Simplify the pipeline_stage structure | Keith Whitwell |
2005-02-10 | mesa-tnl-0-to-NULL.patch from Jeff Muizelaar | Keith Whitwell |
2004-01-31 | minor #ifdef fix | Brian Paul |
2004-01-05 | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell |
2003-12-04 | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul |
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul |
2002-10-29 | updated email addresses | Brian Paul |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-10-16 | surround vertex program code with #if FEATURE_NV_vertex_program/#endif | Brian Paul |
2002-01-22 | Clean-up/renaming of the per-vertex attribute bits, specifically, the | Brian Paul |
2001-12-15 | disable debug printf's, fix a crash | Brian Paul |
2001-12-14 | vertex program check-in | Brian Paul |
2001-05-21 | Initial commit of cliptest work. More to come shortly. | Gareth Hughes |
2001-05-10 | Replace PipelineStart, PipelineFinish with RunPipeline. Clean up | Keith Whitwell |
2001-04-30 | Restore optimization for cva glArrayElement operation. | Keith Whitwell |
2001-04-19 | Remove values from VB->importable_data as those arrays are removed | Keith Whitwell |
2001-03-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-02-16 | Fixed conform problems with recent material tracking change. | Keith Whitwell |
2001-02-15 | Fix propogation of material values in VB's that don't reach the lighting | Keith Whitwell |
2001-01-29 | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell |
2001-01-17 | Fixes for performance bug on compiled array element paths. | Keith Whitwell |
2001-01-14 | Fixed conform feedback and drawelements tests. | Keith Whitwell |
2001-01-08 | Fixed 'IRound' to 'IROUND' in mmath.h | Keith Whitwell |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-11-27 | Modified Files: | Jouk Jansen |
2000-11-24 | Fixed a couple of bugs that crept into last commit | Keith Whitwell |
2000-11-24 | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell |
2000-11-22 | Committing in . | Jouk Jansen |
2000-11-20 | minor multi-tex changes, changed MAX_TEXTURE_UNITS to 4 | Brian Paul |
2000-11-16 | Move the transform and lighting code to two new directories | Keith Whitwell |