Skip to content

i965: support only color formats with memory objects

Tapani Pälli requested to merge tpalli/mesa:i965-limit-memobj-support into main

There are issues with depth support and lack of support for combined depth+stencil, let's support only color formats for now.

#4712 (closed) Fixes: f73aeca0 ("i965: Initial implementation for EXT_memory_object_*") Signed-off-by: Tapani Pälli tapani.palli@intel.com

Merge request reports