Android: clean-up and fix DRI module path handling
[mesa.git] / src / mesa / vbo /
2016-02-03 Nicolai Hähnlevbo: disable the minmax cache when the hit rate is low
2016-02-03 Nicolai Hähnlemesa: add USAGE_DISABLE_MINMAX_CACHE flag to buffer...
2016-02-03 Nicolai Hähnlevbo: cache/memoize the result of vbo_get_minmax_indices...
2016-02-03 Nicolai Hähnlevbo: move vbo_get_minmax_indices into its own source...
2016-01-07 Ilia Mirkinmesa: add support for ARB_indirect_parameters draw...
2016-01-07 Ilia Mirkinglapi: add ARB_indirect_parameters definitions
2016-01-07 Ilia Mirkinvbo: create a new draw function interface for indirect...
2016-01-06 Brian Paulvbo: s/GLuint/GLbitfield/ for state bitmasks
2015-12-29 Kristian Høgsberg... mesa/vbo: Add draw_id field to struct _mesa_prim
2015-11-04 Brian Paulvbo: fix another GL_LINE_LOOP bug
2015-11-02 Ryan Houdekmesa: expose support for OES/EXT_draw_elements_base_ver...
2015-10-28 Brian Paulvbo: replace assertion with conditional in vbo_compute_...
2015-10-22 Brian Paulvbo: optimize vertex copying when 'wrapping'
2015-10-20 Brian Paulvbo: convert display list GL_LINE_LOOP prims to GL_LINE...
2015-10-20 Brian Paulvbo: fix GL_LINE_LOOP stray line bug
2015-10-20 Brian Paulvbo: add new vbo_compute_max_verts() helper function
2015-10-20 Brian Paulvbo: simplify some code in vbo_exec_End()
2015-10-20 Brian Paulvbo: simplify some code in vbo_copy_vertices()
2015-10-20 Brian Paulvbo: simplify some code in vbo_exec_wrap_buffers()
2015-10-20 Brian Paulvbo: replace the comment on vbo_copy_vertices()
2015-10-20 Brian Paulvbo: make vbo_exec_vtx_wrap() static
2015-10-20 Brian Paulvbo: remove unneeded ctx parameter for merge_prims()
2015-10-20 Brian Paulvbo: reduce number of vertex buffer mappings for vertex...
2015-10-13 Brian Paulvbo: make void vbo_exec_BeginVertices() static
2015-10-13 Brian Paulvbo: document vbo_exec_context fields
2015-10-13 Brian Paulvbo: minor clean-ups for vbo_exec_fixup_vertex()
2015-10-13 Brian Paulvbo: add assertion in ATTR_UNION macro
2015-10-13 Brian Paulvbo: add comments, braces in ATTR_UNION() in vbo_exec_api.c
2015-10-13 Brian Paulvbo: fix whitespace in vbo_exec_draw.c
2015-10-13 Brian Paulvbo: move 'tmp' var initialization
2015-10-13 Brian Paulvbo: improve fprintf() formatting
2015-10-13 Brian Paulvbo: simplify vertex array initializations in vbo_context.c
2015-10-13 Brian Paulvbo: get rid of needless NR_MAT_ATTRIBS constant
2015-10-13 Brian Paulvbo: fix incorrect switch statement in init_mat_currval()
2015-10-03 Marek Olšákmesa: remove Driver.EndCallList
2015-10-03 Marek Olšákmesa: remove Driver.BeginCallList
2015-10-03 Marek Olšákmesa: remove Driver.EndList
2015-10-03 Marek Olšákmesa: remove Driver.NewList
2015-10-03 Marek Olšákmesa: remove Driver.NotifySaveBegin
2015-10-03 Marek Olšákmesa: remove Driver.SaveFlushVertices
2015-10-03 Marek Olšákmesa: remove Driver.FlushVertices
2015-10-03 Marek Olšákmesa: remove Driver.BeginVertices
2015-08-06 Marek Olšákvbo: pass the stream from DrawTransformFeedbackStream...
2015-07-29 Matt Turnervbo: Avoid double promotion.
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-05-28 Ian Romanickgles/es3.1: Enable dispatch of almost all new GLES...
2015-05-08 Dave Airliemesa/vbo: add support for 64-bit vertex attributes...
2015-04-27 Zoë BladeFix a few typos
2015-04-14 Marius Predutvbo: replace __FUNCTION__ with __func__
2015-04-14 Kenneth Graunkei965: Fix software primitive restart with indirect...
2015-03-11 Marius Predutvbo: improve the code style by adjust the preprocessing...
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-03-05 Brian Paulmesa: include stdio.h where needed
2015-03-02 Brian Paulmesa/vbo: replace Elements() with ARRAY_SIZE()
2015-02-25 Marius Predutmesa: use fi_type in vertex attribute code
2015-02-23 Matt Turnermesa/vbo: Use unreachable to silence uninitialized...
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-02-20 Marek Olšákvbo: fix an unitialized-variable warning
2015-01-30 Brian Paulmesa: fix display list 8-byte alignment issue
2015-01-21 Jan Veselymesa: Fix some signed-unsigned comparison warnings
2015-01-07 Marek Olšákvbo: ignore primitive restart if FixedIndex is enabled...
2014-12-02 Ian Romanickmesa: Silence unused parameter warnings in _mesa_valida...
2014-12-01 Brian Paulvbo: also print buffer object pointer in vbo_print_vert...
2014-12-01 Brian Paulmesa: some improvements for print_list()
2014-11-06 Timothy Arcerimesa: Add SSE 4.1 optimisation for glDrawElements.
2014-10-16 Kenneth Graunkemesa: Drop the "target" parameter from NewBufferObject().
2014-09-30 Eric Anholtmesa: Drop the always-software-primitive-restart paths.
2014-09-25 Kenneth Graunkemesa: Set correct array element in vbo_exec_vtx_init.
2014-09-19 Kenneth Graunkemesa: Delete VAO _MaxElement code and index buffer...
2014-09-04 Carl WorthEliminate several cases of multiplication in arguments...
2014-08-15 Kenneth Graunkemesa: Expose vbo_exec_DrawArraysInstanced as _mesa_Draw...
2014-07-11 Marek Olšákmesa: fix crash in st/mesa after deleting a VAO
2014-05-21 Timothy Arcerimesa: check constant before null check
2014-05-02 Juha-Pekka Heikkilamesa: add extra null checks in vbo_rebase_prims()
2014-05-01 Anuj Phogatmesa: Use location VERT_ATTRIB_GENERIC0 for vertex...
2014-02-25 Marek Olšákmesa: allow buffers to be mapped multiple times
2014-02-25 Marek Olšákmesa: allow buffers mapped with the persistent flag...
2014-02-25 Marek Olšákmesa: add storage flags parameter to Driver.BufferData
2014-02-03 Kenneth Graunkemesa: Rename ElementArrayBufferObj to IndexBufferObj.
2014-02-03 Kenneth Graunkemesa: Rename "struct gl_array_object" to gl_vertex_arra...
2014-02-03 Kenneth Graunkemesa: Rename "arrayObj" local variables to "vao".
2014-02-03 Kenneth Graunkemesa: Rename ArrayObj to VAO and DefaultArrayObj to...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-04 Siavash Eliasimesa: modified _mesa_align_free() to accept NULL pointer
2013-11-25 Chris Forbesvbo: map indirect buffer and extract params if doing...
2013-11-25 Chris Forbesmesa: pass indirect buffer to sw primitive restart
2013-11-25 Chris Forbesvbo: Flesh out implementation of indirect draws
2013-11-25 Chris Forbesmesa: add indirect_offset, is_indirect to _mesa_prim
2013-11-25 Chris Forbesglapi: add plumbing for GL_ARB_draw_indirect and GL_ARB...
2013-11-25 Christoph Bumillermesa: add indirect drawing buffer parameter to draw...
2013-11-07 Chris Forbesvbo: add 10_11_11 support to vbo_attrib_tmp
2013-11-07 Fredrik Höglundmesa: Rename gl_array_object::VertexAttrib to _VertexAttrib
2013-10-31 Kenneth Graunkemesa: Add a new GetTransformFeedbackVertexCount() drive...
2013-10-31 Brian Paulvbo: fix MSVC double->float conversion warnings
2013-10-16 Brian Paulvbo: access VBO memory more efficiently when building...
2013-10-11 Brian Paulvbo: assorted minor clean-ups
2013-09-09 Paul Berryvbo: Implement new gs prim types in vbo_count_tessellat...
2013-09-03 Kenneth Graunkemesa: Rename gl_context::swtnl_im to vbo_context; use...
2013-08-27 Fabian Bielermesa/main: Check for 0 size draws after validation.
2013-08-15 Ian Romanickmesa/vbo: Fix handling of attribute 0 in non-compatibil...
next