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: Include drm_fourcc.h in anv_private.h
Chad Versace
2019-07-26
1
-1
/
+0
*
anv: Implement VK_EXT_subgroup_size_control
Jason Ekstrand
2019-07-24
1
-0
/
+11
*
anv: Implement VK_KHR_imageless_framebuffer
Sagar Ghuge
2019-07-23
1
-10
/
+33
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
1
-4
/
+4
*
anv: report timestampComputeAndGraphics true
Lionel Landwerlin
2019-07-17
1
-1
/
+1
*
anv: Make the workaround BO a whole page
Jason Ekstrand
2019-07-10
1
-1
/
+1
*
anv: Set maxComputeSharedMemorySize to 64k
Caio Marcelo de Oliveira Filho
2019-07-08
1
-1
/
+1
*
anv: Advertise VK_EXT_shader_demote_to_helper_invocation
Caio Marcelo de Oliveira Filho
2019-07-08
1
-0
/
+6
*
anv: Advertise a more accurate minTexelBufferOffsetAlignment
Jason Ekstrand
2019-07-02
1
-1
/
+4
*
anv: Implement VK_EXT_texel_buffer_alignment
Jason Ekstrand
2019-07-02
1
-0
/
+37
*
anv: Implement "pop-free" clipping
Jason Ekstrand
2019-06-21
1
-2
/
+1
*
anv: Make border colors the right size and alignment on HSW
Jason Ekstrand
2019-06-18
1
-11
/
+45
*
anv: do not parse genxml data without INTEL_DEBUG=bat
Lionel Landwerlin
2019-06-12
1
-10
/
+13
*
anv: Advertise support for VK_EXT_fragment_shader_interlock
Jason Ekstrand
2019-06-04
1
-0
/
+9
*
anv: Implement VK_KHR_uniform_buffer_standard_layout
Jason Ekstrand
2019-05-13
1
-0
/
+7
*
anv: Fix limits when VK_EXT_descriptor_indexing is used
Caio Marcelo de Oliveira Filho
2019-05-10
1
-9
/
+14
*
anv: fix use after free
Lionel Landwerlin
2019-05-08
1
-3
/
+3
*
anv,i965: Stop warning about incomplete gen11 support
Jason Ekstrand
2019-05-03
1
-4
/
+2
*
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
1
-0
/
+89
*
anv: Implement VK_EXT_descriptor_indexing
Jason Ekstrand
2019-04-19
1
-1
/
+70
*
anv: Use bindless handles for images
Jason Ekstrand
2019-04-19
1
-2
/
+4
*
anv: Use bindless textures and samplers
Jason Ekstrand
2019-04-19
1
-4
/
+29
*
anv: Implement VK_KHR_shader_atomic_int64
Jason Ekstrand
2019-04-19
1
-0
/
+8
*
anv: Implement SSBOs bindings with GPU addresses in the descriptor BO
Jason Ekstrand
2019-04-19
1
-3
/
+11
*
anv: Add a has_a64_buffer_access to anv_physical_device
Jason Ekstrand
2019-04-19
1
-2
/
+6
*
anv/pipeline: Add skeleton support for spilling to bindless
Jason Ekstrand
2019-04-19
1
-0
/
+6
*
anv: Add a #define for the max binding table size
Jason Ekstrand
2019-04-19
1
-1
/
+1
*
anv: Put image params in the descriptor set buffer on gen8 and earlier
Jason Ekstrand
2019-04-19
1
-4
/
+2
*
anv: Make all VkDeviceMemory BOs resident permanently
Jason Ekstrand
2019-04-19
1
-18
/
+10
*
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/device: expose VK_KHR_shader_float16_int8 in gen8+
Iago Toral Quiroga
2019-04-18
1
-0
/
+9
*
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
*
anv: leave the top 4Gb of the high heap VMA unused
Lionel Landwerlin
2019-04-13
1
-5
/
+5
*
anv: store heap address bounds when initializing physical device
Lionel Landwerlin
2019-04-11
1
-8
/
+19
*
anv: advertise 8 subtexel/mipmap precision bits
Juan A. Suarez Romero
2019-04-09
1
-2
/
+2
*
anv: Implement VK_NV_compute_shader_derivatives
Caio Marcelo de Oliveira Filho
2019-04-08
1
-0
/
+8
*
Revert "anv/radv: release memory allocated by glsl types during spirv_to_nir"
Jason Ekstrand
2019-03-27
1
-2
/
+0
*
anv: fix build on Nougat
Gurchetan Singh
2019-03-21
1
-1
/
+1
*
anv/radv: release memory allocated by glsl types during spirv_to_nir
Tapani Pälli
2019-03-21
1
-0
/
+2
*
anv: Bump maxComputeWorkgroupInvocations
Jason Ekstrand
2019-03-20
1
-1
/
+1
*
anv: Implement VK_EXT_host_query_reset
Jason Ekstrand
2019-03-18
1
-0
/
+7
*
anv: Stop using VK_TRUE/FALSE
Jason Ekstrand
2019-03-13
1
-21
/
+21
*
anv: revert "anv: release memory allocated by glsl types during spirv_to_nir"
Tapani Pälli
2019-03-12
1
-2
/
+0
*
anv: release memory allocated by glsl types during spirv_to_nir
Tapani Pälli
2019-03-11
1
-0
/
+2
*
anv: add support for dumping shader info via VK_EXT_debug_report
Timothy Arceri
2019-03-11
1
-1
/
+22
*
isl: Add a swizzle parameter to isl_buffer_fill_state()
Kenneth Graunke
2019-03-07
1
-0
/
+1
[next]