Skip to content

zink: use shader objects (part 1)

Mike Blumenkrantz requested to merge zmike/mesa:zink-shobj into main

this reimplements and uses EXT_shader_object for separate shaders

...but only in Tomb Raider (2013) since feedback loops are otherwise broken

...and also nvidia proprietary will crash when trying this since they have however many bugs

so really this implements something that nobody can use, but if they did use it on a reference implementation of EXT_shader_object that actually functioned (i.e., lavapipe) then it would work fine

Merge request reports