aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_rasterpos.c
Commit message (Expand)AuthorAgeFilesLines
...
* Translate mesa vertex/fragment programs to TGSI programs at same time to do p...Brian2007-09-251-31/+30
* Fix up some point size breakage. Start on fogcoord too.Brian2007-09-211-0/+3
* remove #includes of tgsi_attribs.hBrian2007-09-201-1/+0
* Switch fragment/vertex shaders to the new caching semantics.Zack Rusin2007-09-201-1/+2
* Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.Brian2007-09-191-4/+9
* Convert shader to an immutable state object.Zack Rusin2007-09-181-3/+3
* merge buffer_unreference(), buffer_reference()Brian2007-09-101-1/+1
* glRasterPos functionBrian2007-09-101-0/+350