aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nvc0: ensure the query's fence has been emitted in nvc0_hw_query_fifo_waitRhys Perry2018-04-071-0/+4
* st/mesa: tex offsets can't be in a const or 2d-indexedIlia Mirkin2018-04-071-1/+5
* nvc0: restore image binding on RGB10A2, remove from BGR10A2Ilia Mirkin2018-04-071-2/+2
* freedreno/ir3: use lower_global_vars_to_local in cmdline compilerRob Clark2018-04-071-0/+1
* i965: Use %x instead of %u in debug print.Kenneth Graunke2018-04-061-1/+1
* meson: fix warnings about comparing unlike typesDylan Baker2018-04-063-3/+3
* intel/compiler: Explicitly cast register type in switchIan Romanick2018-04-061-1/+1
* st/nine: Declare lighting consts for ff shadersAxel Davy2018-04-061-0/+4
* nir: rename variables in nir_lower_io_to_temporaries for clarityCaio Marcelo de Oliveira Filho2018-04-061-11/+11
* radv: don't pass the pipeline to radv_flush_constants()Samuel Pitoiset2018-04-061-5/+5
* radv: rename radv_cmd_buffer_update_vertex_descriptors()Samuel Pitoiset2018-04-061-2/+3
* radv: do not try to skip draw calls when VBOs upload failedSamuel Pitoiset2018-04-061-14/+6
* radv: fix prefetching compute shaders on CIK and older chipsSamuel Pitoiset2018-04-061-7/+8
* radv: only enable PERFECT_ZPASS_COUNTS for precision occlusion queriesSamuel Pitoiset2018-04-063-6/+35
* radv: enable the Polaris small primitive filter controlSamuel Pitoiset2018-04-061-0/+15
* anv: Add WSI support for the I915_FORMAT_MOD_Y_TILED_CCSJason Ekstrand2018-04-052-19/+40
* radeonsi: Reorder checks in si_check_render_feedbackJan Vesely2018-04-051-3/+3
* intel/tools: new intel_sanitize_gpu toolKevin Rogovin2018-04-053-0/+459
* prog/nir: Simplify some load/store operationsJason Ekstrand2018-04-052-40/+19
* radeonsi: fix a crash if ps_shader.cso is NULL in si_get_total_colormaskMarek Olšák2018-04-051-0/+3
* radeonsi: remove more R600 referencesMarek Olšák2018-04-052-2/+1
* radeonsi: try to fix androidMarek Olšák2018-04-052-49/+1
* radeonsi: try to fix mesonMarek Olšák2018-04-053-66/+33
* radeonsi: don't build libradeon.la separatelyMarek Olšák2018-04-057-58/+28
* radeonsi: clean up GET_MAX_VIEWPORT_RANGE definitionMarek Olšák2018-04-051-2/+2
* radeonsi: remove r600_common_contextMarek Olšák2018-04-0534-1047/+1040
* radeonsi: remove r600_pipe_common::screenMarek Olšák2018-04-056-10/+8
* radeonsi: move r600_buffer_common.c and r600_texture.c into radeonsiMarek Olšák2018-04-056-81/+80
* radeonsi: move r600_gpu_load.c to si_gpu_load.cMarek Olšák2018-04-057-11/+11
* radeonsi: move r600_query.c/h files to si_query.c/hMarek Olšák2018-04-0511-15/+15
* radeonsi: move r600_cs.h contents into si_pipe.h, si_build_pm4.hMarek Olšák2018-04-0521-122/+93
* radeonsi: rename query definitions R600_ -> SI_Marek Olšák2018-04-056-345/+345
* radeonsi: move and rename R600_ERR out of r600_pipe_common.hMarek Olšák2018-04-056-19/+19
* radeonsi: rename a few R600/r600_ -> SI_/si_Marek Olšák2018-04-056-28/+28
* radeonsi: move definitions out of r600_pipe_common.hMarek Olšák2018-04-0512-129/+126
* radeonsi: move functions out of and remove r600_pipe_common.cMarek Olšák2018-04-056-239/+183
* radeonsi: rename r600 -> si in some placesMarek Olšák2018-04-0513-575/+575
* radeonsi: use si_context instead of pipe_context in parameters pt3Marek Olšák2018-04-057-46/+42
* radeonsi: use si_context instead of pipe_context in parameters pt2Marek Olšák2018-04-0512-39/+34
* radeonsi: use si_context instead of pipe_context in parameters pt1Marek Olšák2018-04-0511-32/+24
* radeonsi: pass sctx to si_rebind_buffer and clean upMarek Olšák2018-04-053-13/+10
* radeonsi: use r600_common_context less pt7Marek Olšák2018-04-057-25/+22
* radeonsi: use r600_common_context less pt6Marek Olšák2018-04-054-92/+91
* radeonsi: update copyrightsMarek Olšák2018-04-0546-1/+56
* radeonsi: switch radeon_add_to_buffer_list parameter to si_contextMarek Olšák2018-04-0514-45/+45
* radeonsi: use r600_common_context less pt5Marek Olšák2018-04-058-242/+237
* radeonsi: use r600_common_context less pt4Marek Olšák2018-04-059-136/+136
* radeonsi: use r600_common_context less pt3Marek Olšák2018-04-055-54/+54
* radeonsi: use r600_common_context less pt2Marek Olšák2018-04-0510-46/+49
* radeonsi: use r600_common_context less pt1Marek Olšák2018-04-059-87/+88