Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix some glBindProgramNV/ARB details | Brian Paul | 2003-04-17 | 1 | -2/+14 |
| | |||||
* | Added arbprogram.c to Makefiles. | Brian Paul | 2003-04-17 | 1 | -1/+2 |
| | | | | | Added display list support for GL_NV_fragment_program. Assorted clean-ups. | ||||
* | checkpoint: more infrastructure for GL_ARB_vertex/fragment_program. | Brian Paul | 2003-04-17 | 1 | -67/+93 |
| | |||||
* | Some groundwork for GL_ARB_vertex/fragment_program. | Brian Paul | 2003-04-11 | 1 | -22/+29 |
| | |||||
* | basic work on GL_ARB_vertex_buffer_object | Brian Paul | 2003-04-09 | 1 | -0/+7 |
| | |||||
* | fix string compare bug | Brian Paul | 2003-04-08 | 1 | -2/+6 |
| | |||||
* | Added ctx->Texture._EnabledCoordUnits bitfield. | Brian Paul | 2003-04-08 | 1 | -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 now | Brian Paul | 2003-04-05 | 1 | -15/+18 |
| | |||||
* | proper dispatch for NV_fragment_program functions | Brian Paul | 2003-03-29 | 1 | -35/+38 |
| | |||||
* | Rewrite of fragment program named parameters, constants, etc. Not done. | Brian Paul | 2003-03-19 | 1 | -105/+33 |
| | |||||
* | Clean-up of parser error handling/reporting. | Brian Paul | 2003-03-14 | 1 | -26/+32 |
| | | | | Basic fragment program texture instructions are limping along. | ||||
* | fix/improve glAreTextures/ProgramsResident (Jose Fonseca) | Brian Paul | 2003-03-10 | 1 | -23/+19 |
| | |||||
* | Fix function definitions for Windows. | Karl Schultz | 2003-02-27 | 1 | -13/+13 |
| | |||||
* | assorted clean-ups and improvements | Brian Paul | 2003-02-25 | 1 | -9/+19 |
| | |||||
* | added _mesa_find_line_column() | Brian Paul | 2003-02-23 | 1 | -1/+36 |
| | |||||
* | more work on DEFINE/DECLARATION statements, symbol tables | Brian Paul | 2003-02-16 | 1 | -23/+99 |
| | |||||
* | cast GLfloat | Alan Hourihane | 2003-02-10 | 1 | -8/+14 |
| | |||||
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -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. |