mesa: Rename "arrayObj" local variables to "vao".
[mesa.git] / src / mesa / vbo /
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...
2013-06-26 Brian Paulmesa: add const qualifier to glMultiDrawElementsEXT...
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-05-29 Kenneth Graunkevbo: Use the new primitive restart index helper function.
2013-05-29 Kenneth Graunkevbo: Ignore PRIMITIVE_RESTART_FIXED_INDEX for glDrawArr...
2013-05-11 Marek Olšákmesa: skip _MaxElement computation unless driver needs...
2013-05-04 Brian Paulvbo: add comments, const qualifiers
2013-05-04 Brian Paulvbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init()
2013-05-04 Brian Paulmesa; change ctx->Driver.SaveNeedFlush to boolean,...
2013-05-04 Brian Paulvbo: update comments for vbo_save_NotifyBegin()
2013-05-04 Brian Paulvbo: implement primitive merging for glBegin/End sequences
2013-05-04 Brian Paulvbo: create a few utility functions for merging primitives
2013-05-02 Brian Paulmesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()
2013-05-02 Brian Paulmesa: remove GLvertexformat::Rectf()
2013-05-02 Brian Paulmesa: simplify dispatch for glDraw* functions
2013-05-02 Brian Paulvbo: add new vbo_initialize_exec_dispatch(), vbo_initia...
2013-05-02 Brian Paulmesa: remove _MESA_INIT_EVAL_VTXFMT() macro
2013-05-02 Brian Paulmesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macro
2013-05-02 Brian Paulmesa: remove _MESA_INIT_DLIST_VTXFMT() macro
2013-05-02 Brian Paulvbo: fix initial value of ctx->Driver.CurrentSavePrimitive
2013-05-02 Brian Paulvbo: fix error detection in vbo_save_playback_vertex_list()
2013-05-02 Brian Paulvbo: remove redundant vfmt->Begin = _save_Begin assignment
2013-05-02 Brian Paulvbo: fix parameter validation for saving dlist glDraw...
2013-05-02 Brian Paulmesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constant
2013-05-02 Brian Paulmesa: fix CurrentSavePrimitive <= GL_POLYGON tests
2013-05-01 Marek Olšákvbo: fix possible use-after-free segfault after a VAO...
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-24 Brian Paulmesa: use new _mesa_inside_dlist_begin_end() function
2013-04-24 Brian Paulmesa: use new _mesa_inside_begin_end() function
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-03-07 Brian Paulvbo: fix crash found with shared display lists
2013-02-11 Eric Anholtvbo: Merge GL_QUADS drawing requests in display lists.
2013-02-11 Eric Anholtvbo: Print display list debug using printf() like dlist...
2013-01-25 Brian Paulvbo: add a null pointer check to handle OOM instead...
2013-01-22 Eric Anholtmesa: Drop manual checks for outside begin/end.
2013-01-22 Eric Anholtmesa: Install a minimal dispatch table during glBegin...
2013-01-22 Eric Anholtmesa: Remove the dead PrepareExecBegin() driver hook.
2013-01-22 Eric Anholtmesa: Use an early return to unindent most of vbo_exec_...
2013-01-11 Ian Romanickmesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX
2012-12-18 Paul Berrymesa: Change args to vbo_count_tessellated_primitives.
2012-12-16 Jordan Justenmesa: don't initialize VBO vtxfmt in _vbo_CreateContext
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-27 Brian Paulvbo: move another line of code after declarations
2012-11-27 Brian Paulvbo: move code after declarations to fix MSVC errors
2012-11-27 Brian Paulvbo: minor whitespace fix
2012-11-27 Kenneth Graunkemesa/vbo: Check for invalid types in various packed...
2012-11-27 Kenneth Graunkemesa/vbo: Support the ES 3.0 signed normalized scaling...
2012-11-27 Kenneth Graunkemesa/vbo: Plumb ctx through to the conv_i(10|2)_to_norm...
2012-11-22 Kenneth Graunkemesa/vbo: Fix scaling issue in 2-bit signed normalized...
2012-11-22 Kenneth Graunkemesa/vbo: Fix scaling issue in 10-bit signed normalized...
2012-11-16 Matt TurnerRemove OpenVMS support
2012-11-06 Brian Paulvbo: use GLuint for numInstances to silence MSVC warnings
2012-11-06 Marek Olšákvbo: fix glVertexAttribI* functions
2012-10-29 Brian Paulvbo: silence MSVC double/float conversion warnings
2012-10-15 Eric Anholtmesa: Add notes about remaining NV_vertex_program code.
2012-10-15 Eric Anholtmesa: Remove support for NV_vertex_program's attribute...
2012-10-15 Eric Anholtmesa: Remove support for NV_vertex_program's special...
2012-09-15 Oliver McFaddenmesa: remove FEATURE_EXT_transform_feedback define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_evaluators define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_dlist define.
2012-09-15 Oliver McFaddenmesa: remove FEATURE_beginend define.
2012-09-15 Dave Airlievbo: add a prefix to count_tessellated_primitives
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-09-01 Brian Paulmesa: s/MALLOC/malloc/
2012-08-29 Ian Romanickmesa: Kill ES2 wrapper functions
2012-08-29 Ian Romanickmesa/es: Validate glMaterial face and pname in Mesa...
2012-07-24 Brian Paulmesa: move more format helper functions to glformats.c
2012-07-12 Marek Olšákmesa: implement new DrawTransformFeedback functions
2012-06-28 Marek Olšákvbo: optimize validation for glMultiDrawElements
2012-06-28 Marek Olšákvbo: first ASSERT_OUTSIDE_BEGIN_END then FLUSH, not...
2012-06-28 Marek Olšákvbo: don't call twice _mesa_valid_to_render in DrawArra...
2012-06-27 Brian Paulmesa: more const qualifiers to match the latest glext.h
2012-06-27 Brian Paulmesa: rename ColorMaterialBitmask to _ColorMaterialBitmask
2012-06-19 Fredrik Höglundmesa: Add support for GL_ARB_base_instance
2012-05-17 Jordan Justenvbo: use software primitive restart in the VBO module
2012-05-17 Jordan Justenvbo: add software primitive restart support
2012-05-11 Brian Paulmesa: implement DEBUG_ALWAYS_FLUSH debug option
next