summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_draw.h
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: consolidate quad drawing codeBrian Paul2016-02-161-0/+7
* vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák2015-08-061-0/+2
* st/mesa: replace INLINE with inlineBrian Paul2015-02-261-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller2013-11-251-2/+4
* st/draw: silence Mingw warning in pointer_to_offset()Brian Paul2013-10-311-1/+1
* st/mesa: atomize vertex array stateMarek Olšák2012-06-151-7/+0
* mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák2012-05-081-2/+0
* st/mesa: use SINT/UINT formats for VertexAttribIPointerChristoph Bumiller2012-01-031-1/+1
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-151-2/+4
* Make st_pipe_vertex_format return type in st_draw.h match st_draw.cAlan Coopersmith2011-04-081-1/+1
* st/mesa: Clean up header file inclusion in st_draw.h.Vinson Lee2010-12-211-1/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* st/mesa: Add missing headers to st_draw.h.Vinson Lee2010-08-051-1/+6
* vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-121-0/+2
* st: add support for GL_EXT_vertex_array_bgraBrian Paul2009-05-211-1/+2
* st: use pointer_to_offset() cast wrapper to convert pointers to uintBrian Paul2009-03-091-0/+15
* st: move feedback draw function to new fileKeith Whitwell2008-12-121-0/+5
* gallium: remove unused st_draw_vertices()Brian Paul2008-04-251-7/+0
* gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys...Brian2008-02-081-1/+2
* st_draw_vertices() no longer needs attribs[] array parameterBrian2007-09-251-1/+1
* Plug in selection/feedback code.Brian2007-09-171-0/+20
* Start to remove the temporary draw_vb() and draw_vertices() code.Brian2007-08-201-4/+8
* Remove references to accum buffers in softpipe.Keith Whitwell2007-08-021-1/+1
* actually use new glClear codeBrian2007-06-201-0/+4
* Renamed softpipe directories and files to something less confusing.Keith Whitwell2007-06-141-0/+40