mesa/src/gallium/state_trackers
Daniel Stone 492ffbed63 st/dri2: Implement DRI2bufferDamageExtension
Add a pipe_screen->set_damage_region() hook to propagate
set-damage-region requests to the driver, it's then up to the driver to
decide what to do with this piece of information.

If the hook is left unassigned, the buffer-damage extension is
considered unsupported.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Qiang Yu <yuq825@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2019-08-13 14:40:45 +02:00
..
clover clover: Fix build after clang r367864 2019-08-06 23:33:55 -04:00
dri st/dri2: Implement DRI2bufferDamageExtension 2019-08-13 14:40:45 +02:00
glx/xlib gallium: remove boolean from state tracker APIs 2019-07-22 22:13:51 -04:00
hgl gallium: remove boolean from state tracker APIs 2019-07-22 22:13:51 -04:00
nine st/nine: Drop preprocessor guards for glibc-2.12 2019-07-30 11:49:09 -07:00
omx gallium: create multimedia contexts as compute-only if graphics is unsupported 2019-07-29 17:52:41 -04:00
osmesa gallium: remove boolean from state tracker APIs 2019-07-22 22:13:51 -04:00
va gallium: create multimedia contexts as compute-only if graphics is unsupported 2019-07-29 17:52:41 -04:00
vdpau gallium: create multimedia contexts as compute-only if graphics is unsupported 2019-07-29 17:52:41 -04:00
wgl gallium: remove boolean from state tracker APIs 2019-07-22 22:13:51 -04:00
xa delete autotools .gitignore files 2019-04-29 21:17:19 +00:00
xvmc tree-wide: replace MAYBE_UNUSED with ASSERTED 2019-07-31 09:41:05 +01:00
README

README

This directory is a placeholder for incubating state-trackers. Mesa's
state-tracker is in src/mesa.