summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_exec_array.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick2013-01-111-8/+8
* vbo: use GLuint for numInstances to silence MSVC warningsBrian Paul2012-11-061-1/+1
* mesa: Remove support for NV_vertex_program's special attributes aliasingEric Anholt2012-10-151-26/+0
* mesa: remove FEATURE_EXT_transform_feedback define.Oliver McFadden2012-09-151-10/+0
* mesa: implement new DrawTransformFeedback functionsMarek Olšák2012-07-121-5/+57
* vbo: optimize validation for glMultiDrawElementsMarek Olšák2012-06-281-12/+6
* vbo: first ASSERT_OUTSIDE_BEGIN_END then FLUSH, not the other way aroundMarek Olšák2012-06-281-22/+0
* vbo: don't call twice _mesa_valid_to_render in DrawArraysInstancedBaseInstanceMarek Olšák2012-06-281-5/+2
* mesa: more const qualifiers to match the latest glext.hBrian Paul2012-06-271-2/+3
* mesa: Add support for GL_ARB_base_instanceFredrik Höglund2012-06-191-9/+105
* vbo: use software primitive restart in the VBO moduleJordan Justen2012-05-171-6/+37
* mesa: implement DEBUG_ALWAYS_FLUSH debug optionBrian Paul2012-05-111-0/+16
* mesa: add gl_context::NewDriverState and use it for vertex arraysMarek Olšák2012-05-081-1/+1
* mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák2012-05-081-6/+6
* vbo: move vbo_draw_method into vbo_context.hMarek Olšák2012-05-081-1/+1
* vbo: call UpdateState directly when notifying a driver about _NEW_ARRAYMarek Olšák2012-04-231-11/+1
* vbo: do FLUSH_CURRENT before validating and updating stateMarek Olšák2012-04-231-10/+16
* vbo: remove vbo_context::mat_currvalMarek Olšák2012-04-191-1/+2
* vbo: remove vbo_context::generic_currvalMarek Olšák2012-04-191-3/+3
* vbo: remove vbo_context::legacy_currvalMarek Olšák2012-04-191-4/+4
* vbo: don't check twice whether it's valid to renderMarek Olšák2012-04-191-20/+0
* mesa: add _NEW_VARYING_VP_INPUTS for gl_context::varying_vp_inputsMarek Olšák2012-04-191-2/+2
* mesa,vbo: properly detect when vertex arrays need to be recalculatedMarek Olšák2012-04-191-39/+20
* mesa/vbo: inline vbo_sizeof_ib_type.Dave Airlie2012-02-281-16/+0
* vbo: Eliminate short-circuiting in invalid-start case.Kenneth Graunke2012-02-171-5/+1
* vbo: Rework checking of 'end' against _MaxElement.Kenneth Graunke2012-02-171-11/+6
* vbo: Ignore invalid element ranges which are outside VBO bounds.Kenneth Graunke2012-02-171-0/+25
* vbo: Remove pedantic warning about 'end' beind out of bounds.Kenneth Graunke2012-02-171-47/+2
* vbo: fix a building errorChih-Wei Huang2012-02-041-0/+2
* vbo: fix breakage from previous commitBrian Paul2012-01-111-1/+1
* vbo: fix void * arithmetic compilation error on MSVCBrian Paul2012-01-111-4/+5
* vbo: introduce vbo_get_minmax_indices functionYuanhan Liu2012-01-121-8/+42
* vbo: introduce vbo_sizeof_ib_type() functionYuanhan Liu2011-12-301-33/+19
* vbo: Clean up recalculate_input_bindings.Mathias Fröhlich2011-12-271-40/+17
* vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArraysBrian Paul2011-12-261-0/+4
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-151-5/+88
* mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.Mathias Fröhlich2011-11-291-36/+5
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-291-2/+2
* vbo: Use The VERT_{ATTRIB,BIT} defines.Mathias Fröhlich2011-11-291-20/+21
* mesa: move ElementArrayBufferObj to gl_array_objectYuanhan Liu2011-11-291-21/+21
* vbo: Clean up unused variables in the vbo module.Mathias Froehlich2011-10-221-6/+1
* vbo: Redeclare bind_array() as non-static vbo_bind_array()Chad Versace2011-10-181-5/+5
* mesa/vbo: Treat attribute 0 and vertex as the sameIan Romanick2011-10-141-1/+2
* mesa: Only map the necessary buffer range in vbo_get_minmax_indexIan Romanick2011-08-231-4/+19
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-231-9/+15
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-231-8/+3
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-231-7/+5
* vbo: do not call _mesa_max_buffer_index in debug buildsMarek Olšák2011-08-051-3/+1
* vbo: minor optimisation in vbo_exec_DrawRangeElementsDave Airlie2011-07-141-3/+3
* vbo: minor simplification in print_draw_arrays() debug functionBrian Paul2011-06-131-4/+4