mesa/src/gallium/drivers/freedreno
Thomas H.P. Andersen 315d6ee66f freedreno: drop dead assignment
width0 was introduced in e11a239e8c

Its use was dropped in 979e7e3680

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14500>
2022-01-12 21:20:23 +00:00
..
a2xx freedreno: prefer float immediates when float values are involved 2021-11-12 16:48:49 +00:00
a3xx freedreno: drop dead assignment 2022-01-12 21:20:23 +00:00
a4xx freedreno/a[345]xx: fix unorm/snorm blend factors when they're "over" 2021-11-22 18:09:44 +00:00
a5xx freedreno/a[345]xx: fix unorm/snorm blend factors when they're "over" 2021-11-22 18:09:44 +00:00
a6xx freedreno,tu: Limit the amount of instructions preloaded into icache 2021-12-07 13:48:35 +00:00
ir3 ir3: Add wavesize control 2022-01-10 10:58:28 +00:00
.clang-format freedreno: Add .clang-format 2021-04-14 19:52:21 +00:00
.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: Re-indent 2021-04-14 19:52:21 +00:00
freedreno_batch.c freedreno/a6xx: Allocate a fixed-size tess factor BO. 2021-12-02 01:47:38 +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 Revert "freedreno: Move the batch cache to the context." 2021-10-04 20:24:59 +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/u_blitter: disable sample shading for all blits 2021-11-04 15:06:09 +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 util/u_trace: add end_of_pipe property to tracepoints 2021-12-01 15:14:05 +00:00
freedreno_context.h freedreno: Skip built-in shaders for clover 2021-10-21 18:59:57 +00:00
freedreno_draw.c freedreno: check batch size after the fallback blitter clear 2021-11-11 23:26:00 +00:00
freedreno_draw.h gallium: rename pipe_draw_start_count -> pipe_draw_start_count_bias 2021-04-30 03:59:19 +00:00
freedreno_fence.c freedreno: Consolidate needs_flush and clearing last_fence 2021-05-03 23:27:31 +00:00
freedreno_fence.h freedreno/drm: Async submit support 2021-04-28 15:36:42 +00:00
freedreno_gmem.c freedreno: Fix layered rendering to just Z/S and not color. 2021-11-03 21:13:45 +00:00
freedreno_gmem.h freedreno: Re-indent 2021-04-14 19:52:21 +00:00
freedreno_perfetto.cc util/u_trace: make u_trace usable for other than gallium drivers 2021-09-10 14:58:28 +03:00
freedreno_perfetto.h freedreno: Add perfetto renderpass support 2021-05-10 15:34:07 +00:00
freedreno_program.c freedreno: Skip built-in shaders for clover 2021-10-21 18:59:57 +00:00
freedreno_program.h
freedreno_query.c freedreno: Manual fixups 2021-04-14 19:52:21 +00:00
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 Revert "freedreno: Move the batch cache to the context." 2021-10-04 20:24:59 +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: Re-indent 2021-04-14 19:52:21 +00:00
freedreno_query_sw.h freedreno: Re-indent 2021-04-14 19:52:21 +00:00
freedreno_resource.c freedreno: Set layer_first on (2D) resource imports. 2021-11-11 00:10:57 +00:00
freedreno_resource.h freedreno/a6xx: Create a fd6_view at sampler view update time. 2021-11-11 00:10:57 +00:00
freedreno_screen.c freedreno: Report system memory as video memory 2022-01-11 01:15:31 +00:00
freedreno_screen.h freedreno/a6xx: Allocate a fixed-size tess factor BO. 2021-12-02 01:47:38 +00:00
freedreno_state.c freedreno: Fix set_global_binding 2021-10-21 18:59:57 +00:00
freedreno_state.h freedreno/a6xx: Handle non-UBWC surface views 2021-06-13 19:10:08 +00:00
freedreno_surface.c freedreno: Re-indent 2021-04-14 19:52:21 +00:00
freedreno_surface.h freedreno: Re-indent 2021-04-14 19:52:21 +00:00
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 util/u_trace: auto-generation of serialization funcs for tracepoints 2021-09-10 14:58:28 +03: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 Fix compilation on armv7l with gcc 11.2.0 2022-01-05 02:48:29 +00:00
gmemtool.c freedreno/all: Introduce fd_dev_id 2021-08-06 18:51:50 +00:00
meson.build util/u_trace: make u_trace usable for other than gallium drivers 2021-09-10 14:58:28 +03:00
trace-parser.py freedreno: Add trace-parser.py 2020-12-03 21:19:58 +00:00