Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | these files now live in the shader directory | Brian Paul | 2004-03-30 | 1 | -161/+0 |
| | |||||
* | Why are there two copies of this file? | Keith Whitwell | 2004-03-30 | 1 | -1/+1 |
| | |||||
* | Accomodate ARB_fp XPD opcode separately from NV_fp's X2D. | Keith Whitwell | 2004-03-29 | 1 | -1/+2 |
| | |||||
* | Move FRAG_BIT_ definitions to mtypes.h so that NEED_SECONDARY_COLOR() macro | Keith Whitwell | 2004-01-28 | 1 | -37/+0 |
| | | | | works globally. | ||||
* | Minor tweaks to help out at a driver level. | Keith Whitwell | 2004-01-22 | 1 | -0/+9 |
| | |||||
* | Update NEED_SECONDARY_COLOR macro to test if either vertex/fragment | Brian Paul | 2003-12-09 | 1 | -0/+15 |
| | | | | | programs are enabled and if they need secondary color input register. Patch by Karl Rasche, with tweaks by Brian. | ||||
* | Added new opcodes for ARB_fragment_program, like ABS, CMP, TXB, etc. | Brian Paul | 2003-09-04 | 1 | -21/+27 |
| | |||||
* | Moved some shared vertex/fragment program code into new program.c file. | Brian Paul | 2003-08-31 | 1 | -0/+2 |
| | | | | | | | Implemented new program_parameter_list type and functions for dealing with named program parameters, constants and GL state references. New state_index enum for describing GL state referenced within ARB vertex/ fragment programs. Plus, functions for fetching named GL state. | ||||
* | Re-org of register files for vertex/fragment programs. Will be easier to | Brian Paul | 2003-08-17 | 1 | -16/+7 |
| | | | | hook in global state references, etc. for ARB programs. | ||||
* | Initial implementation of GL_MESA_program_debug - a vertex/fragment program | Brian Paul | 2003-07-21 | 1 | -4/+5 |
| | | | | debugging extension. | ||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | fix scalar literal parsing glitches | Brian Paul | 2003-05-10 | 1 | -1/+5 |
| | |||||
* | fragment program named constants and named program parameters basically work now | Brian Paul | 2003-04-05 | 1 | -2/+2 |
| | |||||
* | Fix up some fragment program texture enable issues. | Brian Paul | 2003-03-15 | 1 | -1/+16 |
| | | | | Implemented TXD instruction. | ||||
* | Clean-up of parser error handling/reporting. | Brian Paul | 2003-03-14 | 1 | -5/+11 |
| | | | | Basic fragment program texture instructions are limping along. | ||||
* | parser clean-ups | Brian Paul | 2003-02-23 | 1 | -2/+2 |
| | |||||
* | Implement parsing of texture instructions and prototype execution. | Brian Paul | 2003-02-17 | 1 | -2/+2 |
| | | | | Misc parser clean-ups. | ||||
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -0/+149 |
Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS. |