summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: Delete VAO _MaxElement code and index buffer bounds checking.Kenneth Graunke2014-09-194-24/+6
* Eliminate several cases of multiplication in arguments to callocCarl Worth2014-09-031-1/+1
* mesa: Expose vbo_exec_DrawArraysInstanced as _mesa_DrawArraysInstanced.Kenneth Graunke2014-08-151-0/+6
* mesa: fix crash in st/mesa after deleting a VAOMarek Olšák2014-07-112-33/+4
* mesa: check constant before null checkTimothy Arceri2014-05-221-3/+3
* mesa: add extra null checks in vbo_rebase_prims()Juha-Pekka Heikkila2014-05-021-2/+21
* mesa: Use location VERT_ATTRIB_GENERIC0 for vertex attribute 0Anuj Phogat2014-05-011-22/+23
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-258-56/+81
* mesa: allow buffers mapped with the persistent flag to be used by the GPUMarek Olšák2014-02-251-2/+2
* mesa: add storage flags parameter to Driver.BufferDataMarek Olšák2014-02-253-3/+13
* mesa: Rename ElementArrayBufferObj to IndexBufferObj.Kenneth Graunke2014-02-032-21/+21
* mesa: Rename "struct gl_array_object" to gl_vertex_array_object.Kenneth Graunke2014-02-031-2/+2
* mesa: Rename "arrayObj" local variables to "vao".Kenneth Graunke2014-02-031-8/+8
* mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO.Kenneth Graunke2014-02-032-23/+23
* s/Tungsten Graphics/VMware/José Fonseca2014-01-1719-31/+31
* mesa: modified _mesa_align_free() to accept NULL pointerSiavash Eliasi2013-12-041-5/+4
* vbo: map indirect buffer and extract params if doing sw primitive restartChris Forbes2013-11-251-0/+33
* mesa: pass indirect buffer to sw primitive restartChris Forbes2013-11-253-3/+5
* vbo: Flesh out implementation of indirect drawsChris Forbes2013-11-251-0/+218
* mesa: add indirect_offset, is_indirect to _mesa_primChris Forbes2013-11-254-1/+12
* glapi: add plumbing for GL_ARB_draw_indirect and GL_ARB_multi_draw_indirectChris Forbes2013-11-251-0/+35
* mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller2013-11-258-12/+13
* vbo: add 10_11_11 support to vbo_attrib_tmpChris Forbes2013-11-081-6/+26
* mesa: Rename gl_array_object::VertexAttrib to _VertexAttribFredrik Höglund2013-11-071-6/+6
* mesa: Add a new GetTransformFeedbackVertexCount() driver hook.Kenneth Graunke2013-10-311-0/+10
* vbo: fix MSVC double->float conversion warningsBrian Paul2013-10-311-2/+2
* vbo: access VBO memory more efficiently when building display listsBrian Paul2013-10-161-8/+31
* vbo: assorted minor clean-upsBrian Paul2013-10-114-14/+14
* vbo: Implement new gs prim types in vbo_count_tessellated_primitives.Paul Berry2013-09-091-0/+12
* mesa: Rename gl_context::swtnl_im to vbo_context; use proper type.Kenneth Graunke2013-09-032-3/+3
* mesa/main: Check for 0 size draws after validation.Fabian Bieler2013-08-271-0/+12
* mesa/vbo: Fix handling of attribute 0 in non-compatibilty contextsIan Romanick2013-08-151-23/+59
* mesa: add const qualifier to glMultiDrawElementsEXT() indices paramBrian Paul2013-06-262-2/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-0513-13/+0
* vbo: Use the new primitive restart index helper function.Kenneth Graunke2013-05-292-2/+3
* vbo: Ignore PRIMITIVE_RESTART_FIXED_INDEX for glDrawArrays().Kenneth Graunke2013-05-291-5/+5
* mesa: skip _MaxElement computation unless driver needs strict bounds checkingMarek Olšák2013-05-111-3/+23
* vbo: add comments, const qualifiersBrian Paul2013-05-032-9/+24
* vbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init()Brian Paul2013-05-031-2/+7
* mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it.Brian Paul2013-05-031-4/+4
* vbo: update comments for vbo_save_NotifyBegin()Brian Paul2013-05-031-2/+10
* vbo: implement primitive merging for glBegin/End sequencesBrian Paul2013-05-032-14/+38
* vbo: create a few utility functions for merging primitivesBrian Paul2013-05-032-0/+109
* mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()Brian Paul2013-05-024-146/+107
* mesa: remove GLvertexformat::Rectf()Brian Paul2013-05-024-49/+22
* mesa: simplify dispatch for glDraw* functionsBrian Paul2013-05-025-272/+0
* vbo: add new vbo_initialize_exec_dispatch(), vbo_initialize_save_dispatch()Brian Paul2013-05-023-0/+68
* mesa: remove _MESA_INIT_EVAL_VTXFMT() macroBrian Paul2013-05-023-3/+24
* mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macroBrian Paul2013-05-023-3/+3
* mesa: remove _MESA_INIT_DLIST_VTXFMT() macroBrian Paul2013-05-023-3/+7