mesa/src/gallium/drivers/lima
Emma Anholt 0ac9541804 gallium: Drop PIPE_SHADER_CAP_PREFERRED_IR.
Now everyone's saying NIR, and doing any NTT internally.  The only returns
of TGSI were in gallivm_get_shader_param() and
tgsi_exec_get_shader_param(), but the drivers were returning NIR instead
of calling down to them.

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Acked-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23114>
2023-06-12 17:37:54 +00:00
..
ci glsl: Allow invariant flags on sysvals, such as gl_PointCoord. 2023-06-01 22:27:08 +00:00
drm-shim Use proper types for meson objects 2022-04-18 13:03:08 +03:00
ir nir: Drop unused name from nir_ssa_dest_init 2023-05-17 23:46:16 +00:00
standalone mesa: handle atomic counter lowering for drivers with big ssbo offset aligns 2022-06-05 23:16:36 +00:00
lima_blit.c lima: wire up MSAA 4x support 2022-06-28 00:00:35 +00:00
lima_blit.h lima: wire up MSAA 4x support 2022-06-28 00:00:35 +00:00
lima_bo.c util: Move src/gallium/auxiliary/os/os_mman.h to src/util/os_mman.h 2022-11-15 19:55:01 +00:00
lima_bo.h
lima_context.c lima: fix refcnt imbalance related to framebuffer 2023-04-17 21:44:15 +00:00
lima_context.h lima: Use u_default_set_debug_callback 2022-09-01 14:50:24 +00:00
lima_disk_cache.c lima: implement shader disk cache 2021-03-25 06:31:41 +00:00
lima_disk_cache.h lima: implement shader disk cache 2021-03-25 06:31:41 +00:00
lima_draw.c compiler: Rename shader_prim to mesa_prim and replace all usage of pipe_prim_type with mesa_prim 2023-06-03 03:29:03 +00:00
lima_fence.c replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec() 2020-06-18 02:09:56 +00:00
lima_fence.h
lima_format.c lima: enable z16 format 2021-05-19 18:15:46 +02:00
lima_format.h util: Move src/gallium/include/pipe/p_format.h to src/util/format/u_formats.h 2022-11-19 03:38:19 +00:00
lima_gpu.h lima: wire up MSAA 4x support 2022-06-28 00:00:35 +00:00
lima_job.c util: Replace all usage of PIPE_TIMEOUT_INFINITE with OS_TIMEOUT_INFINITE 2023-06-05 05:12:02 +00:00
lima_job.h lima: implement lima-specific blitter 2022-06-09 23:25:02 +00:00
lima_parser.c lima: wire up MSAA 4x support 2022-06-28 00:00:35 +00:00
lima_parser.h lima: implement dual source blend 2021-11-29 19:31:59 +00:00
lima_program.c lima: Drop lower_locals_to_regs call 2023-06-09 12:06:00 +00:00
lima_program.h
lima_query.c
lima_resource.c treewide: use uint64_t / (u)intptr_t in image address calculations 2023-06-07 16:53:36 +00:00
lima_resource.h lima: fix memory leak related to u_transfer_helper_create() 2023-01-18 17:50:40 +00:00
lima_screen.c gallium: Drop PIPE_SHADER_CAP_PREFERRED_IR. 2023-06-12 17:37:54 +00:00
lima_screen.h lima: replace custom code with u_pipe_screen_lookup_or_create() 2023-02-12 17:11:16 +00:00
lima_state.c lima: fix refcnt imbalance related to framebuffer 2023-04-17 21:44:15 +00:00
lima_texture.c gallium: normalized_coords -> unnormalized_coords 2022-10-10 10:20:02 +00:00
lima_texture.h lima: wire up MSAA 4x support 2022-06-28 00:00:35 +00:00
lima_util.c util: Replace all usage of PIPE_TIMEOUT_INFINITE with OS_TIMEOUT_INFINITE 2023-06-05 05:12:02 +00:00
lima_util.h lima: implement lima-specific blitter 2022-06-09 23:25:02 +00:00
meson.build meson: remove source_root() call in nir compiler path 2022-08-12 13:11:03 +00:00