Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -4/+14 |
| | | | | | Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h | ||||
* | More clean-ups. Parse scalar/vector literals and defined identifier sources. | Brian Paul | 2003-02-26 | 1 | -131/+80 |
| | |||||
* | s/Parse_SwizzleSrcReg/Parse_VectorSrc/. Parse +/- and absolute value syntax. | Brian Paul | 2003-02-25 | 1 | -31/+56 |
| | |||||
* | assorted clean-ups and improvements | Brian Paul | 2003-02-25 | 1 | -56/+80 |
| | |||||
* | use _mesa_find_line_column() | Brian Paul | 2003-02-23 | 1 | -34/+3 |
| | |||||
* | silence warning with a cast | Brian Paul | 2003-02-23 | 1 | -2/+2 |
| | |||||
* | parser clean-ups | Brian Paul | 2003-02-23 | 1 | -272/+231 |
| | |||||
* | Implement parsing of texture instructions and prototype execution. | Brian Paul | 2003-02-17 | 1 | -133/+210 |
| | | | | Misc parser clean-ups. | ||||
* | more work on DEFINE/DECLARATION statements, symbol tables | Brian Paul | 2003-02-16 | 1 | -117/+136 |
| | |||||
* | replace _mesa_strtof() with _mesa_strtod() | Brian Paul | 2003-02-08 | 1 | -3/+3 |
| | |||||
* | add some casts | Brian Paul | 2003-01-19 | 1 | -2/+2 |
| | |||||
* | First batch of code for GL_NV_fragment_program. | Brian Paul | 2003-01-14 | 1 | -0/+1619 |
Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS. |