summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_rasterpos.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: add a second pipeline for computeSamuel Pitoiset2016-02-131-1/+1
* st/mesa: use _mesa_RasterPos() when possibleBrian Paul2015-10-221-0/+10
* vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák2015-08-061-1/+1
* st/mesa: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* st/mesa: replace INLINE with inlineBrian Paul2015-02-261-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller2013-11-251-1/+1
* st/mesa: remove #include mfeatures.hBrian Paul2013-04-091-1/+0
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-3/+3
* mesa: remove FEATURE_rastpos define.Oliver McFadden2012-09-151-4/+0
* mesa: add gl_context::NewDriverState and use it for vertex arraysMarek Olšák2012-05-081-1/+4
* mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák2012-05-081-1/+4
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-151-1/+2
* st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* st: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* st/mesa: Make FEATURE_feedback and FEATURE_rastpos more modular.Chia-I Wu2010-05-121-0/+3
* st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-3/+3
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* st/mesa: restore draw rasterization stage after rasterposBrian Paul2010-02-121-0/+8
* st/mesa: Remove unnecessary header from st_cb_rasterpos.c.Vinson Lee2010-01-141-1/+0
* vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-121-1/+1
* st/mesa: init Format field of vertex arrays for feedback modeBrian Paul2009-05-271-0/+1
* mesa: use Elements() for loop limitBrian Paul2009-05-221-1/+1
* mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul2009-02-121-1/+1
* mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul2009-02-121-1/+1
* gallium: fix texcoord loop for rasterpos attributesBrian Paul2009-01-021-1/+1
* gallium: fix inverted raster pos when drawing into FBOBrian Paul2008-11-241-1/+4
* 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