Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-30 | these are now in the shader/ directory too | Brian Paul | |
2004-02-26 | check for null paramList | Brian Paul | |
2004-02-14 | Remove debug | Keith Whitwell | |
2004-02-14 | Make it easier for drivers to create "subclasses" of the existing | Keith Whitwell | |
program struct hierarchy. Add driver callbacks to enable the above and make it possible to track more changes to program objects. | |||
2004-01-23 | added device driver hooks for BindProgram, NewProgram, DeleteProgram | Brian Paul | |
2004-01-23 | Don't set extra bits in FLUSH_VERTICES, fix several state bugs. | Keith Whitwell | |
2004-01-17 | added some missing FLUSH_VERTICES calls | Brian Paul | |
2004-01-13 | glDeleteProgramsARB() failed for fragment programs (bug 876160) | Brian Paul | |
2003-11-25 | fix assorted g++ warnings | Brian Paul | |
2003-10-23 | added a few missing GLAPIENTRYs to make MinGW compile again | Daniel Borca | |
2003-10-21 | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | |
points so that the calling conventions will work correctly with the assembler stubs with the Open Watcom compiler. | |||
2003-10-10 | add switch defaults to silence warnings | Brian Paul | |
2003-09-23 | Add extra cases and enums for _mesa_fetch_state(), and set the length of | Karl Rasche | |
program_parameter.StateIndexes[] to 6, used for fetching matrix state | |||
2003-09-19 | Assorted casts to silence g++ warnings. | Brian Paul | |
2003-09-18 | Add casts to prevent signed/unsigned compare compiler warnings. | Karl Schultz | |
2003-09-05 | fix typo | Brian Paul | |
2003-09-05 | move GL_MESA_program_debug code into program.c | Brian Paul | |
2003-09-02 | fix fog.End error | Brian Paul | |
2003-08-31 | Moved some shared vertex/fragment program code into new program.c file. | Brian Paul | |
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. |