summaryrefslogtreecommitdiff
path: root/src/mesa/main/nvfragparse.c
AgeCommit message (Expand)Author
2003-05-10fix scalar literal parsing glitchesBrian Paul
2003-04-11Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul
2003-04-08fix some problems parsing scalar source argumentsBrian Paul
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul
2003-04-07scalar source reg can be a scalar or vector literalBrian Paul
2003-04-07minor parser fixes, program print-out fixesBrian Paul
2003-04-05fragment program named constants and named program parameters basically work nowBrian Paul
2003-04-01_mesa_realloc() fixBrian Paul
2003-03-19Rewrite of fragment program named parameters, constants, etc. Not done.Brian Paul
2003-03-15Fix up some fragment program texture enable issues.Brian Paul
2003-03-14Clean-up of parser error handling/reporting.Brian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-02-26More clean-ups. Parse scalar/vector literals and defined identifier sources.Brian Paul
2003-02-25s/Parse_SwizzleSrcReg/Parse_VectorSrc/. Parse +/- and absolute value syntax.Brian Paul
2003-02-25assorted clean-ups and improvementsBrian Paul
2003-02-23use _mesa_find_line_column()Brian Paul
2003-02-23silence warning with a castBrian Paul
2003-02-23parser clean-upsBrian Paul
2003-02-17Implement parsing of texture instructions and prototype execution.Brian Paul
2003-02-16more work on DEFINE/DECLARATION statements, symbol tablesBrian Paul
2003-02-08replace _mesa_strtof() with _mesa_strtod()Brian Paul
2003-01-19add some castsBrian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul