mesa/src/gallium/drivers/etnaviv
Philipp Zabel 1b808f1dea etnaviv: fix emit_if in case the else block ends in a jump
Fixes piglit test shaders@ssa@fs-if-def-else-break.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12892>
2022-01-07 12:02:39 +00:00
..
hw etnaviv: update headers from rnndb 2020-11-06 10:10:58 +01:00
tests nir: Generate load_ubo_vec4 directly for !PIPE_CAP_NATIVE_INTEGERS 2021-04-16 21:58:00 +00:00
etnaviv_asm.c
etnaviv_asm.h
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: blt: properly program surface TS offset for clears 2020-10-30 13:27:44 +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: Switch to the NIR compiler by default. 2021-11-01 20:47:58 +00:00
etnaviv_compiler.h etnaviv: expose shader discard usage in etna_shader_variant 2020-11-06 10:10:59 +01:00
etnaviv_compiler_cmdline.c
etnaviv_compiler_nir.c etnaviv: fix emit_if in case the else block ends in a jump 2022-01-07 12:02:39 +00:00
etnaviv_compiler_nir.h etnaviv: nir: support nir_intrinsic_load_texture_rect_scaling 2021-02-23 14:04:30 +00:00
etnaviv_compiler_nir_emit.c etnaviv: update fallthrough comments 2020-12-02 13:52:12 +00:00
etnaviv_compiler_nir_liveness.c etnaviv: move liveness related stuff into own file 2020-07-02 17:04:46 +00:00
etnaviv_compiler_nir_ra.c ra: Use struct ra_class in the public API. 2021-06-04 19:08:57 +00:00
etnaviv_compiler_tgsi.c etnaviv: Switch to the NIR compiler by default. 2021-11-01 20:47:58 +00:00
etnaviv_context.c etnaviv: initialize vertex attributes on context reset 2022-01-05 18:39:20 +00:00
etnaviv_context.h etnaviv: remove primconvert 2021-08-26 10:44:04 +00:00
etnaviv_debug.h etnaviv: Use mesa_log* 2021-12-22 09:16:07 +01:00
etnaviv_disasm.c gallium/util: remove empty file u_half.h 2020-10-06 21:07:11 -04:00
etnaviv_disasm.h
etnaviv_disk_cache.c etnaviv: Switch to the NIR compiler by default. 2021-11-01 20:47:58 +00:00
etnaviv_disk_cache.h etnaviv: add disk cache 2020-09-18 07:45:11 +00:00
etnaviv_emit.c etnaviv: remove imm_ prefix from etna_shader_uniform_info members 2020-12-14 15:13:13 +00:00
etnaviv_emit.h etnaviv: drop compiled_rs_state forward declaration 2019-12-13 08:11:03 +00:00
etnaviv_etc2.c
etnaviv_etc2.h
etnaviv_fence.c etnaviv: replace all dup() with os_dupfd_cloexec() 2020-06-18 02:09:56 +00:00
etnaviv_fence.h
etnaviv_format.c etnaviv: update fallthrough comments 2020-12-02 13:52:12 +00:00
etnaviv_format.h etnaviv: do not use int filter when anisotropic filtering is used 2020-05-04 14:39:24 +00:00
etnaviv_internal.h etnaviv: rework ZSA into a derived state 2020-11-06 10:10:59 +01:00
etnaviv_nir.c nir: Make nir_ssa_def_rewrite_uses_after take an SSA value 2021-03-08 16:59:55 +00:00
etnaviv_nir.h etnaviv: nir: add ubo lowering pass 2021-02-23 14:55:34 +00:00
etnaviv_nir_lower_ubo_to_uniform.c nir: Make nir_ssa_def_rewrite_uses take an SSA value 2021-03-08 16:59:55 +00:00
etnaviv_perfmon.c etnaviv: move generic perfmon functionality into own file 2020-04-05 18:01:43 +00:00
etnaviv_perfmon.h etnaviv: move generic perfmon functionality into own file 2020-04-05 18:01:43 +00:00
etnaviv_query.c etnaviv: remove the "active" member of queries 2020-04-10 12:42:24 +00:00
etnaviv_query.h etnaviv: remove the "active" member of queries 2020-04-10 12:42:24 +00:00
etnaviv_query_acc.c etnaviv: change begin_query(..) to a void function 2020-04-10 12:42:24 +00:00
etnaviv_query_acc.h etnaviv: remove the "active" member of queries 2020-04-10 12:42:24 +00:00
etnaviv_query_acc_occlusion.c etnaviv: update fallthrough comments 2020-12-02 13:52:12 +00:00
etnaviv_query_acc_perfmon.c etnaviv: Fix memory leak on error path. 2020-05-30 01:04:30 +00:00
etnaviv_query_sw.c etnaviv: replace prims-emitted query 2020-07-06 18:22:19 +00:00
etnaviv_query_sw.h
etnaviv_rasterizer.c
etnaviv_rasterizer.h
etnaviv_resource.c etnaviv: add stride, offset and modifier to resource_get_param 2021-08-19 13:12:51 +00:00
etnaviv_resource.h etnaviv: flush used render buffers on context flush when neccessary 2021-05-25 10:38:29 +00:00
etnaviv_rs.c etnaviv: update fallthrough comments 2020-12-02 13:52:12 +00:00
etnaviv_rs.h
etnaviv_screen.c etnaviv/drm: Use etna_mesa_debug for debugging messages 2021-12-22 09:15:02 +01:00
etnaviv_screen.h etnaviv: tell the truth if alpha-test is supported 2021-04-08 19:25:26 +00:00
etnaviv_shader.c etnaviv: Switch to the NIR compiler by default. 2021-11-01 20:47:58 +00:00
etnaviv_shader.h etnaviv: Fix point sprite Z,W coordinate replacement 2021-03-10 11:48:21 +00:00
etnaviv_state.c etnaviv: flush used render buffers on context flush when neccessary 2021-05-25 10:38:29 +00:00
etnaviv_state.h gallium: inline pipe_depth_state to decrease DSA state size by 4 bytes 2020-12-22 12:01:38 +00:00
etnaviv_surface.c etnaviv: remove double assigment of surface->texture 2021-05-25 10:38:29 +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: tex_desc: fix TS compression enable 2020-10-30 13:27:44 +00:00
etnaviv_texture_desc.c etnaviv: fix disabling of INT filter for real 2020-11-16 18:11:56 +00:00
etnaviv_texture_desc.h etnaviv: move descriptor based texture structs 2020-01-04 20:44:36 +01:00
etnaviv_texture_state.c etnaviv: fix dirty bit check for baselod emission 2021-09-20 17:03:14 +00:00
etnaviv_texture_state.h etnaviv: move state based texture structs 2020-01-04 20:44:36 +01:00
etnaviv_tiling.c
etnaviv_tiling.h
etnaviv_transfer.c gallium: split transfer_(un)map into buffer_(un)map and texture_(un)map 2021-05-21 17:38:04 +00:00
etnaviv_transfer.h
etnaviv_translate.h etnaviv: drop translate_blend(..) 2020-06-08 15:35:13 +00:00
etnaviv_uniforms.c etnaviv: remove imm_ prefix from etna_shader_uniform_info members 2020-12-14 15:13:13 +00:00
etnaviv_uniforms.h
etnaviv_util.h etnaviv: Drop foreach_bit() macro 2021-02-24 17:11:44 +00:00
etnaviv_zsa.c etnaviv: Fix rework ZSA into a derived state 2021-01-03 08:46:06 +01:00
etnaviv_zsa.h etnaviv: rework ZSA into a derived state 2020-11-06 10:10:59 +01:00
meson.build meson: use gtest protocol for gtest based tests when possible 2021-10-16 03:22:24 +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.