summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* vk: Move to the new pipeline creation API'sJason Ekstrand2015-07-087-278/+368
* vk/0.130: Remove VkImageViewCreateInfo::minLodChad Versace2015-07-083-9/+13
* vk/vulkan.h: Move renderPassContinue from GraphicsBeginInfo to BeginInfoJason Ekstrand2015-07-081-6/+2
* vk/vulkan.h: Update to the new UpdateDescriptorSets apiJason Ekstrand2015-07-083-140/+98
* vk: Add a macro for creating anv variables from vulkan handlesJason Ekstrand2015-07-082-11/+13
* vk/0.130 Update VkObjectType valuesChad Versace2015-07-081-19/+18
* vk/0.130: Remove VkDescriptorUpdateModeChad Versace2015-07-081-7/+0
* vk/0.130: Remove VK_DEVICE_CREATE_MULTI_DEVICE_IQ_MATCH_BITChad Versace2015-07-081-1/+0
* vk/0.130: Update vkCmdBlitImage signatureChad Versace2015-07-082-3/+8
* vk/vulkan.h: Add packing parameters to BufferImageCopyJason Ekstrand2015-07-082-0/+12