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