summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* vk/0.132: Rename bool32_t -> VkBool32Chad Versace2015-07-132-3/+3
* vk/0.130: Update vkAllocMemory to use VkMemoryTypeChad Versace2015-07-102-6/+18
* vk/0.130: Implement vkGetPhysicalDeviceMemoryProperties()Chad Versace2015-07-101-0/+33
* 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: Remove the old GetPhysicalDeviceInfo callJason Ekstrand2015-07-091-72/+0
* vk: Add the new PhysicalDeviceQueue queriesJason Ekstrand2015-07-091-0/+27
* vk: Support GetPhysicalDevicePropertiesJason Ekstrand2015-07-091-28/+24
* vk: Add support for GetPhysicalDeviceLimitsJason Ekstrand2015-07-091-0/+114
* vk: Add GetPhysicalDeviceFeaturesJason Ekstrand2015-07-091-0/+53
* 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: Move to the new pipeline creation API'sJason Ekstrand2015-07-086-231/+285
* vk/0.130: Remove VkImageViewCreateInfo::minLodChad Versace2015-07-082-8/+13
* vk/vulkan.h: Update to the new UpdateDescriptorSets apiJason Ekstrand2015-07-082-64/+60
* vk: Add a macro for creating anv variables from vulkan handlesJason Ekstrand2015-07-082-11/+13
* vk/0.130: Update vkCmdBlitImage signatureChad Versace2015-07-081-1/+5
* vk/vulkan.h: Add packing parameters to BufferImageCopyJason Ekstrand2015-07-081-0/+10
* vk/0.130: Remove msaa members of VkDepthStencilViewCreateInfoChad Versace2015-07-081-1/+0
* vk/vulkan.h: Move over to the new border color enumsJason Ekstrand2015-07-082-28/+13
* vk/vulkan.h: Add RenderPassBeginContentsJason Ekstrand2015-07-081-0/+2
* vk/vulkan.h: Add command buffer levelsJason Ekstrand2015-07-081-0/+2
* vk/vulkan.h: Update extension handling to rev 130Jason Ekstrand2015-07-081-47/+33
* vk/vulkan.h: Move format quering to the physical deviceJason Ekstrand2015-07-081-47/+23
* vk/vulkan.h: Remove the MemoryRange stubs and add sparse stubsJason Ekstrand2015-07-081-6/+3