mesa/src/gallium/drivers/r300
Pavel Ondračka 66ea0f84c2 r300: use point sprite coordinates only when drawing points (v5)
Fixes piglit arb_point_sprite-interactions
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/364
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/370

Reviewed-by: Emma Anholt <emma@anholt.net>
Signed-off-by: Pavel Ondračka <pavel.ondracka@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14389>
2022-01-11 16:56:18 +00:00
..
ci r300: Fix omod failing to increase the number of channels stored. 2022-01-05 17:07:38 +00:00
compiler replace 0 with NULL for NULL pointers 2022-01-10 22:53:32 +00:00
.editorconfig
meson.build r300: Request NIR shaders from mesa/st and use NIR-to-TGSI. 2021-12-09 22:15:53 +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,r600,radeonsi: inline struct radeon_cmdbuf to remove dereferences 2020-12-05 10:52:17 -05:00
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,r600,radeonsi: inline struct radeon_cmdbuf to remove dereferences 2020-12-05 10:52:17 -05:00
r300_fs.c r300: Route shader stats output to ARB_debug_output. 2021-12-08 02:35:52 +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: Use util_writes_depth_stencil() helper 2021-01-20 23:15:47 +00:00
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 gallium: rename PIPE_TRANSFER_* -> PIPE_MAP_* 2020-09-22 03:20:54 +00:00
r300_resource.c gallium: remove u_resource_vtbl::transfer_(un)map 2021-05-21 17:38:04 +00:00
r300_screen.c nir_to_tgsi: Enable fdot_replicates flag. 2022-01-07 09:58:24 +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: use point sprite coordinates only when drawing points (v5) 2022-01-11 16:56:18 +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 util: Move gallium's PIPE_FORMAT utils to /util/format/ 2019-11-14 10:47:20 -08:00
r300_texture.c replace 0 with NULL for NULL pointers 2022-01-10 22:53:32 +00:00
r300_texture.h gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
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: Route shader stats output to ARB_debug_output. 2021-12-08 02:35:52 +00:00
r300_vs.h
r300_vs_draw.c