summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_rasterpos.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-08st/mesa: remove st_context::vertex_result_to_slotMarek Olšák1-1/+2
2017-05-08st/mesa: decrease the size of st_vertex_programMarek Olšák1-2/+2
2016-10-28mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul1-3/+3
2016-08-04state_tracker: Initialize the draw context only when needed.Eric Anholt1-1/+4
2016-07-31mesa: Remove set but not used gl_client_array::Stride.Mathias Fröhlich1-1/+0
2016-07-31mesa: Remove set but not used gl_client_array::Enabled.Mathias Fröhlich1-1/+0
2016-02-13st/mesa: add a second pipeline for computeSamuel Pitoiset1-1/+1
2015-10-22st/mesa: use _mesa_RasterPos() when possibleBrian Paul1-0/+10
2015-08-06vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák1-1/+1
2015-03-02st/mesa: replace Elements() with ARRAY_SIZE()Brian Paul1-1/+1
2015-02-26st/mesa: replace INLINE with inlineBrian Paul1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-11-25mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller1-1/+1
2013-04-09st/mesa: remove #include mfeatures.hBrian Paul1-1/+0
2013-03-15Replace gl_vert_result enum with gl_varying_slot.Paul Berry1-3/+3
2012-09-15mesa: remove FEATURE_rastpos define.Oliver McFadden1-4/+0
2012-05-08mesa: add gl_context::NewDriverState and use it for vertex arraysMarek Olšák1-1/+4
2012-05-08mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák1-1/+4
2011-12-15mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák1-1/+2
2011-01-09st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-5/+5
2010-09-30st: remove duplicated includeNicolas Kaiser1-1/+0
2010-05-12st/mesa: Make FEATURE_feedback and FEATURE_rastpos more modular.Chia-I Wu1-0/+3
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul1-3/+3
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-1/+1
2010-02-12st/mesa: restore draw rasterization stage after rasterposBrian Paul1-0/+8
2010-01-14st/mesa: Remove unnecessary header from st_cb_rasterpos.c.Vinson Lee1-1/+0
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt1-1/+1
2009-05-27st/mesa: init Format field of vertex arrays for feedback modeBrian Paul1-0/+1
2009-05-22mesa: use Elements() for loop limitBrian Paul1-1/+1
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