| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: upgrade to glext.h version 66 | Brian Paul | 2010-11-17 | 1 | -2/+4 |
* | mesa: Clean up header file inclusion in nvprogram.h. | Vinson Lee | 2010-11-09 | 1 | -1/+3 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
* | mesa: Include missing headers in nvprogram.h. | Vinson Lee | 2010-07-30 | 1 | -0/+2 |
* | mesa: move nvprogram.[ch] to main/ | Brian Paul | 2010-06-10 | 1 | -0/+113 |
* | these files now live in the shader directory | Brian Paul | 2004-03-30 | 1 | -119/+0 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -26/+26 |
* | Moved some shared vertex/fragment program code into new program.c file. | Brian Paul | 2003-08-31 | 1 | -57/+0 |
* | Added arbprogram.c to Makefiles. | Brian Paul | 2003-04-17 | 1 | -2/+2 |
* | checkpoint: more infrastructure for GL_ARB_vertex/fragment_program. | Brian Paul | 2003-04-17 | 1 | -2/+5 |
* | proper dispatch for NV_fragment_program functions | Brian Paul | 2003-03-29 | 1 | -17/+30 |
* | Rewrite of fragment program named parameters, constants, etc. Not done. | Brian Paul | 2003-03-19 | 1 | -21/+1 |
* | assorted clean-ups and improvements | Brian Paul | 2003-02-25 | 1 | -3/+3 |
* | added _mesa_find_line_column() | Brian Paul | 2003-02-23 | 1 | -1/+5 |
* | more work on DEFINE/DECLARATION statements, symbol tables | Brian Paul | 2003-02-16 | 1 | -2/+22 |
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -0/+156 |