index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
16
-948
/
+1983
*
gitlab-ci: Stop using manual jobs for merge requests
Michel Dänzer
2020-01-15
1
-27
/
+45
*
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
*
radv/gfx10: simplify some duplicated NGG GS code
Samuel Pitoiset
2020-01-15
1
-62
/
+41
*
radv/gfx10: enable all CUs if NGG is never used
Samuel Pitoiset
2020-01-15
1
-2
/
+5
*
radv: only use VkSamplerCreateInfo::compareOp if enabled
Samuel Pitoiset
2020-01-15
1
-1
/
+5
*
v3d: fix bug when checking result of syncobj fence import
Iago Toral Quiroga
2020-01-15
1
-1
/
+1
*
st/mesa: run st_nir_lower_tex_src_plane for lowered xyuv/ayuv
Jonathan Marek
2020-01-15
1
-1
/
+2
*
st/mesa: don't lower YUV when driver supports it natively
Jonathan Marek
2020-01-15
6
-55
/
+82
*
radv: Disable VK_EXT_sample_locations on GFX10.
Bas Nieuwenhuizen
2020-01-15
1
-1
/
+2
*
st/mesa: implement EGLImageTargetTexStorage
Gurchetan Singh
2020-01-15
2
-0
/
+30
*
st/mesa: refactor egl image binding a bit
Gurchetan Singh
2020-01-15
1
-2
/
+3
*
st/dri: track if image is created by a dmabuf
Gurchetan Singh
2020-01-15
4
-0
/
+12
*
freedreno/ir3: rename instructions
Rob Clark
2020-01-15
7
-14
/
+25
*
nir/algebraic: sqrt(x)*sqrt(x) -> fabs(x)
Elie Tournier
2020-01-15
1
-0
/
+1
*
nir/algebraic: i2f(f2i()) -> trunc()
Elie Tournier
2020-01-15
1
-0
/
+5
*
i965: Reuse the new core glsl_count_dword_slots().
Eric Anholt
2020-01-14
3
-55
/
+3
*
mesa/st: Move the dword slot counting function to glsl_types as well.
Eric Anholt
2020-01-14
11
-130
/
+75
*
mesa/prog: Reuse count_vec4_slots() from ir_to_mesa.
Eric Anholt
2020-01-14
1
-75
/
+1
*
mesa/st: Move the vec4 type size function into core GLSL types.
Eric Anholt
2020-01-14
8
-109
/
+45
*
mesa/st: Deduplicate the NIR uniform lowering code.
Eric Anholt
2020-01-14
3
-18
/
+16
*
radeonsi: move PS LLVM code into si_shader_llvm_ps.c
Marek Olšák
2020-01-14
7
-1283
/
+1317
[next]