summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_draw.h
AgeCommit message (Expand)AuthorFilesLines
2017-05-10st/mesa: make st_draw_vbo staticMarek Olšák1-12/+0
2016-10-28mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul1-1/+1
2016-08-04state_tracker: Initialize the draw context only when needed.Eric Anholt1-0/+2
2016-02-16st/mesa: consolidate quad drawing codeBrian Paul1-0/+7
2015-08-06vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák1-0/+2
2015-02-26st/mesa: replace INLINE with inlineBrian Paul1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2013-11-25mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller1-2/+4
2013-10-31st/draw: silence Mingw warning in pointer_to_offset()Brian Paul1-1/+1
2012-06-15st/mesa: atomize vertex array stateMarek Olšák1-7/+0
2012-05-08mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák1-2/+0
2012-01-03st/mesa: use SINT/UINT formats for VertexAttribIPointerChristoph Bumiller1-1/+1
2011-12-15mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák1-2/+4
2011-04-08Make st_pipe_vertex_format return type in st_draw.h match st_draw.cAlan Coopersmith1-1/+1
2010-12-21st/mesa: Clean up header file inclusion in st_draw.h.Vinson Lee1-1/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-08-05st/mesa: Add missing headers to st_draw.h.Vinson Lee1-1/+6
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt1-0/+2
2009-05-21st: add support for GL_EXT_vertex_array_bgraBrian Paul1-1/+2
2009-03-09st: use pointer_to_offset() cast wrapper to convert pointers to uintBrian Paul1-0/+15
2008-12-12st: move feedback draw function to new fileKeith Whitwell1-0/+5
2008-04-25gallium: remove unused st_draw_vertices()Brian Paul1-7/+0
2008-02-08gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys...Brian1-1/+2
2007-09-25st_draw_vertices() no longer needs attribs[] array parameterBrian1-1/+1
2007-09-17Plug in selection/feedback code.Brian1-0/+20
2007-08-20Start to remove the temporary draw_vb() and draw_vertices() code.Brian1-4/+8
2007-08-02Remove references to accum buffers in softpipe.Keith Whitwell1-1/+1
2007-06-20actually use new glClear codeBrian1-0/+4
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell1-0/+40