summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_rasterpos.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-12mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul1-1/+1
2009-02-12mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul1-1/+1
2009-01-02gallium: fix texcoord loop for rasterpos attributesBrian Paul1-1/+1
2008-11-24gallium: fix inverted raster pos when drawing into FBOBrian Paul1-1/+4
2008-07-15st: Silence compiler warnings on Windows.Michal Krol1-1/+1
2008-04-19draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell1-1/+1
2008-02-28gallium: in GL_SELECT mode, update hitflag in rasterposBrian Paul1-0/+5
2008-02-26gallium: fix off by one rasterpos bugBrian1-1/+1
2008-02-15Code reorganization: update build.José Fonseca1-2/+2
2008-01-25gallium: replace prim pipeline begin/end() functions with flush()Brian1-9/+2
2008-01-25gallium: added rastpos_destroy()Brian1-0/+1
2008-01-24gallium: added rastpos_destroy()Brian1-0/+7
2008-01-21gallium: silence warningsBrian1-1/+1
2007-12-11gallium: Remove feedback interfaces from pipe driver.Keith Whitwell1-23/+21
2007-11-16Reimplement glRasterPos using the private 'draw' module.Brian1-282/+158
2007-11-06Supply buffer usage hints to winsys.José Fonseca1-2/+5
2007-10-18handle fogcoord/raster distanceBrian1-4/+15
2007-10-17remove #include vf.hBrian1-1/+0
2007-10-17generate selection hit if in selection mode and pos is not clippedBrian1-0/+5
2007-10-01don't crash in RasterPos if feedback not implemented yetBrian1-3/+6
2007-09-25Translate mesa vertex/fragment programs to TGSI programs at same time to do p...Brian1-31/+30
2007-09-21Fix up some point size breakage. Start on fogcoord too.Brian1-0/+3
2007-09-20remove #includes of tgsi_attribs.hBrian1-1/+0
2007-09-20Switch fragment/vertex shaders to the new caching semantics.Zack Rusin1-1/+2
2007-09-19Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.Brian1-4/+9
2007-09-18Convert shader to an immutable state object.Zack Rusin1-3/+3
2007-09-10merge buffer_unreference(), buffer_reference()Brian1-1/+1
2007-09-10glRasterPos functionBrian1-0/+350