mesa/src/gallium/drivers/swr
Dave Airlie 7b7c02d161 gallivm: add support for a cache object
This plumbs the cache object into the gallivm API, nothing uses
it yet.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5049>
2020-06-11 06:05:40 +10:00
..
rasterizer meson: Bump required version to 0.52.0 2020-06-01 18:59:18 +00:00
.clang-format
meson.build meson: use gnu_symbol_visibility argument 2020-06-01 18:59:18 +00:00
swr_clear.cpp gallium: add pipe cap for scissored clears and pass scissor state to clear() hook 2020-04-29 18:05:06 +00:00
swr_context.cpp gallium/swr: implementation of tessellation shaders compilation 2020-01-24 11:38:03 +00:00
swr_context.h gallium/swr: Fix crashes in sampling code 2020-05-07 17:31:21 +00:00
swr_draw.cpp gallium/swr: implementation of tessellation shaders compilation 2020-01-24 11:38:03 +00:00
swr_fence.cpp gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
swr_fence.h gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
swr_fence_work.cpp gallium/swr: implementation of tessellation shaders compilation 2020-01-24 11:38:03 +00:00
swr_fence_work.h gallium/swr: implementation of tessellation shaders compilation 2020-01-24 11:38:03 +00:00
swr_loader.cpp gallium/swr: add option for static link 2020-01-23 12:20:24 +00:00
swr_memory.h gallium/swr: fix rdtsc debug statistics mechanism 2020-02-13 15:33:27 +01:00
swr_public.h swr: don't export swr_create_screen_internal 2018-08-07 17:23:17 +01:00
swr_query.cpp gallium/swr: Fix various asserts and security issues 2020-02-05 16:08:44 +00:00
swr_query.h gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
swr_resource.h gallium: switch boolean -> bool at the interface definitions 2019-07-22 22:13:51 -04:00
swr_scratch.cpp gallium/swr: Re-enable scratch space for client-memory buffers 2020-04-01 20:00:06 +00:00
swr_scratch.h gallium/swr: implementation of tessellation shaders compilation 2020-01-24 11:38:03 +00:00
swr_screen.cpp gallium: change comments to remove 'state tracker' 2020-05-13 13:47:27 -04:00
swr_screen.h gallium/swr: fix gcc warnings 2020-01-31 09:52:27 +00:00
swr_shader.cpp gallivm: add support for a cache object 2020-06-11 06:05:40 +10:00
swr_shader.h gallium/swr: implementation of tessellation shaders compilation 2020-01-24 11:38:03 +00:00
swr_state.cpp gallium/swr: Fix crashes in sampling code 2020-05-07 17:31:21 +00:00
swr_state.h gallium/swr: fix tessellation state save/restore 2020-01-28 13:55:47 +01:00
swr_tex_sample.cpp gallium/swr: Fix crashes in sampling code 2020-05-07 17:31:21 +00:00
swr_tex_sample.h