index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
nvfragparse.c
Age
Commit message (
Expand
)
Author
2003-05-10
fix scalar literal parsing glitches
Brian Paul
2003-04-11
Some groundwork for GL_ARB_vertex/fragment_program.
Brian Paul
2003-04-08
fix some problems parsing scalar source arguments
Brian Paul
2003-04-08
Added ctx->Texture._EnabledCoordUnits bitfield.
Brian Paul
2003-04-07
scalar source reg can be a scalar or vector literal
Brian Paul
2003-04-07
minor parser fixes, program print-out fixes
Brian Paul
2003-04-05
fragment program named constants and named program parameters basically work now
Brian Paul
2003-04-01
_mesa_realloc() fix
Brian Paul
2003-03-19
Rewrite of fragment program named parameters, constants, etc. Not done.
Brian Paul
2003-03-15
Fix up some fragment program texture enable issues.
Brian Paul
2003-03-14
Clean-up of parser error handling/reporting.
Brian Paul
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-02-26
More clean-ups. Parse scalar/vector literals and defined identifier sources.
Brian Paul
2003-02-25
s/Parse_SwizzleSrcReg/Parse_VectorSrc/. Parse +/- and absolute value syntax.
Brian Paul
2003-02-25
assorted clean-ups and improvements
Brian Paul
2003-02-23
use _mesa_find_line_column()
Brian Paul
2003-02-23
silence warning with a cast
Brian Paul
2003-02-23
parser clean-ups
Brian Paul
2003-02-17
Implement parsing of texture instructions and prototype execution.
Brian Paul
2003-02-16
more work on DEFINE/DECLARATION statements, symbol tables
Brian Paul
2003-02-08
replace _mesa_strtof() with _mesa_strtod()
Brian Paul
2003-01-19
add some casts
Brian Paul
2003-01-14
First batch of code for GL_NV_fragment_program.
Brian Paul