index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
zink
/
zink_resource.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
zink: clamp VkImageCreateInfo.arrayLayers to 1 for image resource creation
Mike Blumenkrantz
2020-06-24
1
-1
/
+1
*
zink: implement transform feedback support to finish off opengl 3.0
Mike Blumenkrantz
2020-06-17
1
-0
/
+6
*
zink: hammer in an explicit wait when retrieving buffer contents for reading
Erik Faye-Lund
2020-05-22
1
-0
/
+15
*
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2020-05-13
1
-1
/
+1
*
zink: load vk_GetMemoryFdKHR while creating screen
Erik Faye-Lund
2020-05-11
1
-5
/
+0
*
zink: be less picky about tiled resources
Erik Faye-Lund
2020-04-16
1
-5
/
+1
*
zink. Don't set incorrect sType in VkImportMemoryFdInfoKHR struct
Vilya Harvey
2020-03-04
1
-1
/
+0
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
zink: always allow transfer to/from buffers
Erik Faye-Lund
2019-11-12
1
-4
/
+2
*
zink: always allow sampling of images
Erik Faye-Lund
2019-11-06
1
-4
/
+3
*
zink: always allow mutating the format
Erik Faye-Lund
2019-11-06
1
-2
/
+3
*
zink: only enable KHR_external_memory_fd if supported
Erik Faye-Lund
2019-10-30
1
-2
/
+5
*
zink: Use optimal layout instead of general. Reduces valid layer warnings. Fi...
Duncan Hopkins
2019-10-30
1
-5
/
+10
*
zink: emulate optional depth-formats
Erik Faye-Lund
2019-10-28
1
-1
/
+1
*
zink: implement resource_from_handle
Erik Faye-Lund
2019-10-28
1
-4
/
+27
*
zink: do not set VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BIT for non-3D textures
Erik Faye-Lund
2019-10-28
1
-10
/
+4
*
zink: fix rendering to 3D-textures
Erik Faye-Lund
2019-10-28
1
-0
/
+2
*
zink: do not use both depth and stencil aspects for sampler-views
Erik Faye-Lund
2019-10-28
1
-3
/
+3
*
zink: wait for transfer when reading
Erik Faye-Lund
2019-10-28
1
-0
/
+9
*
zink: make sure imageExtent.depth is 1 for arrays
Erik Faye-Lund
2019-10-28
1
-0
/
+1
*
zink: stub resource_from_handle
Erik Faye-Lund
2019-10-28
1
-0
/
+10
*
zink: process one aspect-mask bit at the time
Erik Faye-Lund
2019-10-28
1
-5
/
+10
*
zink: clean up render-pass management
Erik Faye-Lund
2019-10-28
1
-6
/
+1
*
zink: remove hack-comment
Erik Faye-Lund
2019-10-28
1
-1
/
+1
*
zink: implement batching
Erik Faye-Lund
2019-10-28
1
-10
/
+12
*
zink: do not destroy staging-resource, deref it
Erik Faye-Lund
2019-10-28
1
-2
/
+1
*
zink: track used resources
Erik Faye-Lund
2019-10-28
1
-0
/
+3
*
zink: texture-rects?
Erik Faye-Lund
2019-10-28
1
-3
/
+1
*
zink: add dri loader
Dave Airlie
2019-10-28
1
-4
/
+52
*
zink: introduce opengl over vulkan
Erik Faye-Lund
2019-10-28
1
-0
/
+465