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
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv,i965: Stop warning about incomplete gen11 support
Jason Ekstrand
2019-05-03
1
-4
/
+2
*
anv: fix crash when application does not provide push constants
Lionel Landwerlin
2019-05-03
1
-1
/
+1
*
anv: Stop including POS in FS input limits
Jason Ekstrand
2019-05-02
1
-1
/
+1
*
anv: add support for VK_EXT_memory_budget
Eric Engestrom
2019-04-30
3
-0
/
+92
*
anv: enable descriptor indexing capabilities
Juan A. Suarez Romero
2019-04-30
1
-0
/
+2
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
2
-13
/
+0
*
Revert "anv: limit URB reconfigurations when using blorp"
Lionel Landwerlin
2019-04-29
3
-11
/
+3
*
anv: expose VK_EXT_queue_family_foreign on Android
Tapani Pälli
2019-04-29
1
-0
/
+1
*
anv/descriptor_set: Don't fully destroy sets in pool destroy/reset
Jason Ekstrand
2019-04-26
1
-2
/
+3
*
anv: Better handle 32-byte alignment of descriptor set buffers
Jason Ekstrand
2019-04-26
1
-3
/
+3
*
anv/descriptor_set: Properly align descriptor buffer to a page
Jason Ekstrand
2019-04-24
1
-1
/
+1
*
anv/descriptor_set: Only vma_heap_finish if we have a descriptor buffer
Jason Ekstrand
2019-04-24
1
-2
/
+1
*
anv/descriptor_set: Destroy sets before pool finalization
Jason Ekstrand
2019-04-24
1
-5
/
+5
*
anv/descriptor_set: Unlink sets from the pool in set_destroy
Jason Ekstrand
2019-04-24
1
-4
/
+4
*
vulkan/wsi: Add X11 adaptive sync support based on dri options.
Bas Nieuwenhuizen
2019-04-23
1
-1
/
+2
*
anv: fix argument name for vkCmdEndQuery
Lionel Landwerlin
2019-04-24
1
-2
/
+2
*
anv: Rework the descriptor set layout create loop
Jason Ekstrand
2019-04-19
1
-14
/
+13
*
anv: Ignore descriptor binding flags if bindingCount == 0
Jason Ekstrand
2019-04-19
1
-3
/
+2
*
anv/nir: Add a central helper for figuring out SSBO address formats
Jason Ekstrand
2019-04-19
3
-57
/
+98
*
anv: Implement VK_EXT_descriptor_indexing
Jason Ekstrand
2019-04-19
5
-2
/
+93
*
anv: Put binding flags in descriptor set layouts
Jason Ekstrand
2019-04-19
2
-0
/
+19
*
anv: Use bindless handles for images
Jason Ekstrand
2019-04-19
4
-4
/
+61
*
anv: Use bindless textures and samplers
Jason Ekstrand
2019-04-19
6
-31
/
+228
*
anv: Pass the plane into lower_tex_deref
Jason Ekstrand
2019-04-19
1
-7
/
+5
*
anv: Use write_image_view to initialize immutable samplers
Jason Ekstrand
2019-04-19
1
-5
/
+13
*
anv: Count the number of planes in each descriptor binding
Jason Ekstrand
2019-04-19
2
-3
/
+19
*
anv: Implement VK_KHR_shader_atomic_int64
Jason Ekstrand
2019-04-19
4
-2
/
+21
*
anv: Implement SSBOs bindings with GPU addresses in the descriptor BO
Jason Ekstrand
2019-04-19
6
-35
/
+347
*
anv: Lower some SSBO operations in apply_pipeline_layout
Jason Ekstrand
2019-04-19
1
-2
/
+212
*
anv: Add a has_a64_buffer_access to anv_physical_device
Jason Ekstrand
2019-04-19
4
-6
/
+11
*
anv/pipeline: Add skeleton support for spilling to bindless
Jason Ekstrand
2019-04-19
4
-27
/
+122
*
anv/pipeline: Sort bindings by most used first
Jason Ekstrand
2019-04-19
1
-40
/
+95
*
anv: Add a #define for the max binding table size
Jason Ekstrand
2019-04-19
3
-4
/
+16
*
anv: Put image params in the descriptor set buffer on gen8 and earlier
Jason Ekstrand
2019-04-19
6
-124
/
+109
*
anv: Make all VkDeviceMemory BOs resident permanently
Jason Ekstrand
2019-04-19
4
-46
/
+48
*
anv: limit URB reconfigurations when using blorp
Lionel Landwerlin
2019-04-19
3
-3
/
+11
*
anv: fix uninitialized pthread cond clock domain
Lionel Landwerlin
2019-04-18
1
-1
/
+1
*
anv: Drop some unneeded ANV_FROM_HANDLE for physical devices
Jason Ekstrand
2019-04-18
1
-6
/
+0
*
anv: Re-sort the GetPhysicalDeviceFeatures2 switch statement
Jason Ekstrand
2019-04-18
1
-17
/
+17
*
anv: implement WaEnableStateCacheRedirectToCS
Lionel Landwerlin
2019-04-18
1
-0
/
+11
*
anv/device: expose VK_KHR_shader_float16_int8 in gen8+
Iago Toral Quiroga
2019-04-18
2
-0
/
+10
*
anv/pipeline: support Float16 and Int8 SPIR-V capabilities in gen8+
Iago Toral Quiroga
2019-04-18
1
-0
/
+2
*
meson: Add dependency on genxml to anvil genfiles
Juan A. Suarez Romero
2019-04-17
1
-1
/
+1
*
compiler/glsl: handle case where we have multiple users for types
Tapani Pälli
2019-04-16
1
-0
/
+3
*
anv: Update to use the new features struct names
Jason Ekstrand
2019-04-15
1
-6
/
+6
*
intel: Emit 3DSTATE_VF_STATISTICS dynamically
Kenneth Graunke
2019-04-14
1
-5
/
+0
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-23
/
+27
*
anv: leave the top 4Gb of the high heap VMA unused
Lionel Landwerlin
2019-04-13
1
-5
/
+5
*
anv/pipeline: Fix MEDIA_VFE_STATE::PerThreadScratchSpace on gen7
Jason Ekstrand
2019-04-12
1
-3
/
+23
*
glsl/nir: add support for lowering bindless images_derefs
Karol Herbst
2019-04-12
1
-1
/
+1
[next]