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
/
intel
/
vulkan
/
anv_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Add support for SPIR-V 1.3 subgroup operations
Jason Ekstrand
2018-03-07
1
-0
/
+24
*
anv: Stop returning VK_ERROR_INCOMPATIBLE_DRIVER
Jason Ekstrand
2018-03-07
1
-29
/
+7
*
anv/device: fail to initialize device if we have queues with unsupported flags
Iago Toral Quiroga
2018-03-07
1
-0
/
+9
*
anv/device: GetDeviceQueue2 should only return queues with matching flags
Iago Toral Quiroga
2018-03-07
1
-1
/
+5
*
anv: Support querying for protected memory
Jason Ekstrand
2018-03-07
1
-0
/
+6
*
anv: Implement GetDeviceQueue2
Jason Ekstrand
2018-03-07
1
-0
/
+12
*
anv: Trivially implement VK_KHR_device_group
Jason Ekstrand
2018-03-07
1
-11
/
+67
*
anv: Implement VK_KHR_maintenance3
Jason Ekstrand
2018-03-07
1
-18
/
+12
*
anv: Support VkPhysicalDeviceShaderDrawParameterFeatures
Jason Ekstrand
2018-03-07
1
-0
/
+6
*
Get rid of a bunch of KHR suffixes
Jason Ekstrand
2018-03-07
1
-41
/
+41
*
anv: Add version 1.1.0 but leave it disabled
Jason Ekstrand
2018-03-07
1
-8
/
+8
*
vulkan: Rename multiview from KHX to KHR
Jason Ekstrand
2018-03-07
1
-6
/
+6
*
anv: Enable VK_KHR_16bit_storage for PushConstant
Jose Maria Casanova Crespo
2018-02-28
1
-1
/
+1
*
anv: Enable VK_KHR_16bit_storage for SSBO and UBO
Jose Maria Casanova Crespo
2018-02-28
1
-2
/
+3
*
isl/i965/fs: SSBO/UBO buffers need size padding if not multiple of 32-bit
Jose Maria Casanova Crespo
2018-02-28
1
-0
/
+11
*
anv: Always set has_context_priority
Jason Ekstrand
2018-02-28
1
-3
/
+1
*
anv: remove anv_gem_set_context_priority helper
Tapani Pälli
2018-02-28
1
-2
/
+3
*
anv: implement VK_EXT_global_priority extension
Tapani Pälli
2018-02-28
1
-0
/
+44
*
intel/vulkan: Support INTEL_DEVID_OVERRIDE environment variable
Jordan Justen
2018-02-27
1
-4
/
+10
*
intel/vulkan: Support INTEL_NO_HW environment variable
Jordan Justen
2018-02-27
1
-0
/
+3
*
anv/image: Separate modifiers from legacy scanout
Jason Ekstrand
2018-02-21
1
-16
/
+6
*
anv/icl: Use gen11 functions
Anuj Phogat
2018-02-16
1
-0
/
+3
*
anv/gen10: Remove warning message.
Rafael Antognolli
2018-02-14
1
-5
/
+2
*
anv/device: initialize the list of enabled extensions properly
Iago Toral Quiroga
2018-02-06
1
-1
/
+1
*
anv: Return trampoline entrypoints from GetInstanceProcAddr
Jason Ekstrand
2018-01-23
1
-1
/
+4
*
anv: Only advertise enabled entrypoints
Jason Ekstrand
2018-01-23
1
-3
/
+23
*
anv: Add a per-device dispatch table
Jason Ekstrand
2018-01-23
1
-1
/
+43
*
anv: Add a per-instance dispatch table
Jason Ekstrand
2018-01-23
1
-1
/
+6
*
anv: Properly NULL for GetInstanceProcAddr with a null instance
Jason Ekstrand
2018-01-23
1
-1
/
+23
*
anv: Add a per-device table of enabled extensions
Jason Ekstrand
2018-01-23
1
-0
/
+4
*
anv: Use tables for device extension wrangling
Jason Ekstrand
2018-01-23
1
-2
/
+35
*
anv: Add a per-instance table of enabled extensions
Jason Ekstrand
2018-01-23
1
-0
/
+4
*
anv: Use tables for instance extension wrangling
Jason Ekstrand
2018-01-23
1
-2
/
+29
*
vulkan: move anv VK_EXT_debug_report implementation to common code.
Bas Nieuwenhuizen
2018-01-17
1
-12
/
+42
*
anv: fix maxDescriptorSet* limits
Samuel Iglesias Gonsálvez
2018-01-11
1
-5
/
+5
*
anv/device: Mark all state buffers as needing capture
Jason Ekstrand
2017-12-28
1
-3
/
+3
*
anv: Remove unused variable.
Bas Nieuwenhuizen
2017-12-17
1
-2
/
+0
*
anv: Enable UBO pushing
Jason Ekstrand
2017-12-08
1
-0
/
+1
*
anv/device: Increase the UBO alignment requirement to 32
Jason Ekstrand
2017-12-08
1
-2
/
+10
*
anv: Disable VK_KHR_16bit_storage
Jason Ekstrand
2017-12-08
1
-2
/
+2
*
anv: fix a case statement in GetMemoryFdPropertiesKHR
Fredrik Höglund
2017-12-06
1
-1
/
+1
*
anv: Enable SPV_KHR_16bit_storage and VK_KHR_16bit_storage for SSBO/UBO
Alejandro Piñeiro
2017-12-06
1
-0
/
+13
*
anv: Add support for the variablePointers feature
Jason Ekstrand
2017-12-05
1
-1
/
+1
*
anv: query CS timestamp frequency from the kernel
Lionel Landwerlin
2017-12-04
1
-0
/
+13
*
anv/image: Implement the wsi "extension"
Jason Ekstrand
2017-12-04
1
-1
/
+10
*
anv: Require a dedicated allocation for modified images
Jason Ekstrand
2017-12-04
1
-4
/
+49
*
anv: Implement VK_EXT_external_memory_dma_buf
Jason Ekstrand
2017-12-04
1
-15
/
+27
*
anv: flag batch & instruction BOs for capture
Lionel Landwerlin
2017-11-22
1
-2
/
+5
*
anv: setup BO flags at state_pool/block_pool creation
Lionel Landwerlin
2017-11-22
1
-4
/
+14
*
anv: Don't crash on invalid heap sizes when the PCI ID is overriden
Jason Ekstrand
2017-11-13
1
-0
/
+12
[next]