summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_exec_draw.c
Commit message (Expand)AuthorAgeFilesLines
* vbo: Make use of _DrawVAO from immediate mode drawMathias Fröhlich2018-02-231-51/+66
* vbo: Use _VPMode instead of get_vp_mode().Mathias Fröhlich2018-02-231-2/+3
* vbo: Simplify input array distribution for imm type draws.Mathias Fröhlich2018-02-011-66/+15
* vbo: Use static const VERT_ATTRIB->VBO_ATTRIB maps.Mathias Fröhlich2018-02-011-4/+4
* mesa: Put materials at the end of the generic block.Mathias Fröhlich2018-02-011-5/+5
* mesa: Use defines for the aliased material array attributes.Mathias Fröhlich2018-02-011-3/+7
* vbo: move, rename vp_mode enums, get_program_mode() functionBrian Paul2018-01-291-3/+4
* vbo: remove vbo_context.h and change includes to use vbo.h insteadBrian Paul2018-01-241-1/+0
* vbo: move VBO-private types, prototypes, etc. into new vbo_private.h headerBrian Paul2018-01-241-0/+1
* vbo: replace assert(0) with unreachable()Brian Paul2018-01-241-2/+2
* mesa: remove unneeded #includes of main/compiler.hBrian Paul2018-01-171-1/+0
* vbo: whitespace, formatting fixes in vbo_exec_draw.cBrian Paul2018-01-171-64/+64
* vbo: use inputs_read var to simplify codeBrian Paul2018-01-171-4/+4
* vbo: change vbo_context attribute map arrays to GLubyteBrian Paul2018-01-171-1/+1
* vbo: lift common code out of switch casesBrian Paul2018-01-171-9/+6
* mesa: shrink VERT_ATTRIB bitfields to 32 bitsMarek Olšák2017-11-251-1/+1
* mesa/vbo: remove redundant _mesa_is_bufferobj() callsTimothy Arceri2017-03-311-10/+4
* mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul2016-10-281-1/+1
* r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri2016-10-261-2/+4
* mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri2016-10-261-2/+2
* mesa: Remove set but not used gl_client_array::Stride.Mathias Fröhlich2016-07-311-1/+0
* mesa: Remove set but not used gl_client_array::Enabled.Mathias Fröhlich2016-07-311-1/+0
* vbo: Fix handling of POS/GENERIC0 attributes.Mathias Fröhlich2016-07-271-3/+16
* vbo: fix attr resetRob Clark2016-07-061-1/+1
* vbo: Use a bitmask to track the active arrays in vbo_exec*.Mathias Fröhlich2016-06-161-0/+2
* vbo: fix another GL_LINE_LOOP bugBrian Paul2015-11-041-0/+1
* vbo: fix GL_LINE_LOOP stray line bugBrian Paul2015-10-201-0/+11
* vbo: add new vbo_compute_max_verts() helper functionBrian Paul2015-10-201-2/+1
* vbo: simplify some code in vbo_copy_vertices()Brian Paul2015-10-201-6/+5
* vbo: replace the comment on vbo_copy_vertices()Brian Paul2015-10-201-3/+7
* vbo: fix whitespace in vbo_exec_draw.cBrian Paul2015-10-131-13/+12
* vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák2015-08-061-1/+1
* vbo: replace __FUNCTION__ with __func__Marius Predut2015-04-141-2/+2
* mesa: include stdio.h where neededBrian Paul2015-03-051-0/+1
* mesa/vbo: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-4/+4
* mesa: use fi_type in vertex attribute codeMarius Predut2015-02-251-4/+4
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-4/+4
* mesa: Delete VAO _MaxElement code and index buffer bounds checking.Kenneth Graunke2014-09-191-2/+0
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-8/+14
* mesa: add storage flags parameter to Driver.BufferDataMarek Olšák2014-02-251-2/+6
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller2013-11-251-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* vbo: fix glVertexAttribI* functionsMarek Olšák2012-11-061-4/+3
* mesa: Remove support for NV_vertex_program's special attributes aliasingEric Anholt2012-10-151-5/+0
* mesa: remove FEATURE_beginend define.Oliver McFadden2012-09-151-6/+0