aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* etnaviv: support TX performance countersChristian Gmeiner2018-04-082-0/+73
* etnaviv: support RA performance countersChristian Gmeiner2018-04-082-0/+57
* etnaviv: support SE performance countersChristian Gmeiner2018-04-082-0/+17
* etnaviv: support PA performance countersChristian Gmeiner2018-04-082-0/+49
* etnaviv: support SH performance countersChristian Gmeiner2018-04-082-0/+73
* etnaviv: support PE performance countersChristian Gmeiner2018-04-082-0/+34
* etnaviv: support HI performance countersChristian Gmeiner2018-04-082-0/+41
* etnaviv: add perfmon query implementationChristian Gmeiner2018-04-087-2/+357
* etnaviv: sw queries: return correct number of groupsChristian Gmeiner2018-04-081-1/+1
* etnaviv: advertise YUV formats as external onlyLucas Stach2018-04-081-1/+1
* gallium/util: implement util_format_is_yuvLucas Stach2018-04-081-0/+12
* nvc0: finish implementation of PIPE_QUERY_SO_OVERFLOW_PREDICATERhys Perry2018-04-073-17/+30
* nvc0: change ACQUIRE_EQUAL to ACQUIRE_GEQUAL in nvc0_hw_query_fifo_waitRhys Perry2018-04-071-1/+1
* nvc0: ensure the query's fence has been emitted in nvc0_hw_query_fifo_waitRhys Perry2018-04-071-0/+4
* 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
* meson: fix warnings about comparing unlike typesDylan Baker2018-04-061-1/+1
* st/nine: Declare lighting consts for ff shadersAxel Davy2018-04-061-0/+4
* radeonsi: Reorder checks in si_check_render_feedbackJan Vesely2018-04-051-3/+3
* 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