summaryrefslogtreecommitdiff
path: root/src/mesa/vbo
AgeCommit message (Expand)AuthorFilesLines
2016-01-07mesa: add support for ARB_indirect_parameters draw functionsIlia Mirkin1-0/+103
2016-01-07glapi: add ARB_indirect_parameters definitionsIlia Mirkin1-0/+21
2016-01-07vbo: create a new draw function interface for indirect drawsIlia Mirkin4-75/+89
2016-01-06vbo: s/GLuint/GLbitfield/ for state bitmasksBrian Paul4-4/+4
2015-12-29mesa/vbo: Add draw_id field to struct _mesa_primKristian Høgsberg Kristensen2-0/+5
2015-11-04vbo: fix another GL_LINE_LOOP bugBrian Paul2-2/+10
2015-11-01mesa: expose support for OES/EXT_draw_elements_base_vertex to OpenGL ESRyan Houdek1-3/+10
2015-10-28vbo: replace assertion with conditional in vbo_compute_max_verts()Brian Paul1-1/+2
2015-10-22vbo: optimize vertex copying when 'wrapping'Brian Paul2-17/+14
2015-10-20vbo: convert display list GL_LINE_LOOP prims to GL_LINE_STRIPBrian Paul1-0/+53
2015-10-20vbo: fix GL_LINE_LOOP stray line bugBrian Paul3-3/+56
2015-10-20vbo: add new vbo_compute_max_verts() helper functionBrian Paul3-4/+16
2015-10-20vbo: simplify some code in vbo_exec_End()Brian Paul1-4/+3
2015-10-20vbo: simplify some code in vbo_copy_vertices()Brian Paul1-6/+5
2015-10-20vbo: simplify some code in vbo_exec_wrap_buffers()Brian Paul1-6/+4
2015-10-20vbo: replace the comment on vbo_copy_vertices()Brian Paul1-3/+7
2015-10-20vbo: make vbo_exec_vtx_wrap() staticBrian Paul2-3/+2
2015-10-20vbo: remove unneeded ctx parameter for merge_prims()Brian Paul1-3/+2
2015-10-20vbo: reduce number of vertex buffer mappings for vertex attributesBrian Paul1-5/+13
2015-10-13vbo: make void vbo_exec_BeginVertices() staticBrian Paul2-21/+20
2015-10-13vbo: document vbo_exec_context fieldsBrian Paul1-7/+8
2015-10-13vbo: minor clean-ups for vbo_exec_fixup_vertex()Brian Paul1-2/+5
2015-10-13vbo: add assertion in ATTR_UNION macroBrian Paul1-0/+3
2015-10-13vbo: add comments, braces in ATTR_UNION() in vbo_exec_api.cBrian Paul1-2/+12
2015-10-13vbo: fix whitespace in vbo_exec_draw.cBrian Paul1-13/+12
2015-10-13vbo: move 'tmp' var initializationBrian Paul1-1/+2
2015-10-13vbo: improve fprintf() formattingBrian Paul1-1/+1
2015-10-13vbo: simplify vertex array initializations in vbo_context.cBrian Paul1-52/+43
2015-10-13vbo: get rid of needless NR_MAT_ATTRIBS constantBrian Paul1-6/+3
2015-10-13vbo: fix incorrect switch statement in init_mat_currval()Brian Paul1-1/+1
2015-10-03mesa: remove Driver.EndCallListMarek Olšák3-10/+1
2015-10-03mesa: remove Driver.BeginCallListMarek Olšák3-2/+1
2015-10-03mesa: remove Driver.EndListMarek Olšák3-2/+1
2015-10-03mesa: remove Driver.NewListMarek Olšák3-2/+1
2015-10-03mesa: remove Driver.NotifySaveBeginMarek Olšák4-7/+2
2015-10-03mesa: remove Driver.SaveFlushVerticesMarek Olšák4-3/+2
2015-10-03mesa: remove Driver.FlushVerticesMarek Olšák4-3/+11
2015-10-03mesa: remove Driver.BeginVerticesMarek Olšák2-3/+2
2015-08-06vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák8-18/+19
2015-07-29vbo: Avoid double promotion.Matt Turner2-5/+5
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-29/+29
2015-05-28gles/es3.1: Enable dispatch of almost all new GLES 3.1 functionsIan Romanick1-1/+4
2015-05-08mesa/vbo: add support for 64-bit vertex attributes. (v1)Dave Airlie5-35/+199
2015-04-27Fix a few typosZoë Blade2-2/+2
2015-04-14vbo: replace __FUNCTION__ with __func__Marius Predut4-5/+5
2015-04-14i965: Fix software primitive restart with indirect draws.Kenneth Graunke1-2/+4
2015-03-11vbo: improve the code style by adjust the preprocessing c code directivesMarius Predut2-42/+34
2015-03-05Fix invalid extern "C" around header inclusion.Mark Janes2-0/+16
2015-03-05mesa: include stdio.h where neededBrian Paul5-0/+6
2015-03-02mesa/vbo: replace Elements() with ARRAY_SIZE()Brian Paul5-18/+18