index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
vk/0.132: Move VkCmdBufferOptimizeFlags
Chad Versace
2015-07-13
1
-9
/
+8
*
vk/0.132: Move VkWaitEvent
Chad Versace
2015-07-13
1
-9
/
+11
*
vk/0.132: Move VkCmdBufferLevel
Chad Versace
2015-07-13
1
-9
/
+7
*
vk/0.132: Drop VK_ATTACHMENT_STORE_OP_RESOLVE_MSAA
Chad Versace
2015-07-13
1
-2
/
+1
*
vk/0.132: Rename bool32_t -> VkBool32
Chad Versace
2015-07-13
5
-62
/
+62
*
vk/0.132: Remove stray typedef
Chad Versace
2015-07-13
1
-1
/
+1
*
vk/0.132: Move VKImageUsageFlags
Chad Versace
2015-07-13
1
-12
/
+12
*
vk/0.132: Move VkImageType and VkImageTiling
Chad Versace
2015-07-13
1
-19
/
+19
*
vk/0.132: Import the 0.132 header
Chad Versace
2015-07-13
1
-0
/
+2907
*
vk/vulkan.h: Remove headers for old API versions
Chad Versace
2015-07-13
2
-5647
/
+0
*
vk/0.130: Bump header version to 0.130
vulkan-header-0.130.0
Chad Versace
2015-07-10
1
-1
/
+8
*
vk/0.130: Update vkAllocMemory to use VkMemoryType
Chad Versace
2015-07-10
3
-9
/
+20
*
vk/0.130: Implement vkGetPhysicalDeviceMemoryProperties()
Chad Versace
2015-07-10
2
-2
/
+57
*
vk/gem: Change signature of anv_gem_get_aperture()
Chad Versace
2015-07-10
2
-3
/
+3
*
vk/device: Add member anv_physical_device::fd
Chad Versace
2015-07-10
2
-15
/
+14
*
vk/device: Add func anv_physical_device_finish()
Chad Versace
2015-07-10
1
-5
/
+15
*
vk/device: Add an explicit destructor for RenderPass
Jason Ekstrand
2015-07-10
2
-0
/
+12
*
vk/image: Add an explicit DestroyImage function
Jason Ekstrand
2015-07-10
3
-1
/
+14
*
vk/image: Add explicit constructors for buffer/image view types
Jason Ekstrand
2015-07-10
3
-20
/
+62
*
nir: Add C++ versions of NIR_(SRC|DEST)_INIT
Jason Ekstrand
2015-07-10
1
-2
/
+10
*
mesa: Fix generation of git_sha1.h.tmp for gitlinks
Chad Versace
2015-07-10
1
-1
/
+4
*
vk/query.c: Use the casting functions
Jason Ekstrand
2015-07-09
2
-14
/
+15
*
vk/pipeline.c: Use the casting functions
Jason Ekstrand
2015-07-09
1
-14
/
+14
*
vk/formats.c: Use the casting functions
Jason Ekstrand
2015-07-09
1
-2
/
+1
*
vk/image.c: Use the casting functions
Jason Ekstrand
2015-07-09
1
-14
/
+10
*
vk/device.c: One more use of a casting function
Jason Ekstrand
2015-07-09
1
-1
/
+1
*
vk/meta.c: Use the casting functions
Jason Ekstrand
2015-07-09
1
-93
/
+105
*
vk: Fix the build
Jason Ekstrand
2015-07-09
2
-5
/
+6
*
device.c: Use the cast helpers a bunch of places
Jason Ekstrand
2015-07-09
1
-19
/
+19
*
device.c: Use the cast helpers
Jason Ekstrand
2015-07-09
1
-15
/
+15
*
vk/private.h: Add a bunch of static inline casting functions
Jason Ekstrand
2015-07-09
1
-1
/
+37
*
vk/device.c: Fix whitespace issues
Jason Ekstrand
2015-07-09
1
-3
/
+3
*
vk/device.c: Use ANV_FROM_HANDLE a bunch of places
Jason Ekstrand
2015-07-09
1
-63
/
+60
*
vk/vulkan.h: Add the pEnabledFeatures field to DeviceCreateInfo
Jason Ekstrand
2015-07-09
1
-0
/
+1
*
vk/vulkan.h: Change the MsCreateInfo structure to the 130 version
Jason Ekstrand
2015-07-09
1
-2
/
+1
*
vk: Remove the old GetPhysicalDeviceInfo call
Jason Ekstrand
2015-07-09
3
-131
/
+19
*
vk: Add the new PhysicalDeviceQueue queries
Jason Ekstrand
2015-07-09
2
-0
/
+38
*
vk: Support GetPhysicalDeviceProperties
Jason Ekstrand
2015-07-09
2
-36
/
+30
*
vk: Add support for GetPhysicalDeviceLimits
Jason Ekstrand
2015-07-09
2
-0
/
+213
*
vk: Add GetPhysicalDeviceFeatures
Jason Ekstrand
2015-07-09
2
-0
/
+102
*
vk/device: Fix vkEnumeratePhysicalDevices()
Chad Versace
2015-07-09
1
-5
/
+27
*
vk/device: Move device enumeration to vkEnumeratePhysicalDevices()
Chad Versace
2015-07-09
1
-8
/
+10
*
vk/device: Be consistent about path to DRM device
Chad Versace
2015-07-09
1
-2
/
+2
*
vk/compiler: create an empty parameters list
Connor Abbott
2015-07-09
1
-0
/
+3
*
nir/spirv: fix wrong writemask for ALU operations
Connor Abbott
2015-07-09
1
-0
/
+1
*
nir/spirv: fix memory context for builtin variable
Connor Abbott
2015-07-08
1
-1
/
+1
*
nir/spirv: zero out value array
Connor Abbott
2015-07-08
1
-1
/
+1
*
vk/compiler: create the right kind of program struct
Connor Abbott
2015-07-08
1
-1
/
+15
*
vk/compiler: mark inputs/outputs as read/written
Connor Abbott
2015-07-08
1
-0
/
+19
*
vk/vulkan.h: Copy the VkStructureType enum from version 130
Jason Ekstrand
2015-07-08
1
-48
/
+48
[next]