| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -17/+2 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 1 | -5/+5 |
* | mesa: Remove some miscellaneous NV program stuff from arbprogram.c. | Kenneth Graunke | 2012-10-16 | 1 | -25/+1 |
* | mesa: Simplify _mesa_BindProgram() by removing NV program remnants. | Kenneth Graunke | 2012-10-16 | 1 | -34/+9 |
* | mesa: Remove support for parsing NV fragment programs. | Kenneth Graunke | 2012-10-16 | 1 | -8/+0 |
* | mesa: Remove support for GL_VERTEX_STATE_PROGRAMs and their execution. | Eric Anholt | 2012-10-15 | 1 | -1/+0 |
* | mesa: Remove support for parsing NV vertex programs. | Eric Anholt | 2012-10-15 | 1 | -31/+3 |
* | mesa: use gl_program cast wrappers | Brian Paul | 2012-07-18 | 1 | -2/+2 |
* | mesa: Don't skip glGetProgramLocalParam4dvARB if there was already an error. | Eric Anholt | 2011-07-06 | 1 | -64/+53 |
* | mesa: Don't skip glGetProgramEnvParam4dvARB if there was already an error. | Eric Anholt | 2011-07-06 | 1 | -66/+46 |
* | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | 2010-06-10 | 1 | -4/+4 |
* | mesa: move arbprogram.[ch] to main/ | Brian Paul | 2010-06-10 | 1 | -0/+940 |
* | Moved to src/mesa/shader | Michal Krol | 2004-03-29 | 1 | -721/+0 |
* | add missing else statements | Brian Paul | 2004-03-19 | 1 | -6/+6 |
* | Make it easier for drivers to create "subclasses" of the existing | Keith Whitwell | 2004-02-14 | 1 | -2/+11 |
* | added some missing FLUSH_VERTICES calls | Brian Paul | 2004-01-17 | 1 | -0/+10 |
* | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul | 2003-10-22 | 1 | -1/+1 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -21/+21 |
* | Assorted casts to silence g++ warnings. | Brian Paul | 2003-09-19 | 1 | -2/+4 |
* | More work on ARB_vertex_buffer_object. | Brian Paul | 2003-09-17 | 1 | -1/+1 |
* | Some work on ARB_vertex_buffer_object. | Brian Paul | 2003-09-15 | 1 | -0/+6 |
* | move GL_MESA_program_debug code into program.c | Brian Paul | 2003-09-05 | 1 | -207/+0 |
* | Moved some shared vertex/fragment program code into new program.c file. | Brian Paul | 2003-08-31 | 1 | -34/+0 |
* | Silence compiler warnings about implicit casts or conversions by supplying ex... | Karl Schultz | 2003-08-30 | 1 | -13/+15 |
* | Re-org of register files for vertex/fragment programs. Will be easier to | Brian Paul | 2003-08-17 | 1 | -23/+12 |
* | remove temporary prototypes | Brian Paul | 2003-08-06 | 1 | -18/+2 |
* | Restore more code lost during last big merge. | Brian Paul | 2003-07-22 | 1 | -0/+33 |
* | Implement debugger callback, etc for vertex programs. Misc clean-ups. | Brian Paul | 2003-07-22 | 1 | -5/+14 |
* | Initial implementation of GL_MESA_program_debug - a vertex/fragment program | Brian Paul | 2003-07-21 | 1 | -1/+215 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -1/+1 |
* | fix GL_CURRENT_VERTEX_ATTRIB_ARB queries | Brian Paul | 2003-06-10 | 1 | -0/+1 |
* | glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB). | Brian Paul | 2003-05-28 | 1 | -276/+0 |
* | Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places. | Brian Paul | 2003-05-01 | 1 | -9/+1 |
* | alias ARB/NV program functions where possible | Brian Paul | 2003-04-21 | 1 | -21/+0 |
* | minor re-org of program matrix, program local parameter limits | Brian Paul | 2003-04-18 | 1 | -23/+17 |
* | fix some glBindProgramNV/ARB details | Brian Paul | 2003-04-17 | 1 | -12/+23 |
* | Added arbprogram.c to Makefiles. | Brian Paul | 2003-04-17 | 1 | -65/+51 |
* | checkpoint: more infrastructure for GL_ARB_vertex/fragment_program. | Brian Paul | 2003-04-17 | 1 | -59/+475 |
* | Some groundwork for GL_ARB_vertex/fragment_program. | Brian Paul | 2003-04-11 | 1 | -0/+601 |