summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vk/0.132: Move VkCmdBufferOptimizeFlagsChad Versace2015-07-131-9/+8
* vk/0.132: Move VkWaitEventChad Versace2015-07-131-9/+11
* vk/0.132: Move VkCmdBufferLevelChad Versace2015-07-131-9/+7
* vk/0.132: Drop VK_ATTACHMENT_STORE_OP_RESOLVE_MSAAChad Versace2015-07-131-2/+1
* vk/0.132: Rename bool32_t -> VkBool32Chad Versace2015-07-135-62/+62
* vk/0.132: Remove stray typedefChad Versace2015-07-131-1/+1
* vk/0.132: Move VKImageUsageFlagsChad Versace2015-07-131-12/+12
* vk/0.132: Move VkImageType and VkImageTilingChad Versace2015-07-131-19/+19
* vk/0.132: Import the 0.132 headerChad Versace2015-07-131-0/+2907
* vk/vulkan.h: Remove headers for old API versionsChad Versace2015-07-132-5647/+0
* vk/0.130: Bump header version to 0.130vulkan-header-0.130.0Chad Versace2015-07-101-1/+8
* vk/0.130: Update vkAllocMemory to use VkMemoryTypeChad Versace2015-07-103-9/+20
* vk/0.130: Implement vkGetPhysicalDeviceMemoryProperties()Chad Versace2015-07-102-2/+57
* vk/gem: Change signature of anv_gem_get_aperture()Chad Versace2015-07-102-3/+3
* vk/device: Add member anv_physical_device::fdChad Versace2015-07-102-15/+14
* vk/device: Add func anv_physical_device_finish()Chad Versace2015-07-101-5/+15
* vk/device: Add an explicit destructor for RenderPassJason Ekstrand2015-07-102-0/+12
* vk/image: Add an explicit DestroyImage functionJason Ekstrand2015-07-103-1/+14
* vk/image: Add explicit constructors for buffer/image view typesJason Ekstrand2015-07-103-20/+62
* nir: Add C++ versions of NIR_(SRC|DEST)_INITJason Ekstrand2015-07-101-2/+10
* mesa: Fix generation of git_sha1.h.tmp for gitlinksChad Versace2015-07-101-1/+4
* vk/query.c: Use the casting functionsJason Ekstrand2015-07-092-14/+15
* vk/pipeline.c: Use the casting functionsJason Ekstrand2015-07-091-14/+14
* vk/formats.c: Use the casting functionsJason Ekstrand2015-07-091-2/+1
* vk/image.c: Use the casting functionsJason Ekstrand2015-07-091-14/+10
* vk/device.c: One more use of a casting functionJason Ekstrand2015-07-091-1/+1
* vk/meta.c: Use the casting functionsJason Ekstrand2015-07-091-93/+105
* vk: Fix the buildJason Ekstrand2015-07-092-5/+6
* device.c: Use the cast helpers a bunch of placesJason Ekstrand2015-07-091-19/+19
* device.c: Use the cast helpersJason Ekstrand2015-07-091-15/+15
* vk/private.h: Add a bunch of static inline casting functionsJason Ekstrand2015-07-091-1/+37
* vk/device.c: Fix whitespace issuesJason Ekstrand2015-07-091-3/+3
* vk/device.c: Use ANV_FROM_HANDLE a bunch of placesJason Ekstrand2015-07-091-63/+60
* vk/vulkan.h: Add the pEnabledFeatures field to DeviceCreateInfoJason Ekstrand2015-07-091-0/+1
* vk/vulkan.h: Change the MsCreateInfo structure to the 130 versionJason Ekstrand2015-07-091-2/+1
* vk: Remove the old GetPhysicalDeviceInfo callJason Ekstrand2015-07-093-131/+19
* vk: Add the new PhysicalDeviceQueue queriesJason Ekstrand2015-07-092-0/+38
* vk: Support GetPhysicalDevicePropertiesJason Ekstrand2015-07-092-36/+30
* vk: Add support for GetPhysicalDeviceLimitsJason Ekstrand2015-07-092-0/+213
* vk: Add GetPhysicalDeviceFeaturesJason Ekstrand2015-07-092-0/+102
* vk/device: Fix vkEnumeratePhysicalDevices()Chad Versace2015-07-091-5/+27
* vk/device: Move device enumeration to vkEnumeratePhysicalDevices()Chad Versace2015-07-091-8/+10
* vk/device: Be consistent about path to DRM deviceChad Versace2015-07-091-2/+2
* vk/compiler: create an empty parameters listConnor Abbott2015-07-091-0/+3
* nir/spirv: fix wrong writemask for ALU operationsConnor Abbott2015-07-091-0/+1
* nir/spirv: fix memory context for builtin variableConnor Abbott2015-07-081-1/+1
* nir/spirv: zero out value arrayConnor Abbott2015-07-081-1/+1
* vk/compiler: create the right kind of program structConnor Abbott2015-07-081-1/+15
* vk/compiler: mark inputs/outputs as read/writtenConnor Abbott2015-07-081-0/+19
* vk/vulkan.h: Copy the VkStructureType enum from version 130Jason Ekstrand2015-07-081-48/+48