Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the dispatch offsets for the VertexAttrib*NV functions so they don't | Brian Paul | 2004-11-27 | 1 | -0/+70 |
| | | | | | | | 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. | ||||
* | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | 2004-07-01 | 1 | -1/+1 |
| | |||||
* | disabled naughty cheats and protected the choosers behind AllowCodeGen | Daniel Borca | 2004-04-02 | 1 | -1/+1 |
| | |||||
* | added codegen'ed choosers | Daniel Borca | 2004-04-02 | 1 | -2/+12 |
| | |||||
* | codegen'ed versions of the 2nd level dispatch | Daniel Borca | 2004-04-01 | 1 | -2/+1 |
| | |||||
* | new files | Keith Whitwell | 2004-03-29 | 1 | -0/+459 |