Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make most of the _mesa_noop_*() functions static. | Brian Paul | 2006-04-20 | 1 | -113/+12 |
| | | | | | | | Generate GL_INVALID_VALUE, not GL_INVALID_ENUM when glVertexAttrib is called with a bad index. Use _mesa_noop_vtxfmt_init() in DRI drivers to initialize vertex format struct. | ||||
* | Change the dispatch offsets for the VertexAttrib*NV functions so they don't | Brian Paul | 2004-11-27 | 1 | -52/+19 |
| | | | | | | | alias with the corresponding ARB functions. GL_ARB_vertex_shader (and OpenGL 2.0's) VertexAttrib functions don't alias with conventional vertex attributes, as GL_NV_vertex_program does. So, the ARB and NV version of VertexAttrib need to be distinct. | ||||
* | Add missing GLAPIENTRY | Karl Schultz | 2003-12-04 | 1 | -59/+59 |
| | |||||
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -2/+28 |
| | |||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | bring in changes from dri tcl branch | Keith Whitwell | 2002-04-09 | 1 | -9/+21 |
| | |||||
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -2/+8 |
| | |||||
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -8/+33 |
| | |||||
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -0/+11 |
| | | | | | | | New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges. | ||||
* | New files... | Keith Whitwell | 2000-11-24 | 1 | -0/+101 |