summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/nvprogram.c
Commit message (Collapse)AuthorAgeFilesLines
* fix some glBindProgramNV/ARB detailsBrian Paul2003-04-171-2/+14
|
* Added arbprogram.c to Makefiles.Brian Paul2003-04-171-1/+2
| | | | | Added display list support for GL_NV_fragment_program. Assorted clean-ups.
* checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.Brian Paul2003-04-171-67/+93
|
* Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul2003-04-111-22/+29
|
* basic work on GL_ARB_vertex_buffer_objectBrian Paul2003-04-091-0/+7
|
* fix string compare bugBrian Paul2003-04-081-2/+6
|
* Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul2003-04-081-3/+0
| | | | | | Fixed some vertex array / vertex program glitches with glDrawElements. Fixed some fragment program runtime bugs. Non-trivial Cg programs are running now.
* fragment program named constants and named program parameters basically work nowBrian Paul2003-04-051-15/+18
|
* proper dispatch for NV_fragment_program functionsBrian Paul2003-03-291-35/+38
|
* Rewrite of fragment program named parameters, constants, etc. Not done.Brian Paul2003-03-191-105/+33
|
* Clean-up of parser error handling/reporting.Brian Paul2003-03-141-26/+32
| | | | Basic fragment program texture instructions are limping along.
* fix/improve glAreTextures/ProgramsResident (Jose Fonseca)Brian Paul2003-03-101-23/+19
|
* Fix function definitions for Windows.Karl Schultz2003-02-271-13/+13
|
* assorted clean-ups and improvementsBrian Paul2003-02-251-9/+19
|
* added _mesa_find_line_column()Brian Paul2003-02-231-1/+36
|
* more work on DEFINE/DECLARATION statements, symbol tablesBrian Paul2003-02-161-23/+99
|
* cast GLfloatAlan Hourihane2003-02-101-8/+14
|
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-0/+1182
Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.