| Commit message (Expand) | Author | Age | Files | Lines |
* | st/nine: Do not use scratch for face register | Axel Davy | 2018-04-08 | 1 | -1/+1 |
* | etnaviv: expose perfmon query groups | Christian Gmeiner | 2018-04-08 | 1 | -2/+6 |
* | etnaviv: add query_group_info for perfmon counters | Christian Gmeiner | 2018-04-08 | 2 | -0/+50 |
* | etnaviv: assign group_ids to perfmon queries | Christian Gmeiner | 2018-04-08 | 2 | -1/+56 |
* | etnaviv: support MC performance counters | Christian Gmeiner | 2018-04-08 | 2 | -0/+25 |
* | etnaviv: support TX performance counters | Christian Gmeiner | 2018-04-08 | 2 | -0/+73 |
* | etnaviv: support RA performance counters | Christian Gmeiner | 2018-04-08 | 2 | -0/+57 |
* | etnaviv: support SE performance counters | Christian Gmeiner | 2018-04-08 | 2 | -0/+17 |
* | etnaviv: support PA performance counters | Christian Gmeiner | 2018-04-08 | 2 | -0/+49 |
* | etnaviv: support SH performance counters | Christian Gmeiner | 2018-04-08 | 2 | -0/+73 |
* | etnaviv: support PE performance counters | Christian Gmeiner | 2018-04-08 | 2 | -0/+34 |
* | etnaviv: support HI performance counters | Christian Gmeiner | 2018-04-08 | 2 | -0/+41 |
* | etnaviv: add perfmon query implementation | Christian Gmeiner | 2018-04-08 | 7 | -2/+357 |
* | etnaviv: sw queries: return correct number of groups | Christian Gmeiner | 2018-04-08 | 1 | -1/+1 |
* | etnaviv: advertise YUV formats as external only | Lucas Stach | 2018-04-08 | 1 | -1/+1 |
* | gallium/util: implement util_format_is_yuv | Lucas Stach | 2018-04-08 | 1 | -0/+12 |
* | nvc0: finish implementation of PIPE_QUERY_SO_OVERFLOW_PREDICATE | Rhys Perry | 2018-04-07 | 3 | -17/+30 |
* | nvc0: change ACQUIRE_EQUAL to ACQUIRE_GEQUAL in nvc0_hw_query_fifo_wait | Rhys Perry | 2018-04-07 | 1 | -1/+1 |
* | nvc0: ensure the query's fence has been emitted in nvc0_hw_query_fifo_wait | Rhys Perry | 2018-04-07 | 1 | -0/+4 |
* | nvc0: restore image binding on RGB10A2, remove from BGR10A2 | Ilia Mirkin | 2018-04-07 | 1 | -2/+2 |
* | freedreno/ir3: use lower_global_vars_to_local in cmdline compiler | Rob Clark | 2018-04-07 | 1 | -0/+1 |
* | meson: fix warnings about comparing unlike types | Dylan Baker | 2018-04-06 | 1 | -1/+1 |
* | st/nine: Declare lighting consts for ff shaders | Axel Davy | 2018-04-06 | 1 | -0/+4 |
* | radeonsi: Reorder checks in si_check_render_feedback | Jan Vesely | 2018-04-05 | 1 | -3/+3 |
* | radeonsi: fix a crash if ps_shader.cso is NULL in si_get_total_colormask | Marek Olšák | 2018-04-05 | 1 | -0/+3 |
* | radeonsi: remove more R600 references | Marek Olšák | 2018-04-05 | 2 | -2/+1 |
* | radeonsi: try to fix android | Marek Olšák | 2018-04-05 | 2 | -49/+1 |
* | radeonsi: try to fix meson | Marek Olšák | 2018-04-05 | 3 | -66/+33 |
* | radeonsi: don't build libradeon.la separately | Marek Olšák | 2018-04-05 | 7 | -58/+28 |
* | radeonsi: clean up GET_MAX_VIEWPORT_RANGE definition | Marek Olšák | 2018-04-05 | 1 | -2/+2 |
* | radeonsi: remove r600_common_context | Marek Olšák | 2018-04-05 | 34 | -1047/+1040 |
* | radeonsi: remove r600_pipe_common::screen | Marek Olšák | 2018-04-05 | 6 | -10/+8 |
* | radeonsi: move r600_buffer_common.c and r600_texture.c into radeonsi | Marek Olšák | 2018-04-05 | 6 | -81/+80 |
* | radeonsi: move r600_gpu_load.c to si_gpu_load.c | Marek Olšák | 2018-04-05 | 7 | -11/+11 |
* | radeonsi: move r600_query.c/h files to si_query.c/h | Marek Olšák | 2018-04-05 | 11 | -15/+15 |
* | radeonsi: move r600_cs.h contents into si_pipe.h, si_build_pm4.h | Marek Olšák | 2018-04-05 | 21 | -122/+93 |
* | radeonsi: rename query definitions R600_ -> SI_ | Marek Olšák | 2018-04-05 | 6 | -345/+345 |
* | radeonsi: move and rename R600_ERR out of r600_pipe_common.h | Marek Olšák | 2018-04-05 | 6 | -19/+19 |
* | radeonsi: rename a few R600/r600_ -> SI_/si_ | Marek Olšák | 2018-04-05 | 6 | -28/+28 |
* | radeonsi: move definitions out of r600_pipe_common.h | Marek Olšák | 2018-04-05 | 12 | -129/+126 |
* | radeonsi: move functions out of and remove r600_pipe_common.c | Marek Olšák | 2018-04-05 | 6 | -239/+183 |
* | radeonsi: rename r600 -> si in some places | Marek Olšák | 2018-04-05 | 13 | -575/+575 |
* | radeonsi: use si_context instead of pipe_context in parameters pt3 | Marek Olšák | 2018-04-05 | 7 | -46/+42 |
* | radeonsi: use si_context instead of pipe_context in parameters pt2 | Marek Olšák | 2018-04-05 | 12 | -39/+34 |
* | radeonsi: use si_context instead of pipe_context in parameters pt1 | Marek Olšák | 2018-04-05 | 11 | -32/+24 |
* | radeonsi: pass sctx to si_rebind_buffer and clean up | Marek Olšák | 2018-04-05 | 3 | -13/+10 |
* | radeonsi: use r600_common_context less pt7 | Marek Olšák | 2018-04-05 | 7 | -25/+22 |
* | radeonsi: use r600_common_context less pt6 | Marek Olšák | 2018-04-05 | 4 | -92/+91 |
* | radeonsi: update copyrights | Marek Olšák | 2018-04-05 | 46 | -1/+56 |
* | radeonsi: switch radeon_add_to_buffer_list parameter to si_context | Marek Olšák | 2018-04-05 | 14 | -45/+45 |