summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_rasterpos.c
Commit message (Expand)AuthorAgeFilesLines
* st: Silence compiler warnings on Windows.Michal Krol2008-07-151-1/+1
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-1/+1
* gallium: in GL_SELECT mode, update hitflag in rasterposBrian Paul2008-02-281-0/+5
* gallium: fix off by one rasterpos bugBrian2008-02-261-1/+1
* Code reorganization: update build.José Fonseca2008-02-151-2/+2
* gallium: replace prim pipeline begin/end() functions with flush()Brian2008-01-251-9/+2
* gallium: added rastpos_destroy()Brian2008-01-251-0/+1
* gallium: added rastpos_destroy()Brian2008-01-241-0/+7
* gallium: silence warningsBrian2008-01-211-1/+1
* gallium: Remove feedback interfaces from pipe driver.Keith Whitwell2007-12-111-23/+21
* Reimplement glRasterPos using the private 'draw' module.Brian2007-11-161-282/+158
* Supply buffer usage hints to winsys.José Fonseca2007-11-061-2/+5
* 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