summaryrefslogtreecommitdiff
path: root/src/mesa/main/arbprogram.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-4/+4
2010-06-10mesa: move arbprogram.[ch] to main/Brian Paul1-0/+940
2004-03-29Moved to src/mesa/shaderMichal Krol1-721/+0
2004-03-19add missing else statementsBrian Paul1-6/+6
2004-02-14Make it easier for drivers to create "subclasses" of the existingKeith Whitwell1-2/+11
2004-01-17added some missing FLUSH_VERTICES callsBrian Paul1-0/+10
2003-10-22Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul1-1/+1
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-21/+21
2003-09-19Assorted casts to silence g++ warnings.Brian Paul1-2/+4
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul1-1/+1
2003-09-15Some work on ARB_vertex_buffer_object.Brian Paul1-0/+6
2003-09-05move GL_MESA_program_debug code into program.cBrian Paul1-207/+0
2003-08-31Moved some shared vertex/fragment program code into new program.c file.Brian Paul1-34/+0
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz1-13/+15
2003-08-17Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul1-23/+12
2003-08-06remove temporary prototypesBrian Paul1-18/+2
2003-07-22Restore more code lost during last big merge.Brian Paul1-0/+33
2003-07-22Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul1-5/+14
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul1-1/+215
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-1/+1
2003-06-10fix GL_CURRENT_VERTEX_ATTRIB_ARB queriesBrian Paul1-0/+1
2003-05-28glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB).Brian Paul1-276/+0
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul1-9/+1
2003-04-21alias ARB/NV program functions where possibleBrian Paul1-21/+0
2003-04-18minor re-org of program matrix, program local parameter limitsBrian Paul1-23/+17
2003-04-17fix some glBindProgramNV/ARB detailsBrian Paul1-12/+23
2003-04-17Added arbprogram.c to Makefiles.Brian Paul1-65/+51
2003-04-17checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.Brian Paul1-59/+475
2003-04-11Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul1-0/+601