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
path:
root
/
src
/
amd
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: fix surface max layer count (v2)
Dave Airlie
2017-12-22
1
-7
/
+7
*
radv: fix issue with multisample positions and interp_var_at_sample.
Dave Airlie
2017-12-22
1
-1
/
+2
*
radv/gfx9: fix primitive topology when adjacency is used
Samuel Pitoiset
2017-12-21
1
-1
/
+1
*
radv: properly load unused gl_LocalInvocationID/gl_WorkGroupID components
Samuel Pitoiset
2017-12-19
1
-2
/
+5
*
radv: store pipeline stages that need push constants
Samuel Pitoiset
2017-12-19
2
-0
/
+4
*
radv: remove one useless check in radv_flush_constants()
Samuel Pitoiset
2017-12-19
1
-1
/
+2
*
radv: add assertions to make sure pipeline layout objects are valid
Samuel Pitoiset
2017-12-19
1
-0
/
+2
*
radv: create pipeline layout objects for all meta operations
Samuel Pitoiset
2017-12-19
4
-2
/
+80
*
radv: Use a sort for rebuilding the sparse buffer bo list.
Bas Nieuwenhuizen
2017-12-19
1
-21
/
+24
*
radv: Advertise sync fd import and export.
Bas Nieuwenhuizen
2017-12-18
1
-4
/
+15
*
radv: Implement sync file import/export for fences & semaphores.
Bas Nieuwenhuizen
2017-12-18
1
-28
/
+87
*
radv/amdgpu: wrap sync fd import/export.
Bas Nieuwenhuizen
2017-12-18
2
-0
/
+26
*
radv: remove useless radv_cmask_info::base_address_reg
Samuel Pitoiset
2017-12-18
1
-1
/
+0
*
amd/common: add ac_vgt_gs_mode() helper
Samuel Pitoiset
2017-12-18
1
-26
/
+6
*
amd/common: add ac_get_cb_shader_mask() helper
Samuel Pitoiset
2017-12-18
1
-33
/
+1
*
Revert "radv: do not load unused gl_LocalInvocationID/gl_WorkGroupID components"
Samuel Pitoiset
2017-12-18
1
-5
/
+2
*
radv: port merge tess info from anv
Dave Airlie
2017-12-18
1
-0
/
+40
*
radv: Add external fence support.
Bas Nieuwenhuizen
2017-12-18
2
-0
/
+22
*
radv: Implement VK_KHR_external_fence_fd.
Bas Nieuwenhuizen
2017-12-18
2
-0
/
+48
*
radv: Implement fences based on syncobjs.
Bas Nieuwenhuizen
2017-12-18
3
-15
/
+109
*
radv: Add syncobj signal/reset/wait to winsys.
Bas Nieuwenhuizen
2017-12-18
2
-0
/
+44
*
radv: Fix multi-layer blits.
Bas Nieuwenhuizen
2017-12-18
1
-25
/
+24
*
radv: export SampleMask from pixel shaders at full rate
Samuel Pitoiset
2017-12-14
1
-5
/
+6
*
radv: do not load the local invocation index when it's unused
Samuel Pitoiset
2017-12-14
1
-1
/
+1
*
radv: do not load unused gl_LocalInvocationID/gl_WorkGroupID components
Samuel Pitoiset
2017-12-14
1
-3
/
+8
*
radv: set FORCE_SIMD_DIST(1) for compute when profitable
Samuel Pitoiset
2017-12-14
1
-0
/
+14
*
radv: calculate best compute resource limits
Samuel Pitoiset
2017-12-14
1
-1
/
+14
*
radv: store the dispatch initiator into the device
Samuel Pitoiset
2017-12-14
3
-11
/
+12
*
radv: always emit all compute block components
Samuel Pitoiset
2017-12-14
1
-10
/
+5
*
radv: Don't advertise VK_EXT_debug_report.
Bas Nieuwenhuizen
2017-12-14
1
-1
/
+0
*
radv: Don't use local BOs when allocating with export options.
Bas Nieuwenhuizen
2017-12-10
1
-1
/
+3
*
radv: do not print ASM to stderr when dumping shaders
Samuel Pitoiset
2017-12-08
1
-1
/
+1
*
radv/winsys: implement query_value()
Samuel Pitoiset
2017-12-08
2
-0
/
+72
*
radv: remove useless check radv_set_dcc_need_cmask_elim_pred()
Samuel Pitoiset
2017-12-08
1
-2
/
+1
*
radv: remove useless checks in radv_set_{color,depth}_clear_regs()
Samuel Pitoiset
2017-12-08
1
-4
/
+2
*
radv: only re-mit the index type when it changes
Samuel Pitoiset
2017-12-08
2
-10
/
+24
*
radv: only reset command buffers that are not in the initial state
Samuel Pitoiset
2017-12-08
1
-4
/
+9
*
radv: track different status of a command buffer
Samuel Pitoiset
2017-12-08
3
-0
/
+17
*
radv: fix TC-compat HTILE with VK_FORMAT_D32_SFLOAT_S8_UINT on Vega
Samuel Pitoiset
2017-12-08
1
-0
/
+6
*
radv: Add LLVM version to the device name string
Alex Smith
2017-12-07
2
-26
/
+37
*
radv: fix a case statement in GetMemoryFdPropertiesKHR
Fredrik Höglund
2017-12-06
1
-1
/
+1
*
radv: fix a crash in radv_can_dump_shader()
Samuel Pitoiset
2017-12-04
1
-2
/
+2
*
radv: Implement VK_KHR_get_surface_capabilities2
Jason Ekstrand
2017-12-04
2
-0
/
+27
*
vulkan/wsi: Initialize individual WSI interfaces in wsi_device_init
Jason Ekstrand
2017-12-04
1
-30
/
+6
*
vulkan/wsi: Drop some unneeded cruft from the API
Jason Ekstrand
2017-12-04
1
-17
/
+1
*
vulkan/wsi: Add wrappers for all of the surface queries
Jason Ekstrand
2017-12-04
1
-20
/
+21
*
vulkan/wsi: Drop the can_handle_different_gpu parameter from get_support
Jason Ekstrand
2017-12-04
1
-1
/
+1
*
vulkan/wsi: Add a helper for AcquireNextImage
Jason Ekstrand
2017-12-04
1
-5
/
+10
*
vulkan/wsi: move swapchain create/destroy to common code
Dave Airlie
2017-12-04
1
-34
/
+8
*
vulkan/wsi: Move get_images into common code
Jason Ekstrand
2017-12-04
1
-4
/
+3
[next]