mesa/src/gallium/drivers/etnaviv
Christian Gmeiner 1141ed5859 etnaviv: async shader compile
Passes following piglit:
 - spec@khr_parallel_shader_compile@basic

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16172>
2022-07-01 19:55:36 +00:00
..
hw etnaviv: update headers from rnndb 2022-04-27 09:10:27 +00:00
tests
README
etnaviv_asm.c etnaviv: use feature bit for one const src per instuction limitation 2022-04-27 09:10:27 +00:00
etnaviv_asm.h etnaviv: use feature bit for one const src per instuction limitation 2022-04-27 09:10:27 +00:00
etnaviv_blend.c etnaviv: fix alpha blend with dither on older GPUs 2021-12-11 03:06:15 +00:00
etnaviv_blend.h
etnaviv_blt.c etnaviv: add tile size helper 2022-04-27 09:10:27 +00:00
etnaviv_blt.h
etnaviv_clear_blit.c gallium/u_blitter: disable sample shading for all blits 2021-11-04 15:06:09 +00:00
etnaviv_clear_blit.h
etnaviv_compiler.c etnaviv: drop TGSI based backend compiler 2022-02-11 08:48:10 +00:00
etnaviv_compiler.h etnaviv: drop TGSI based backend compiler 2022-02-11 08:48:10 +00:00
etnaviv_compiler_cmdline.c
etnaviv_compiler_nir.c etnaviv: assert if etna_shader_io_file reg overrun 2022-05-24 09:48:36 +00:00
etnaviv_compiler_nir.h
etnaviv_compiler_nir_emit.c
etnaviv_compiler_nir_liveness.c
etnaviv_compiler_nir_ra.c
etnaviv_context.c etnaviv: async shader compile 2022-07-01 19:55:36 +00:00
etnaviv_context.h util: Rename pipe_debug_callback to util_debug_callback 2022-04-01 01:52:43 +00:00
etnaviv_debug.h etnaviv: drop TGSI based backend compiler 2022-02-11 08:48:10 +00:00
etnaviv_disasm.c
etnaviv_disasm.h
etnaviv_disk_cache.c etnaviv: drop TGSI based backend compiler 2022-02-11 08:48:10 +00:00
etnaviv_disk_cache.h
etnaviv_emit.c etnaviv: use new PE pipe address states on >= HALTI0 2022-04-27 09:10:27 +00:00
etnaviv_emit.h
etnaviv_etc2.c
etnaviv_etc2.h
etnaviv_fence.c
etnaviv_fence.h
etnaviv_format.c
etnaviv_format.h
etnaviv_internal.h etnaviv: add tile size helper 2022-04-27 09:10:27 +00:00
etnaviv_nir.c etnaviv: reinstate accidentially commented assert 2022-04-28 14:00:31 +02:00
etnaviv_nir.h
etnaviv_nir_lower_ubo_to_uniform.c
etnaviv_perfmon.c etnaviv: add two new HI related perfmon counter 2022-01-31 10:14:57 +00:00
etnaviv_perfmon.h etnaviv: add two new HI related perfmon counter 2022-01-31 10:14:57 +00:00
etnaviv_query.c
etnaviv_query.h
etnaviv_query_acc.c
etnaviv_query_acc.h
etnaviv_query_acc_occlusion.c
etnaviv_query_acc_perfmon.c etnaviv: add multiply_with_8 flag 2022-01-31 10:14:57 +00:00
etnaviv_query_sw.c
etnaviv_query_sw.h
etnaviv_rasterizer.c
etnaviv_rasterizer.h
etnaviv_resource.c etnaviv: add tile size helper 2022-04-27 09:10:27 +00:00
etnaviv_resource.h
etnaviv_rs.c etnaviv: add tile size helper 2022-04-27 09:10:27 +00:00
etnaviv_rs.h etnaviv: add support for big tile RS states 2022-04-27 09:10:27 +00:00
etnaviv_screen.c etnaviv: factor out shader screen related init/deint 2022-07-01 19:55:36 +00:00
etnaviv_screen.h etnaviv: async shader compile 2022-07-01 19:55:36 +00:00
etnaviv_shader.c etnaviv: async shader compile 2022-07-01 19:55:36 +00:00
etnaviv_shader.h etnaviv: async shader compile 2022-07-01 19:55:36 +00:00
etnaviv_state.c etnaviv: switch depth mode when linear PE is used 2022-06-28 20:13:16 +00:00
etnaviv_state.h
etnaviv_surface.c etnaviv: add linear PE support 2022-05-20 09:30:18 +00:00
etnaviv_surface.h
etnaviv_texture.c gallium: add take_ownership into set_sampler_views to skip reference counting 2021-08-20 15:04:20 +00:00
etnaviv_texture.h
etnaviv_texture_desc.c etnaviv: properly set additional DEC400 compression states 2022-04-27 09:10:27 +00:00
etnaviv_texture_desc.h
etnaviv_texture_state.c etnaviv: make use of nir_lower_tex_shadow 2022-01-28 18:40:53 +00:00
etnaviv_texture_state.h
etnaviv_tiling.c
etnaviv_tiling.h
etnaviv_transfer.c etnaviv: replace opencoded slab_zalloc 2022-03-21 09:47:58 +01:00
etnaviv_transfer.h
etnaviv_translate.h etnaviv: fix FRONT_AND_BACK culling 2022-01-29 16:28:09 +00:00
etnaviv_uniforms.c
etnaviv_uniforms.h
etnaviv_util.h
etnaviv_zsa.c
etnaviv_zsa.h
meson.build etnaviv: drop TGSI based backend compiler 2022-02-11 08:48:10 +00:00

README

Notes for the etnaviv gallium driver
------------------------------------

There are two ways how this driver might get used:

- application opens kms device (kmscube, weston, ..)
- X via xf86-video-armada

For the kms device case we provide a renderonly based driver like
imx where all the magic for buffer import and export between kms
and renderonly GPU is handled automaticly.

For X/xf86-video-armada we need to provide etnaviv_dri.so.