summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo
Commit message (Expand)AuthorAgeFilesLines
...
* vbo: simplify some code in vbo_exec_wrap_buffers()Brian Paul2015-10-201-6/+4
* vbo: replace the comment on vbo_copy_vertices()Brian Paul2015-10-201-3/+7
* vbo: make vbo_exec_vtx_wrap() staticBrian Paul2015-10-202-3/+2
* vbo: remove unneeded ctx parameter for merge_prims()Brian Paul2015-10-201-3/+2
* vbo: reduce number of vertex buffer mappings for vertex attributesBrian Paul2015-10-201-5/+13
* vbo: make void vbo_exec_BeginVertices() staticBrian Paul2015-10-132-21/+20
* vbo: document vbo_exec_context fieldsBrian Paul2015-10-131-7/+8
* vbo: minor clean-ups for vbo_exec_fixup_vertex()Brian Paul2015-10-131-2/+5
* vbo: add assertion in ATTR_UNION macroBrian Paul2015-10-131-0/+3
* vbo: add comments, braces in ATTR_UNION() in vbo_exec_api.cBrian Paul2015-10-131-2/+12
* vbo: fix whitespace in vbo_exec_draw.cBrian Paul2015-10-131-13/+12
* vbo: move 'tmp' var initializationBrian Paul2015-10-131-1/+2
* vbo: improve fprintf() formattingBrian Paul2015-10-131-1/+1
* vbo: simplify vertex array initializations in vbo_context.cBrian Paul2015-10-131-52/+43
* vbo: get rid of needless NR_MAT_ATTRIBS constantBrian Paul2015-10-131-6/+3
* vbo: fix incorrect switch statement in init_mat_currval()Brian Paul2015-10-131-1/+1
* mesa: remove Driver.EndCallListMarek Olšák2015-10-033-10/+1
* mesa: remove Driver.BeginCallListMarek Olšák2015-10-033-2/+1
* mesa: remove Driver.EndListMarek Olšák2015-10-033-2/+1
* mesa: remove Driver.NewListMarek Olšák2015-10-033-2/+1
* mesa: remove Driver.NotifySaveBeginMarek Olšák2015-10-034-7/+2
* mesa: remove Driver.SaveFlushVerticesMarek Olšák2015-10-034-3/+2
* mesa: remove Driver.FlushVerticesMarek Olšák2015-10-034-3/+11
* mesa: remove Driver.BeginVerticesMarek Olšák2015-10-032-3/+2
* vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák2015-08-068-18/+19
* vbo: Avoid double promotion.Matt Turner2015-07-292-5/+5
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-29/+29
* gles/es3.1: Enable dispatch of almost all new GLES 3.1 functionsIan Romanick2015-05-281-1/+4
* mesa/vbo: add support for 64-bit vertex attributes. (v1)Dave Airlie2015-05-085-35/+199
* Fix a few typosZoë Blade2015-04-272-2/+2
* vbo: replace __FUNCTION__ with __func__Marius Predut2015-04-144-5/+5
* i965: Fix software primitive restart with indirect draws.Kenneth Graunke2015-04-141-2/+4
* vbo: improve the code style by adjust the preprocessing c code directivesMarius Predut2015-03-112-42/+34
* Fix invalid extern "C" around header inclusion.Mark Janes2015-03-052-0/+16
* mesa: include stdio.h where neededBrian Paul2015-03-055-0/+6
* mesa/vbo: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-025-18/+18
* mesa: use fi_type in vertex attribute codeMarius Predut2015-02-259-80/+97
* mesa/vbo: Use unreachable to silence uninitialized var warning.Matt Turner2015-02-231-2/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-235-17/+17
* vbo: fix an unitialized-variable warningMarek Olšák2015-02-211-0/+1
* mesa: fix display list 8-byte alignment issueBrian Paul2015-01-301-1/+4
* mesa: Fix some signed-unsigned comparison warningsJan Vesely2015-01-211-1/+2
* vbo: ignore primitive restart if FixedIndex is enabled in DrawArraysMarek Olšák2015-01-071-1/+2
* mesa: Silence unused parameter warnings in _mesa_validate_Draw functionsIan Romanick2014-12-021-12/+11
* vbo: also print buffer object pointer in vbo_print_vertex_list()Brian Paul2014-12-011-2/+6
* mesa: some improvements for print_list()Brian Paul2014-12-011-4/+4
* mesa: Add SSE 4.1 optimisation for glDrawElements.Timothy Arceri2014-11-061-3/+11
* mesa: Drop the "target" parameter from NewBufferObject().Kenneth Graunke2014-10-162-4/+2
* mesa: Drop the always-software-primitive-restart paths.Eric Anholt2014-09-302-42/+8
* mesa: Set correct array element in vbo_exec_vtx_init.Kenneth Graunke2014-09-241-1/+1