aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa/st/tests: Add tests for lifetime tracking with indirect addressingGert Wollny2018-01-243-4/+189
* mesa/st/glsl_to_tgsi: Add tracking of indirect addressing registersGert Wollny2018-01-241-34/+74
* mesa/st/tests: Add tests for improved tracking of temporariesGert Wollny2018-01-241-7/+486
* mesa/st/glsl_to_tgsi: Add tracking of ifelse writes in register mergingGert Wollny2018-01-241-20/+292
* mesa/st/tests: cleanup whitespace usage and correct some commentsGert Wollny2018-01-241-64/+63
* mesa/st/tests: unify MockCodeLine* classesGert Wollny2018-01-244-547/+735
* mesa/st/tests: Fix zero-byte allocation leaksGert Wollny2018-01-241-7/+15
* mesa/st/glsl_to_tgsi: Add some operators for glsl_to_tgsi related classesGert Wollny2018-01-243-88/+202
* mesa/program: Add missing file types to printoutGert Wollny2018-01-241-2/+14
* 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-243-14/+17
* 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-2418-79/+6
* 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-243-2/+15
* nouveau: remove vbo_context() callBrian Paul2018-01-241-2/+1
* i965: use vbo_set_[indirect]_draw_func()Brian Paul2018-01-241-3/+2
* 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-243-72/+65
* mesa: update comment on gl_display_listBrian Paul2018-01-241-3/+1
* mesa: whitespace clean-ups in mtypes.hBrian Paul2018-01-241-68/+82
* mesa: remove unused MAT_INDEX_AMBIENT/DIFFUSE/SPECULAR contantsBrian Paul2018-01-241-4/+0
* vbo: move DLIST_DANGLING_REFS from mtypes.h to vbo_save_api.cBrian Paul2018-01-242-9/+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
* i965: Don't try to disable render aux buffers for computeTopi Pohjolainen2018-01-241-2/+4
* anv/cmd_buffer: Move gen7 index buffer state to graphics stateJason Ekstrand2018-01-232-13/+13
* anv/cmd_buffer: Move num_workgroups to compute stateJason Ekstrand2018-01-232-9/+12
* anv/cmd_buffer: Move dynamic state to graphics stateJason Ekstrand2018-01-234-30/+33
* anv/cmd_buffer: Use a temporary variable for dynamic stateJason Ekstrand2018-01-232-27/+24
* anv/cmd_buffer: Move vb_dirty bits into anv_cmd_graphics_stateJason Ekstrand2018-01-234-7/+7
* anv/cmd_buffer: Move dirty bits into anv_cmd_*_stateJason Ekstrand2018-01-237-60/+62
* anv: Separate compute and graphics descriptor setsJason Ekstrand2018-01-234-32/+70
* anv/cmd_buffer: Use anv_descriptor_for_binding for samplersJason Ekstrand2018-01-231-4/+2
* anv/cmd_buffer: Add a helper for binding descriptor setsJason Ekstrand2018-01-231-28/+42
* anv/cmd_buffer: Refactor ensure_push_descriptor_setJason Ekstrand2018-01-231-11/+13
* anv: Remove semicolons from vk_error[f] definitionsJason Ekstrand2018-01-231-2/+2
* anv/cmd_buffer: Add substructs to anv_cmd_state for graphics and computeJason Ekstrand2018-01-235-32/+74
* anv/cmd_buffer: Use some pre-existing pipeline temporariesJason Ekstrand2018-01-232-7/+5
* anv/cmd_buffer: Rework anv_cmd_state_resetJason Ekstrand2018-01-231-38/+22
* anv/cmd_buffer: Get rid of the meta query workaroundJason Ekstrand2018-01-233-16/+0
* anv/cmd_state: Drop the scratch_size fieldJason Ekstrand2018-01-231-1/+0
* anv/pipeline: Don't assert on more than 32 samplersJason Ekstrand2018-01-231-1/+7
* radv: fix sample_mask_in loading. (v3.1)Dave Airlie2018-01-244-6/+56
* radv: don't use hw resolves for r16g16 norm formats.Dave Airlie2018-01-241-1/+4