summaryrefslogtreecommitdiff
path: root/src/mesa/vbo
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-25mesa: use fi_type in vertex attribute codeMarius Predut9-80/+97
2015-02-23mesa/vbo: Use unreachable to silence uninitialized var warning.Matt Turner1-2/+1
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner5-17/+17
2015-02-21vbo: fix an unitialized-variable warningMarek Olšák1-0/+1
2015-01-30mesa: fix display list 8-byte alignment issueBrian Paul1-1/+4
2015-01-21mesa: Fix some signed-unsigned comparison warningsJan Vesely1-1/+2
2015-01-07vbo: ignore primitive restart if FixedIndex is enabled in DrawArraysMarek Olšák1-1/+2
2014-12-02mesa: Silence unused parameter warnings in _mesa_validate_Draw functionsIan Romanick1-12/+11
2014-12-01vbo: also print buffer object pointer in vbo_print_vertex_list()Brian Paul1-2/+6