mesa/src/gallium/drivers/freedreno
Marek Olšák 3e94d498b3 gallium: add pipe_blit_info::dst_sample, update u_blitter to write that sample
A new radeonsi blit test will use it to upload different sample values
into MSAA textures.

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17694>
2022-07-23 18:21:31 +00:00
..
a2xx Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
a3xx Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
a4xx Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
a5xx freedreno: Rename the "SIZE" regs for interpolateAtOffset to "CENTERRHW" 2022-07-11 16:56:05 +00:00
a6xx freedreno/a6xx: VPC_SO_NCOMP is actually VPC_SO_BUFFER_STRIDE 2022-07-12 17:57:07 +00:00
ir3 Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
.clang-format
.dir-locals.el freedreno: Update editorconfig and emacs settings for freedreno reformat. 2021-05-10 23:16:00 +00:00
.editorconfig freedreno: Update editorconfig and emacs settings for freedreno reformat. 2021-05-10 23:16:00 +00:00
freedreno_autotune.c freedreno: prefer float immediates when float values are involved 2021-11-12 16:48:49 +00:00
freedreno_autotune.h
freedreno_batch.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
freedreno_batch.h freedreno/a6xx: Allocate a fixed-size tess factor BO. 2021-12-02 01:47:38 +00:00
freedreno_batch_cache.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
freedreno_batch_cache.h Revert "freedreno: Move the batch cache to the context." 2021-10-04 20:24:59 +00:00
freedreno_blitter.c gallium: add pipe_blit_info::dst_sample, update u_blitter to write that sample 2022-07-23 18:21:31 +00:00
freedreno_blitter.h freedreno: Add more detailed blit debug in FD_MESA_DEBUG=msgs. 2021-06-17 22:47:51 +00:00
freedreno_context.c freedreno: Add FD_GPU_TRACEPOINT envvar to toggle tracepoints 2022-07-12 22:24:19 +00:00
freedreno_context.h freedreno: degrade STATIC_ASSERT to assert 2022-06-03 07:14:43 +00:00
freedreno_draw.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
freedreno_draw.h
freedreno_fence.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
freedreno_fence.h
freedreno_gmem.c freedreno/gmem: Reverse order of alternative tile rows 2022-07-16 15:37:34 +00:00
freedreno_gmem.h
freedreno_perfetto.cc freedreno: Add the rest of tracepoints with start/end to perfetto 2022-07-12 22:24:19 +00:00
freedreno_perfetto.h freedreno: Add the rest of tracepoints with start/end to perfetto 2022-07-12 22:24:19 +00:00
freedreno_program.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
freedreno_program.h
freedreno_query.c
freedreno_query.h freedreno: Use TC's flag for whether get_query is in the driver thread. 2021-09-17 17:07:43 +00:00
freedreno_query_acc.c Revert "freedreno: Move the batch cache to the context." 2021-10-04 20:24:59 +00:00
freedreno_query_acc.h freedreno: Be more strict about QUERY_AVAILABLE to simplify the code. 2021-06-15 20:42:26 +00:00
freedreno_query_hw.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
freedreno_query_hw.h freedreno: Be more strict about QUERY_AVAILABLE to simplify the code. 2021-06-15 20:42:26 +00:00
freedreno_query_sw.c
freedreno_query_sw.h
freedreno_resource.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
freedreno_resource.h Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
freedreno_screen.c freedreno/gmem: Reverse order of alternative tile rows 2022-07-16 15:37:34 +00:00
freedreno_screen.h freedreno/a4xx: expose shaders and images, as well as ES 3.1 2022-03-08 01:23:05 +00:00
freedreno_state.c Change all debug_assert calls to assert 2022-07-10 00:50:35 +00:00
freedreno_state.h freedreno,ir3: rename Z_CLAMP_ENABLE to Z_CLIP_DISABLE 2022-06-30 01:08:17 +00:00
freedreno_surface.c
freedreno_surface.h
freedreno_texture.c freedreno/a4xx: fix stencil-textured border colors 2021-11-16 05:08:26 +00:00
freedreno_texture.h gallium: add take_ownership into set_sampler_views to skip reference counting 2021-08-20 15:04:20 +00:00
freedreno_tracepoints.py freedreno: Add FD_GPU_TRACEPOINT envvar to toggle tracepoints 2022-07-12 22:24:19 +00:00
freedreno_util.c freedreno: Use Rn_UINT instead of In_UINT for index buffers 2021-06-01 23:40:47 +00:00
freedreno_util.h freedreno/gmem: Reverse order of alternative tile rows 2022-07-16 15:37:34 +00:00
gmemtool.c freedreno/all: Introduce fd_dev_id 2021-08-06 18:51:50 +00:00
meson.build a4xx: add emission of compute state, and compute dispatch 2022-03-05 03:21:05 -05:00
trace-parser.py