summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_prim_vbuf.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-27treewide: Replace the usage of ubyte/ushort with uint8_t/uint16_tYonggang Luo1-4/+4
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-3/+3
2023-06-03compiler: Rename shader_prim to mesa_prim and replace all usage of pipe_prim_...Yonggang Luo1-26/+26
2019-04-09softpipe: add support for indexed queries.Dave Airlie1-2/+2
2019-04-09draw: add stream member to stats callbackDave Airlie1-1/+1
2017-10-27gallium: s/unsigned/enum pipe_prim_type/Brian Paul1-2/+2
2016-01-07softpipe: tell draw about the vertex layout we wantRoland Scheidegger1-2/+2
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-08-27draw: clean up setting stream out information a bitRoland Scheidegger1-5/+11
2013-08-27softpipe: support nested/overlapping queries for all query typesRoland Scheidegger1-1/+1
2013-04-16draw: implement pipeline statistics in the draw moduleZack Rusin1-0/+23
2012-11-09softpipe: Handle adjacency primitives.José Fonseca1-0/+46
2012-01-10draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie1-7/+4
2012-01-07gallium: make vbuf_render::set_primitive() return voidBrian Paul1-2/+1
2010-06-16draw: rewrite stream output to handle all the dark cornersZack Rusin1-4/+6
2010-06-08gallium: add basic support for stream output queriesZack Rusin1-0/+5
2010-06-08gallium: make draw auto work and add relevant caps and docsZack Rusin1-0/+10
2010-05-05gallium: rename draw() to draw_elements() in vbuf codeBrian Paul1-2/+2
2010-05-05gallium: rework provoking vertex codeBrian Paul1-114/+194
2010-04-16softpipe: formatting fixes and commentsBrian Paul1-66/+63
2010-03-09softpipe: quads never provoke the first vertexMarek Olšák1-68/+12
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-1/+2
2010-01-19softpipe: Fix vertex buffer memory leak.José Fonseca1-0/+2
2010-01-18softpipe: Fix leak in vbuf draw moduleJakob Bornecrantz1-1/+1
2009-12-27softpipe: Silence unused variable warning.Vinson Lee1-0/+1
2009-10-07softpipe: prefix non-static functions with sp_Brian Paul1-43/+43
2009-08-23softpipe: remove old prim_setup draw stageKeith Whitwell1-76/+31
2009-08-18softpipe: move flatshade-first check out of loopKeith Whitwell1-30/+50
2009-07-24softpipe: actually pass >1 quad from triangle routineKeith Whitwell1-0/+2
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul1-65/+164
2009-06-09softpipe: implement flatshade_first for trianglesBrian Paul1-58/+182
2009-06-03softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()Brian Paul1-2/+12
2009-06-03softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON renderingBrian Paul1-1/+1
2009-05-30softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGONBrian Paul1-1/+15
2009-03-05Revert "softpipe: added null ptr check for align_free() call in vbuf code"Brian Paul1-2/+1
2009-03-05softpipe: added null ptr check for align_free() call in vbuf codeBrian Paul1-1/+2
2009-02-27softpipe: add dumping of post-tranfsormed vertices (disabled)Keith Whitwell1-0/+33
2009-02-17softpipe: update to new draw interfacesKeith Whitwell1-13/+32
2008-11-24gallium: massage sp_vbuf_draw() and sp_vbuf_draw_arrays() to look more alikeBrian Paul1-12/+17
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-0/+1
2008-05-12softpipe: more work to get non-reduced primitives working in vbufKeith Whitwell1-26/+19
2008-05-12softpipe: make vbuf handle all primitive typesKeith Whitwell1-108/+147
2008-04-16softpipe: call setup_prepare earlier so that vertex info is correct when queriedKeith Whitwell1-4/+10
2008-04-14softpipe: calculate determinant for all triangles, don't rely on draw module ...Keith Whitwell1-28/+0
2008-04-14softpipe: do our own culling, don't rely on the draw module.Keith Whitwell1-4/+17
2008-04-10remove usage of vertex_headerKeith Whitwell1-101/+122
2008-03-17gallium: improvements, or extensions at least, to the passthrough pathKeith Whitwell1-2/+11
2008-03-16gallium: finish remaining prim types for sp_vbuf_draw_arrays()Brian1-0/+73
2008-03-14gallium: fix some compiler warningsKeith Whitwell1-1/+1