aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_rasterpos.c
Commit message (Expand)AuthorAgeFilesLines
* handle fogcoord/raster distanceBrian2007-10-181-4/+15
* remove #include vf.hBrian2007-10-171-1/+0
* generate selection hit if in selection mode and pos is not clippedBrian2007-10-171-0/+5
* don't crash in RasterPos if feedback not implemented yetBrian2007-10-011-3/+6
* 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