mesa/src/gallium/drivers/r300
Pavel Ondračka c393753daa r300: add predicate instructions to statistics of vertex shaders
All of IF, ELSE, ENDIF, BREAK and CONTINUE were already translated
to the predication instructions in rc_vert_fc so all the flow control
we count at the moment is just BGNLOOP and ENDLOOP.

Signed-off-by: Pavel Ondračka <pavel.ondracka@gmail.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15077>
2022-02-24 21:31:03 +00:00
..
ci ci/r300: Drop xfails that were fixed with the VK-GL-CTS 1.3.1.0 uprev. 2022-02-10 00:36:57 +00:00
compiler r300: add predicate instructions to statistics of vertex shaders 2022-02-24 21:31:03 +00:00
.editorconfig
meson.build nir: Add missing dependency on nir_opcodes.py 2022-02-17 22:57:33 +00:00
r300_blit.c gallium/u_blitter: disable sample shading for all blits 2021-11-04 15:06:09 +00:00
r300_cb.h
r300_chipset.c r300: Replace RADEON_NO_TCL with RADEON_DEBUG=notcl 2021-12-29 18:11:59 +00:00
r300_chipset.h
r300_context.c r300: Route shader stats output to ARB_debug_output. 2021-12-08 02:35:52 +00:00
r300_context.h r300: use point sprite coordinates only when drawing points (v5) 2022-01-11 16:56:18 +00:00
r300_cs.h
r300_debug.c r300: Replace RADEON_NO_TCL with RADEON_DEBUG=notcl 2021-12-29 18:11:59 +00:00
r300_defines.h
r300_emit.c gallium/radeon: merge BO read/write usage flags with priority flags 2021-10-29 06:54:21 +00:00
r300_emit.h
r300_flush.c
r300_fs.c r300: transform fs sin and cos input to [0,1) range in NIR 2022-02-11 16:09:45 +00:00
r300_fs.h r300: Precompile the FS at shader creation time. 2021-12-08 02:35:52 +00:00
r300_hyperz.c
r300_public.h
r300_query.c radeon_winsys.h: add a winsys parameter to most winsys buffer functions 2021-04-06 22:31:15 +00:00
r300_reg.h r300: Remove unused RC_OPCODE_XPD. 2021-12-16 16:57:02 +00:00
r300_render.c r300: use point sprite coordinates only when drawing points (v5) 2022-01-11 16:56:18 +00:00
r300_render_stencilref.c gallium: split drawid out of pipe_draw_info and as a separate draw_vbo param 2021-04-30 03:59:19 +00:00
r300_render_translate.c
r300_resource.c gallium: remove u_resource_vtbl::transfer_(un)map 2021-05-21 17:38:04 +00:00
r300_screen.c r300: use nir lowering for sin and cos on R300 and R400 2022-02-11 16:09:45 +00:00
r300_screen.h r300: Replace RADEON_NO_TCL with RADEON_DEBUG=notcl 2021-12-29 18:11:59 +00:00
r300_screen_buffer.c gallium: remove structure u_resource 2021-05-21 17:38:04 +00:00
r300_screen_buffer.h gallium: remove u_resource_vtbl::transfer_(un)map 2021-05-21 17:38:04 +00:00
r300_shader_semantics.h
r300_state.c r300: transform fs sin and cos input to [0,1) range in NIR 2022-02-11 16:09:45 +00:00
r300_state_derived.c r300: use point sprite coordinates only when drawing points (v5) 2022-01-11 16:56:18 +00:00
r300_state_inlines.h
r300_texture.c replace 0 with NULL for NULL pointers 2022-01-10 22:53:32 +00:00
r300_texture.h
r300_texture_desc.c gallium: remove structure u_resource 2021-05-21 17:38:04 +00:00
r300_texture_desc.h
r300_tgsi_to_rc.c r300: fix UB caused by 1 << 31 and 2 << 30 2021-10-05 19:07:27 +00:00
r300_tgsi_to_rc.h
r300_transfer.c gallium: remove structure u_resource 2021-05-21 17:38:04 +00:00
r300_transfer.h
r300_vs.c r300: transform vs sin and cos input to [-PI,PI] range in NIR 2022-02-11 16:09:45 +00:00
r300_vs.h r300: transform fs sin and cos input to [0,1) range in NIR 2022-02-11 16:09:45 +00:00
r300_vs_draw.c r300: properly initialize new_vs in r300_draw_init_vertex_shader 2022-01-21 03:35:29 +00:00