Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved to src/mesa/shader | Michal Krol | 2004-03-29 | 1 | -128/+0 |
| | |||||
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -21/+21 |
| | | | | | points so that the calling conventions will work correctly with the assembler stubs with the Open Watcom compiler. | ||||
* | move GL_MESA_program_debug code into program.c | Brian Paul | 2003-09-05 | 1 | -8/+0 |
| | |||||
* | Moved some shared vertex/fragment program code into new program.c file. | Brian Paul | 2003-08-31 | 1 | -5/+0 |
| | | | | | | | Implemented new program_parameter_list type and functions for dealing with named program parameters, constants and GL state references. New state_index enum for describing GL state referenced within ARB vertex/ fragment programs. Plus, functions for fetching named GL state. | ||||
* | Restore more code lost during last big merge. | Brian Paul | 2003-07-22 | 1 | -0/+5 |
| | | | | Rename colortable-related functions. | ||||
* | Initial implementation of GL_MESA_program_debug - a vertex/fragment program | Brian Paul | 2003-07-21 | 1 | -1/+8 |
| | | | | debugging extension. | ||||
* | glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB). | Brian Paul | 2003-05-28 | 1 | -112/+0 |
| | | | | Removed VertexAttrib*ARB() stubs. | ||||
* | Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places. | Brian Paul | 2003-05-01 | 1 | -6/+0 |
| | | | | Misc vertex array / vertex program changes. | ||||
* | alias ARB/NV program functions where possible | Brian Paul | 2003-04-21 | 1 | -11/+0 |
| | |||||
* | Some groundwork for GL_ARB_vertex/fragment_program. | Brian Paul | 2003-04-11 | 1 | -0/+258 |