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
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
amd/common: more use of i32_1
Samuel Pitoiset
2017-12-14
1
-4
/
+4
*
amd/common: more use of i32_0
Samuel Pitoiset
2017-12-14
1
-9
/
+9
*
radeonsi: make use of ac_build_fdiv()
Samuel Pitoiset
2017-12-14
1
-0
/
+1
*
radv: export SampleMask from pixel shaders at full rate
Samuel Pitoiset
2017-12-14
2
-16
/
+41
*
amd/common: add ac_get_spi_shader_z_format()
Samuel Pitoiset
2017-12-14
4
-1
/
+84
*
radv: do not load the local invocation index when it's unused
Samuel Pitoiset
2017-12-14
4
-2
/
+7
*
radv: do not load unused gl_LocalInvocationID/gl_WorkGroupID components
Samuel Pitoiset
2017-12-14
1
-3
/
+8
*
amd/common: scan which components of gl_LocalInvocationID are used
Samuel Pitoiset
2017-12-14
2
-1
/
+7
*
amd/common: scan which components of gl_WorkGroupID are used
Samuel Pitoiset
2017-12-14
2
-0
/
+9
*
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: replace grid_components_used by uses_grid_size
Samuel Pitoiset
2017-12-14
3
-5
/
+6
*
radv: always emit all compute block components
Samuel Pitoiset
2017-12-14
2
-13
/
+11
*
radv: Don't advertise VK_EXT_debug_report.
Bas Nieuwenhuizen
2017-12-14
1
-1
/
+0
*
ac: fix nir_op_f2f64
Timothy Arceri
2017-12-13
1
-0
/
+1
*
ac/nir: Support vulkan_resource_reindex.
Bas Nieuwenhuizen
2017-12-12
1
-0
/
+14
*
ac/nir: Don't load the descriptor in vulkan_resource_index.
Bas Nieuwenhuizen
2017-12-12
1
-5
/
+13
*
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: use a faster version for nir_op_pack_half_2x16
Samuel Pitoiset
2017-12-07
1
-11
/
+1
*
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
*
radv/wsi: Move the guts of QueuePresent to wsi common
Dave Airlie
2017-12-04
1
-87
/
+5
*
radv/wsi: drop allocate memory special case
Dave Airlie
2017-12-04
2
-20
/
+6
*
vulkan/wsi: Do image creation in common code
Jason Ekstrand
2017-12-04
1
-123
/
+1
*
vulkan/wsi: Implement prime in a completely generic way
Jason Ekstrand
2017-12-04
1
-117
/
+20
*
radv: Move wsi initialization later in physical_device_init
Jason Ekstrand
2017-12-04
1
-6
/
+7
*
radv/image: Implement the wsi "extension"
Jason Ekstrand
2017-12-04
2
-2
/
+12
*
radv: Implement VK_EXT_external_memory_dma_buf
Jason Ekstrand
2017-12-04
3
-12
/
+29
*
vulkan/wsi: Add a wsi_device_init function
Jason Ekstrand
2017-12-04
1
-1
/
+9
*
vulkan/wsi: Add a wsi_image structure
Daniel Stone
2017-12-04
1
-17
/
+14
*
vulkan/wsi: use function ptr definitions from the spec.
Dave Airlie
2017-12-04
1
-1
/
+2
*
ac: add si_nir_load_input_gs() to the abi
Timothy Arceri
2017-12-04
2
-14
/
+34
[next]