summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_rasterpos.c
AgeCommit message (Expand)Author
2011-01-09st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-30st: remove duplicated includeNicolas Kaiser
2010-05-12st/mesa: Make FEATURE_feedback and FEATURE_rastpos more modular.Chia-I Wu
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-12st/mesa: restore draw rasterization stage after rasterposBrian Paul
2010-01-14st/mesa: Remove unnecessary header from st_cb_rasterpos.c.Vinson Lee
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt
2009-05-27st/mesa: init Format field of vertex arrays for feedback modeBrian Paul
2009-05-22mesa: use Elements() for loop limitBrian Paul
2009-02-12mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul
2009-02-12mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul
2009-01-02gallium: fix texcoord loop for rasterpos attributesBrian Paul
2008-11-24gallium: fix inverted raster pos when drawing into FBOBrian Paul
2008-07-15st: Silence compiler warnings on Windows.Michal Krol
2008-04-19draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell
2008-02-28gallium: in GL_SELECT mode, update hitflag in rasterposBrian Paul
2008-02-26gallium: fix off by one rasterpos bugBrian
2008-02-15Code reorganization: update build.José Fonseca
2008-01-25gallium: replace prim pipeline begin/end() functions with flush()Brian
2008-01-25gallium: added rastpos_destroy()Brian
2008-01-24gallium: added rastpos_destroy()Brian
2008-01-21gallium: silence warningsBrian
2007-12-11gallium: Remove feedback interfaces from pipe driver.Keith Whitwell
2007-11-16Reimplement glRasterPos using the private 'draw' module.Brian
2007-11-06Supply buffer usage hints to winsys.José Fonseca
2007-10-18handle fogcoord/raster distanceBrian
2007-10-17remove #include vf.hBrian
2007-10-17generate selection hit if in selection mode and pos is not clippedBrian
2007-10-01don't crash in RasterPos if feedback not implemented yetBrian
2007-09-25Translate mesa vertex/fragment programs to TGSI programs at same time to do p...Brian
2007-09-21Fix up some point size breakage. Start on fogcoord too.Brian
2007-09-20remove #includes of tgsi_attribs.hBrian
2007-09-20Switch fragment/vertex shaders to the new caching semantics.Zack Rusin
2007-09-19Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.Brian
2007-09-18Convert shader to an immutable state object.Zack Rusin
2007-09-10merge buffer_unreference(), buffer_reference()Brian
2007-09-10glRasterPos functionBrian