summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-07-10vk/0.130: Update vkAllocMemory to use VkMemoryTypeChad Versace2-6/+18
2015-07-10vk/0.130: Implement vkGetPhysicalDeviceMemoryProperties()Chad Versace1-0/+33
2015-07-10vk/gem: Change signature of anv_gem_get_aperture()Chad Versace2-3/+3
2015-07-10vk/device: Add member anv_physical_device::fdChad Versace2-15/+14
2015-07-10vk/device: Add func anv_physical_device_finish()Chad Versace1-5/+15
2015-07-10vk/device: Add an explicit destructor for RenderPassJason Ekstrand2-0/+12
2015-07-10vk/image: Add an explicit DestroyImage functionJason Ekstrand3-1/+14
2015-07-10vk/image: Add explicit constructors for buffer/image view typesJason Ekstrand3-20/+62
2015-07-10nir: Add C++ versions of NIR_(SRC|DEST)_INITJason Ekstrand1-2/+10
2015-07-10mesa: Fix generation of git_sha1.h.tmp for gitlinksChad Versace1-1/+4
2015-07-09vk/query.c: Use the casting functionsJason Ekstrand2-14/+15
2015-07-09vk/pipeline.c: Use the casting functionsJason Ekstrand1-14/+14
2015-07-09vk/formats.c: Use the casting functionsJason Ekstrand1-2/+1
2015-07-09vk/image.c: Use the casting functionsJason Ekstrand1-14/+10
2015-07-09vk/device.c: One more use of a casting functionJason Ekstrand1-1/+1
2015-07-09vk/meta.c: Use the casting functionsJason Ekstrand1-93/+105
2015-07-09vk: Fix the buildJason Ekstrand2-5/+6
2015-07-09device.c: Use the cast helpers a bunch of placesJason Ekstrand1-19/+19
2015-07-09device.c: Use the cast helpersJason Ekstrand1-15/+15
2015-07-09vk/private.h: Add a bunch of static inline casting functionsJason Ekstrand1-1/+37
2015-07-09vk/device.c: Fix whitespace issuesJason Ekstrand1-3/+3
2015-07-09vk/device.c: Use ANV_FROM_HANDLE a bunch of placesJason Ekstrand1-63/+60
2015-07-09vk: Remove the old GetPhysicalDeviceInfo callJason Ekstrand1-72/+0
2015-07-09vk: Add the new PhysicalDeviceQueue queriesJason Ekstrand1-0/+27
2015-07-09vk: Support GetPhysicalDevicePropertiesJason Ekstrand1-28/+24
2015-07-09vk: Add support for GetPhysicalDeviceLimitsJason Ekstrand1-0/+114
2015-07-09vk: Add GetPhysicalDeviceFeaturesJason Ekstrand1-0/+53
2015-07-09vk/device: Fix vkEnumeratePhysicalDevices()Chad Versace1-5/+27
2015-07-09vk/device: Move device enumeration to vkEnumeratePhysicalDevices()Chad Versace1-8/+10
2015-07-09vk/device: Be consistent about path to DRM deviceChad Versace1-2/+2
2015-07-09vk/compiler: create an empty parameters listConnor Abbott1-0/+3
2015-07-09nir/spirv: fix wrong writemask for ALU operationsConnor Abbott1-0/+1
2015-07-08nir/spirv: fix memory context for builtin variableConnor Abbott1-1/+1
2015-07-08nir/spirv: zero out value arrayConnor Abbott1-1/+1
2015-07-08vk/compiler: create the right kind of program structConnor Abbott1-1/+15
2015-07-08vk/compiler: mark inputs/outputs as read/writtenConnor Abbott1-0/+19
2015-07-08vk: Move to the new pipeline creation API'sJason Ekstrand6-231/+285
2015-07-08vk/0.130: Remove VkImageViewCreateInfo::minLodChad Versace2-8/+13
2015-07-08vk/vulkan.h: Update to the new UpdateDescriptorSets apiJason Ekstrand2-64/+60
2015-07-08vk: Add a macro for creating anv variables from vulkan handlesJason Ekstrand2-11/+13
2015-07-08vk/0.130: Update vkCmdBlitImage signatureChad Versace1-1/+5
2015-07-08vk/vulkan.h: Add packing parameters to BufferImageCopyJason Ekstrand1-0/+10
2015-07-08vk/0.130: Remove msaa members of VkDepthStencilViewCreateInfoChad Versace1-1/+0
2015-07-08vk/vulkan.h: Move over to the new border color enumsJason Ekstrand2-28/+13
2015-07-08vk/vulkan.h: Add RenderPassBeginContentsJason Ekstrand1-0/+2
2015-07-08vk/vulkan.h: Add command buffer levelsJason Ekstrand1-0/+2
2015-07-08vk/vulkan.h: Update extension handling to rev 130Jason Ekstrand1-47/+33
2015-07-08vk/vulkan.h: Move format quering to the physical deviceJason Ekstrand1-47/+23
2015-07-08vk/vulkan.h: Remove the MemoryRange stubs and add sparse stubsJason Ekstrand1-6/+3
2015-07-08vk/vulkan.h: Switch BindObjectMemory to a device function and remove the indexJason Ekstrand2-8/+7