[Mesa-dev] [PATCH 0/4] ARB_robust_buffer_access_behavior for radeonsi
eocallaghan at alterapraxis.com
eocallaghan at alterapraxis.com
Mon Apr 4 13:13:25 UTC 2016
I had a hacked up version of this last week which was very similar.
This is much cleaner, hence this series is,
Reviewed-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
On 2016-04-04 21:41, Bas Nieuwenhuizen wrote:
> This series implements ARb_robust_buffer_access_behavior for the
> radeonsi
> driver.
>
> There are some tests at:
>
> https://github.com/BNieuwenhuizen/piglit
>
> These have not been send yet as they depend on robust access context
> support in waffle.
>
> Bas Nieuwenhuizen (4):
> radeonsi: use bounded indexing for constant buffers
> radeonsi: use bounded indexing for samplers
> expose ARB_robust_buffer_access_behavior
> radeonsi: mark ARB_robust_buffer_access_behavior as supported
>
> docs/GL3.txt | 2 +-
> docs/relnotes/11.3.0.html | 1 +
> src/gallium/docs/source/screen.rst | 4 +++-
> src/gallium/drivers/freedreno/freedreno_screen.c | 1 +
> src/gallium/drivers/i915/i915_screen.c | 1 +
> src/gallium/drivers/ilo/ilo_screen.c | 1 +
> src/gallium/drivers/llvmpipe/lp_screen.c | 1 +
> src/gallium/drivers/nouveau/nv30/nv30_screen.c | 1 +
> src/gallium/drivers/nouveau/nv50/nv50_screen.c | 1 +
> src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 1 +
> src/gallium/drivers/r300/r300_screen.c | 1 +
> src/gallium/drivers/r600/r600_pipe.c | 1 +
> src/gallium/drivers/radeonsi/si_pipe.c | 1 +
> src/gallium/drivers/radeonsi/si_shader.c | 10 +++++++---
> src/gallium/drivers/softpipe/sp_screen.c | 1 +
> src/gallium/drivers/svga/svga_screen.c | 1 +
> src/gallium/drivers/swr/swr_screen.cpp | 1 +
> src/gallium/drivers/vc4/vc4_screen.c | 1 +
> src/gallium/drivers/virgl/virgl_screen.c | 1 +
> src/gallium/include/pipe/p_defines.h | 1 +
> src/mesa/main/extensions_table.h | 1 +
> src/mesa/main/mtypes.h | 1 +
> src/mesa/main/version.c | 2 +-
> src/mesa/state_tracker/st_extensions.c | 1 +
> 24 files changed, 32 insertions(+), 6 deletions(-)
More information about the mesa-dev
mailing list