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
path:
root
/
src
/
vulkan
/
anv_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vk/0.210.0: Misc. no-op structure changes
Jason Ekstrand
2015-12-03
1
-22
/
+4
*
vk/0.210.0: Rename property pCount parameters
Jason Ekstrand
2015-12-03
1
-12
/
+12
*
vk/0.210.0: Switch to the new VKAPI function decorations
Jason Ekstrand
2015-11-30
1
-26
/
+11
*
vk/0.210.0: Rename CmdBuffer to CommandBuffer
Jason Ekstrand
2015-11-30
1
-9
/
+9
*
vk/0.210.0: A pile of minor enum updates
Jason Ekstrand
2015-11-30
1
-1
/
+1
*
vk/0.210.0: Switch to the new-style handle declarations
Jason Ekstrand
2015-11-30
1
-1
/
+1
*
vk: Add SKL support
Kristian Høgsberg Kristensen
2015-11-25
1
-1
/
+6
*
anv: Put all of the descriptor set stuff together in one file
Jason Ekstrand
2015-11-18
1
-348
/
+0
*
anv/device: Update the right sampler in UpdateDescriptorSets
Jason Ekstrand
2015-11-18
1
-1
/
+1
*
anv: Add initial Haswell support
Jason Ekstrand
2015-11-17
1
-3
/
+7
*
anv/entrypoints: Use devinfo instead of a gen number
Jason Ekstrand
2015-11-17
1
-1
/
+1
*
anv: Only include the pack headers where needed
Jason Ekstrand
2015-11-16
1
-0
/
+2
*
isl: Embed brw_device_info in isl_device
Chad Versace
2015-11-13
1
-6
/
+1
*
anv/device: Embed isl_device
Chad Versace
2015-11-13
1
-0
/
+8
*
anv: Strip trailing whitespace from anv_device.c
Chad Versace
2015-11-13
1
-4
/
+4
*
anv/gen7: Implement the VS state depth-stall workaround
Jason Ekstrand
2015-11-10
1
-0
/
+5
*
anv/device: Use an actual int64_t in WaitForFences
Jason Ekstrand
2015-11-10
1
-1
/
+3
*
anv/device: Work around the i915 kernel driver timeout bug
Jason Ekstrand
2015-11-10
1
-3
/
+11
*
anv/device: Add a newline to the end of a comment
Jason Ekstrand
2015-11-09
1
-1
/
+1
*
anv/cmd_buffer: Rework the way we emit UBO surface state
Jason Ekstrand
2015-11-06
1
-3
/
+3
*
anv: Use VkDescriptorType instead of anv_descriptor_type
Jason Ekstrand
2015-11-06
1
-4
/
+4
*
anv: Do range-checking in the shader for dynamic buffers
Jason Ekstrand
2015-11-06
1
-0
/
+7
*
anv/device: Increase the block size for instructions
Jason Ekstrand
2015-11-06
1
-1
/
+1
*
anv: Remove all support for BufferViews
Jason Ekstrand
2015-11-06
1
-31
/
+6
*
anv/device: Only support binding UBOs through BufferInfo
Jason Ekstrand
2015-11-06
1
-20
/
+11
*
anv: Rework UpdateDescriptorSets
Jason Ekstrand
2015-11-06
1
-18
/
+18
*
anv: Add a descriptor_index to anv_descriptor_set_binding_layout
Jason Ekstrand
2015-11-06
1
-0
/
+1
*
anv: Add a layout to anv_descriptor_set
Jason Ekstrand
2015-11-06
1
-0
/
+2
*
Merge remote-tracking branch 'mesa-public/master' into vulkan
Jason Ekstrand
2015-11-03
1
-1
/
+1
*
anv: Report 0 physical devices when not on Broadwell or Ivy Bridge
Jason Ekstrand
2015-11-02
1
-6
/
+20
*
anv/pass: Move VkRenderPass code to new file
Chad Versace
2015-10-29
1
-137
/
+0
*
anv: Fix parsing of load ops in VkAttachmentDescription
Chad Versace
2015-10-29
1
-6
/
+12
*
anv: Don't teardown uninitialized anv_physical_device
Chad Versace
2015-10-21
1
-1
/
+6
*
anv: Completely rework shader compilation
Jason Ekstrand
2015-10-20
1
-5
/
+20
*
anv: Move the brw_compiler from anv_compiler to physical_device
Jason Ekstrand
2015-10-20
1
-0
/
+13
*
anv: Add support for immutable descriptors
Jason Ekstrand
2015-10-17
1
-6
/
+46
*
anv/device: Add support for combined image and sampler descriptors
Jason Ekstrand
2015-10-15
1
-4
/
+14
*
anv/device: Remove some unneeded anv_finishmes
Jason Ekstrand
2015-10-15
1
-10
/
+0
*
anv/device: Make the CreateSemaphore stub return success
Jason Ekstrand
2015-10-15
1
-1
/
+2
*
anv: Add support for BufferInfo in descriptor sets
Jason Ekstrand
2015-10-15
1
-7
/
+22
*
anv: Completely rework descriptor set layouts
Jason Ekstrand
2015-10-14
1
-104
/
+39
*
anv: Declare/validate the correct API version
Jason Ekstrand
2015-10-12
1
-1
/
+4
*
anv/device: Return VK_SUCCESS after setting pCount in QueueFamilyProperties
Jason Ekstrand
2015-10-10
1
-0
/
+1
*
anv/queue: Get rid of the serial
Jason Ekstrand
2015-10-08
1
-13
/
+0
*
vk/0.170.2: Update to the new VK_EXT_KHR_swapchain extensions
Jason Ekstrand
2015-10-08
1
-4
/
+4
*
vk/0.170.2: Update VkResult
Chad Versace
2015-10-07
1
-26
/
+42
*
vk/0.170: Update VkDescriptorInfo
Chad Versace
2015-10-07
1
-0
/
+10
*
vk/0.170.2: Update vkCreateDescriptorPool
Chad Versace
2015-10-07
1
-2
/
+0
*
vk/0.170.2: Update VkPhysicalDeviceProperties
Chad Versace
2015-10-07
1
-15
/
+8
*
vk/0.170.2: Update VkPhysicalDeviceFeatures
Chad Versace
2015-10-07
1
-5
/
+4
[next]