summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo
Commit message (Expand)AuthorAgeFilesLines
* 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-122-11/+45
* vbo: introduce vbo_sizeof_ib_type() functionYuanhan Liu2011-12-302-33/+23
* vbo: Clean up recalculate_input_bindings.Mathias Fröhlich2011-12-272-46/+17
* vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArraysBrian Paul2011-12-265-7/+49
* mesa: Add count_tessellated_primitives() function.Paul Berry2011-12-202-0/+51
* vbo: add comment for map_vp_non[] arrayBrian Paul2011-12-161-0/+1
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-158-11/+112
* vbo: remove unreachable _mesa_error() callBrian Paul2011-12-021-3/+0
* mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.Mathias Fröhlich2011-11-292-65/+35
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-293-4/+4
* vbo: Use The VERT_{ATTRIB,BIT} defines.Mathias Fröhlich2011-11-297-70/+87
* mesa: move ElementArrayBufferObj to gl_array_objectYuanhan Liu2011-11-292-23/+23
* vbo: fix !FEATURE_beginend buildChia-I Wu2011-11-251-0/+6
* vbo: better handling of VBO allocation failuresBrian Paul2011-11-115-39/+125
* mesa: replace api_noop.[ch] with vbo_noop.[ch]Brian Paul2011-11-112-0/+564
* vbo: pull some code from api_noop.c into vbo moduleBrian Paul2011-11-112-16/+208
* mesa: Set the "Integer" field of gl_client_array properly.Paul Berry2011-11-021-0/+1
* vbo: Clean up unused variables in the vbo module.Mathias Froehlich2011-10-223-16/+1
* vbo: Redeclare bind_array() as non-static vbo_bind_array()Chad Versace2011-10-182-5/+6
* mesa: Add dd_function_table::PrepareExecBeginChad Versace2011-10-181-0/+3
* mesa/vbo: Treat attribute 0 and vertex as the sameIan Romanick2011-10-141-1/+2
* Revert "vbo: Don't discount stride == 0 for testing all varyings in VBOs."Eric Anholt2011-10-011-1/+2
* mesa: s/INLINE/inline/Brian Paul2011-10-014-12/+12
* mesa: check glBegin()/glDrawArrays()/etc mode with _mesa_valid_prim_mode()Brian Paul2011-09-211-0/+7
* mesa: fix error handling for glMaterial*Yuanhan Liu2011-09-201-1/+12
* mesa/vbo: s/inline/INLINE/Vinson Lee2011-09-061-6/+6
* mesa/vbo: add ARB_vertex_type_2_10_10_10_rev APIs.Dave Airlie2011-09-063-2/+490
* mesa/tnl_dd: Remove unused header file t_dd_rendertmp.hIan Romanick2011-08-261-2/+1
* vbo: remove unused var, remove unneeded local varBrian Paul2011-08-241-4/+1
* 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-236-31/+35
* mesa: Remove target parameter from dd_function_table::FlushMappedBufferRangeIan Romanick2011-08-231-2/+1
* mesa: Remove target parameter from dd_function_table::MapBufferRangeIan Romanick2011-08-231-2/+1
* mesa: Remove target parameter from dd_function_table::GetBufferSubDataIan Romanick2011-08-231-1/+1
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-236-18/+7
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-237-17/+12
* mesa: fix !FEATURE_GL buildChia-I Wu2011-08-211-18/+18
* 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: Don't discount stride == 0 for testing all varyings in VBOs.Eric Anholt2011-06-231-2/+1
* vbo: Don't bother checking for stride == 0 for "any varying in a VBO".Eric Anholt2011-06-231-2/+1
* vbo: minor simplification in print_draw_arrays() debug functionBrian Paul2011-06-131-4/+4
* vbo: run 'indent' on vbo_save_api.cBrian Paul2011-06-081-362/+456
* vbo: rename DO_FALLBACK -> dlist_fallbackBrian Paul2011-06-081-9/+9
* vbo: remove node->count > 0 test in vbo_save_playback_vertex_list()Brian Paul2011-06-081-9/+11
* vbo: check array indexes to prevent negative indexingBrian Paul2011-06-082-10/+13
* vbo: added a commentBrian Paul2011-06-081-1/+1
* mesa: add implementation of glDrawElementsInstancedBaseVertexPierre-Eric Pelloux-Prayer2011-06-021-1/+26