summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/zink/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2019-11-13zink: move drawing separate sourceErik Faye-Lund1-0/+1
This code is kinda stand-alone, and it makes it a bit easier to find the right source in the source-tree.
2019-11-13zink: move blitting to separate sourceErik Faye-Lund1-0/+1
This code is kinda stand-alone, and it makes it a bit easier to find the right source in the source-tree
2019-11-13zink: move format-checking to separate sourceErik Faye-Lund1-0/+1
This code is more or less stand-alone, and this keeps the formats array a bit more encapsulated.
2019-10-28zink: implement batchingErik Faye-Lund1-1/+1
This reduces stalling quite a bit. Acked-by: Jordan Justen <jordan.l.justen@intel.com>
2019-10-28zink: query support (v2)Dave Airlie1-0/+1
This at least passes piglit occlusion_query test for me here now. Acked-by: Jordan Justen <jordan.l.justen@intel.com>
2019-10-28zink: introduce opengl over vulkanErik Faye-Lund1-0/+49
Here's zink, a so far pretty simple vulkan-gallium driver that is able to translate some applications from OpenGL to Vulkan. The compiler is quite limited for now, this will be improved on later. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Acked-by: Jordan Justen <jordan.l.justen@intel.com>