summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/arbprogram.c
Commit message (Expand)AuthorAgeFilesLines
* Assorted casts to silence g++ warnings.Brian Paul2003-09-191-2/+4
* More work on ARB_vertex_buffer_object.Brian Paul2003-09-171-1/+1
* Some work on ARB_vertex_buffer_object.Brian Paul2003-09-151-0/+6
* move GL_MESA_program_debug code into program.cBrian Paul2003-09-051-207/+0
* Moved some shared vertex/fragment program code into new program.c file.Brian Paul2003-08-311-34/+0
* Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz2003-08-301-13/+15
* Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul2003-08-171-23/+12
* remove temporary prototypesBrian Paul2003-08-061-18/+2
* Restore more code lost during last big merge.Brian Paul2003-07-221-0/+33
* Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul2003-07-221-5/+14
* Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul2003-07-211-1/+215
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-1/+1
* fix GL_CURRENT_VERTEX_ATTRIB_ARB queriesBrian Paul2003-06-101-0/+1
* glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB).Brian Paul2003-05-281-276/+0
* Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul2003-05-011-9/+1
* alias ARB/NV program functions where possibleBrian Paul2003-04-211-21/+0
* minor re-org of program matrix, program local parameter limitsBrian Paul2003-04-181-23/+17
* fix some glBindProgramNV/ARB detailsBrian Paul2003-04-171-12/+23
* Added arbprogram.c to Makefiles.Brian Paul2003-04-171-65/+51
* checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.Brian Paul2003-04-171-59/+475
* Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul2003-04-111-0/+601