aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo
Commit message (Expand)AuthorAgeFilesLines
* mesa: replace GLenum with GLenum16 in common structures (v4)Marek Olšák2018-01-294-4/+8
* mesa/vbo: replace vbo_draw_method() with _mesa_set_drawing_arrays()Brian Paul2018-01-294-41/+6
* vbo: s/[0]/[VERT_ATTRIB_POS]/ in recalculate_input_bindings()Brian Paul2018-01-291-3/+3
* vbo: add new VBO_ATTRIBS_ masks to vbo_attrib.hBrian Paul2018-01-291-0/+15
* vbo: s/VBO_ATTRIB_INDEX/VBO_ATTRIB_COLOR_INDEX/Brian Paul2018-01-292-12/+13
* vbo: minor clean-ups in vbo_exec.hBrian Paul2018-01-291-5/+6
* vbo: s/_API_NOOP_H/VBO_NOOP_H/ in vbo_noop.hBrian Paul2018-01-291-3/+3
* vbo: whitespace/formatting fixes in vbo_exec.hBrian Paul2018-01-291-15/+18
* vbo: move, rename vp_mode enums, get_program_mode() functionBrian Paul2018-01-295-22/+27
* vbo: s/cl/array/ in vbo_context.cBrian Paul2018-01-291-15/+15
* vbo: fix incorrect min/max_index values in display list draw callBrian Paul2018-01-243-3/+8
* vbo: whitespace/formatting fixes in vbo_split_inplace.cBrian Paul2018-01-241-104/+111
* vbo: whitespace/formatting fixes in vbo.hBrian Paul2018-01-241-44/+68
* vbo/i965: move vbo_all_varyings_in_vbos() to brw_draw.cBrian Paul2018-01-242-13/+0
* vbo: remove unused vbo_any_varyings_in_vbos() functionBrian Paul2018-01-242-13/+0
* vbo: remove unneeded #includesBrian Paul2018-01-244-5/+0
* vbo: remove vbo_context.h and change includes to use vbo.h insteadBrian Paul2018-01-2411-72/+1
* vbo: move remaining items from vbo_context.h to vbo.hBrian Paul2018-01-246-43/+34
* vbo: move VBO-private types, prototypes, etc. into new vbo_private.h headerBrian Paul2018-01-2412-165/+227
* mesa: use new _vbo_install_exec_vtxfmt() functionBrian Paul2018-01-242-0/+14
* vbo: move vbo_sizeof_ib_type() into vbo_exec_array.cBrian Paul2018-01-242-23/+24
* mesa: move vbo_count_tessellated_primitives() to api_validate.cBrian Paul2018-01-242-69/+0
* vbo: move DLIST_DANGLING_REFS from mtypes.h to vbo_save_api.cBrian Paul2018-01-241-0/+5
* vbo: replace assert(0) with unreachable()Brian Paul2018-01-245-11/+10
* vbo: fix, add comment in vbo_save.hBrian Paul2018-01-241-2/+2
* vbo: whitespace, formatting fixes in vbo_split.[ch]Brian Paul2018-01-242-60/+65
* vbo: fix VBO optimization regressionBrian Paul2018-01-182-4/+7
* mesa: remove unneeded #includes of main/compiler.hBrian Paul2018-01-171-1/+0
* vbo: reindent vbo_attrib.h to use 3 spacesBrian Paul2018-01-171-50/+50
* vbo: whitespace, formatting fixes in vbo_exec_api.cBrian Paul2018-01-171-99/+98
* vbo: add assertions, comments in vbo_exec_api.cBrian Paul2018-01-171-1/+7
* vbo: whitespace, formatting fixes in vbo_exec_draw.cBrian Paul2018-01-171-64/+64
* vbo: use inputs_read var to simplify codeBrian Paul2018-01-172-8/+8
* vbo: whitespace, formatting fixes in vbo_split_copy.cBrian Paul2018-01-171-160/+144
* vbo: use a new local 'array' variable in bind_vertex_list() loopBrian Paul2018-01-171-12/+13
* vbo: remove unneeded #includes in vbo_context.cBrian Paul2018-01-171-2/+0
* vbo: whitespace, formatting fixes in vbo_context.cBrian Paul2018-01-171-24/+35
* vbo: change vbo_context attribute map arrays to GLubyteBrian Paul2018-01-174-5/+8
* vbo: lift common code out of switch casesBrian Paul2018-01-172-18/+12
* vbo: optimize some display list drawing (v2)Brian Paul2018-01-173-0/+40
* vbo: rewrite some code in playback_copy_to_current()Brian Paul2018-01-171-8/+6
* vbo: add some comments in vbo_save_api.cBrian Paul2018-01-171-0/+17
* vbo: rename some functions in vbo_save_api.cBrian Paul2018-01-171-37/+37
* vbo: rename some functions in vbo_save_draw.cBrian Paul2018-01-171-9/+9
* vbo: add comment that vbo_save_vertex_list::buffer_offset is in bytesBrian Paul2018-01-171-1/+1
* vbo: minor code simplification in _save_compile_vertex_list()Brian Paul2018-01-171-4/+5
* vbo: rename prim to primsBrian Paul2018-01-173-47/+47
* vbo: removed unused ctx parameter for alloc_prim_store()Brian Paul2018-01-171-4/+3
* vbo: rename vbo_save_context::buffer to buffer_mapBrian Paul2018-01-172-9/+9
* vbo: remove unused vbo_save_context::count fieldBrian Paul2018-01-171-1/+0