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
/
nvfragprog.h
Age
Commit message (
Expand
)
Author
2004-01-28
Move FRAG_BIT_ definitions to mtypes.h so that NEED_SECONDARY_COLOR() macro
Keith Whitwell
2004-01-22
Minor tweaks to help out at a driver level.
Keith Whitwell
2003-12-09
Update NEED_SECONDARY_COLOR macro to test if either vertex/fragment
Brian Paul
2003-09-04
Added new opcodes for ARB_fragment_program, like ABS, CMP, TXB, etc.
Brian Paul
2003-08-31
Moved some shared vertex/fragment program code into new program.c file.
Brian Paul
2003-08-17
Re-org of register files for vertex/fragment programs. Will be easier to
Brian Paul
2003-07-21
Initial implementation of GL_MESA_program_debug - a vertex/fragment program
Brian Paul
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-05-10
fix scalar literal parsing glitches
Brian Paul
2003-04-05
fragment program named constants and named program parameters basically work now
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-02-23
parser clean-ups
Brian Paul
2003-02-17
Implement parsing of texture instructions and prototype execution.
Brian Paul
2003-01-14
First batch of code for GL_NV_fragment_program.
Brian Paul