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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: remove useless #includes
Marek Olšák
2020-01-15
7
-18
/
+0
*
radeonsi: move code for shader resources into si_shader_llvm_resources.c
Marek Olšák
2020-01-15
7
-302
/
+327
*
radeonsi: move geometry shader code into si_shader_llvm_gs.c
Marek Olšák
2020-01-15
7
-812
/
+865
*
radeonsi: remove llvm_type_is_64bit
Marek Olšák
2020-01-15
3
-17
/
+7
*
radeonsi: move tessellation shader code into si_shader_llvm_tess.c
Marek Olšák
2020-01-15
6
-1290
/
+1343
*
radeonsi: move si_insert_input_* functions
Marek Olšák
2020-01-15
2
-28
/
+28
*
radeonsi: work around an LLVM crash when using llvm.amdgcn.icmp.i64.i1
Marek Olšák
2020-01-15
1
-0
/
+1
*
radeonsi: fix si_build_wrapper_function for compute-based primitive culling
Marek Olšák
2020-01-15
1
-1
/
+14
*
radeonsi/gfx10: separate code for determining the number of vertices for NGG
Marek Olšák
2020-01-15
1
-25
/
+41
*
radeonsi/gfx10: separate code for getting edgeflags from the gs_invocation_id...
Marek Olšák
2020-01-15
1
-9
/
+13
*
radeonsi: move VS_STATE.LS_OUT_PATCH_SIZE a few bits higher to make space there
Marek Olšák
2020-01-15
3
-5
/
+8
*
radeonsi: make si_insert_input_* functions non-static
Marek Olšák
2020-01-15
2
-9
/
+12
*
ac/cull: don't read Position.Z if it's not needed for culling
Marek Olšák
2020-01-15
1
-1
/
+1
*
radeonsi: separate code computing info for small primitive culling
Marek Olšák
2020-01-15
3
-40
/
+54
*
intel/compiler: Fix illegal mutation in get_nir_image_intrinsic_image
Kenneth Graunke
2020-01-15
1
-3
/
+6
*
radv: enable Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-1
/
+1
*
radv: implement Vulkan 1.2 features and properties
Samuel Pitoiset
2020-01-15
1
-0
/
+148
*
radv: implement Vulkan 1.1 features and properties
Samuel Pitoiset
2020-01-15
1
-0
/
+53
*
radv: update VK_KHR_timeline_semaphore for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-24
/
+24
*
radv: update VK_KHR_uniform_buffer_standard_layout for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-3
/
+3
*
radv: update VK_KHR_shader_subgroup_extended_types for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-3
/
+3
*
radv: update VK_KHR_shader_float_controls for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-5
/
+5
*
radv: update VK_KHR_shader_float16_int8 for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-3
/
+3
*
radv: update VK_KHR_shader_atomic_int64 for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-3
/
+3
*
radv: update VK_KHR_imageless_framebuffer for Vulkan 1.2
Samuel Pitoiset
2020-01-15
2
-8
/
+8
*
radv: update VK_KHR_image_format_list for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-6
/
+6
*
radv: update VK_KHR_driver_properties for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-7
/
+7
*
radv: update VK_KHR_draw_indirect_count for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-2
/
+2
*
radv: update VK_KHR_depth_stencil_resolve for Vulkan 1.2
Samuel Pitoiset
2020-01-15
5
-21
/
+21
*
radv: update VK_KHR_create_renderpass2 for Vulkan 1.2
Samuel Pitoiset
2020-01-15
2
-15
/
+15
*
radv: update VK_KHR_buffer_device_address for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-9
/
+9
*
radv: update VK_KHR_8bit_storage for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-3
/
+3
*
radv: update VK_EXT_scalar_block_layout for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-3
/
+3
*
radv: update VK_EXT_sampler_filter_minmax for Vulkan 1.2
Samuel Pitoiset
2020-01-15
2
-9
/
+9
*
radv: update VK_EXT_host_query_reset for Vulkan 1.2
Samuel Pitoiset
2020-01-15
2
-4
/
+4
*
radv: update VK_EXT_descriptor_indexing for Vulkan 1.2
Samuel Pitoiset
2020-01-15
2
-14
/
+14
*
anv: Enable Vulkan 1.2 support
Iván Briano
2020-01-15
7
-19
/
+20
*
anv: Implement the new core version property queries
Jason Ekstrand
2020-01-15
1
-152
/
+261
*
anv: Implement the new core version feature queries
Jason Ekstrand
2020-01-15
1
-56
/
+156
*
anv,nir: Lower quad_broadcast with dynamic index in NIR
Jason Ekstrand
2020-01-15
3
-1
/
+6
*
anv: Bump the patch version to 131
Jason Ekstrand
2020-01-15
1
-1
/
+1
*
vulkan/overlay: Fix for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-10
/
+13
*
turnip: Pretend to support Vulkan 1.2
Jason Ekstrand
2020-01-15
3
-13
/
+13
*
vulkan: Update the XML and headers to 1.2.131
Jason Ekstrand
2020-01-15
1
-398
/
+946
*
radeonsi: drop the negation from fmask_is_not_identity
Pierre-Eric Pelloux-Prayer
2020-01-15
4
-5
/
+5
*
radeonsi: unbind image before compute clear
Pierre-Eric Pelloux-Prayer
2020-01-15
1
-0
/
+5
*
radeonsi: make sure fmask expand is done if needed
Pierre-Eric Pelloux-Prayer
2020-01-15
1
-1
/
+2
*
radeonsi: fix fmask expand compute shader
Pierre-Eric Pelloux-Prayer
2020-01-15
1
-1
/
+1
*
egl/android: Restrict minimum triple buffering for android color_buffers
Nataraj Deshpande
2020-01-15
1
-3
/
+7
*
anv: fix pipeline switch back for non pipelined states
Lionel Landwerlin
2020-01-15
1
-13
/
+8
[next]