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 s/load/store/ copy-paste typo
Eric Engestrom
2019-09-24
1
-1
/
+1
*
radv: Add workaround for hang in The Surge 2.
Bas Nieuwenhuizen
2019-09-24
1
-0
/
+8
*
radv: remove dead shared variables
Daniel Schürmann
2019-09-19
1
-1
/
+1
*
radv/aco: enable VK_EXT_shader_demote_to_helper_invocation
Daniel Schürmann
2019-09-19
3
-0
/
+8
*
radv: enable clustered reductions
Daniel Schürmann
2019-09-19
1
-0
/
+1
*
radv/aco: Setup alternate path in RADV to support the experimental ACO compiler
Daniel Schürmann
2019-09-19
9
-103
/
+201
*
radv: Add DFSM support.
Bas Nieuwenhuizen
2019-09-18
1
-5
/
+17
*
radv: Disable dfsm by default even on Raven.
Bas Nieuwenhuizen
2019-09-18
2
-3
/
+4
*
radv: Only break batch on framebuffer change with dfsm.
Bas Nieuwenhuizen
2019-09-18
1
-1
/
+1
*
radv: never kill a NGG GS shader
Rhys Perry
2019-09-18
1
-1
/
+3
*
radv/gfx10: fix VK_KHR_pipeline_executable_properties with NGG GS
Samuel Pitoiset
2019-09-18
1
-4
/
+13
*
ac: move ac_get_num_physical_sgprs into radeon_info
Marek Olšák
2019-09-18
2
-3
/
+3
*
ac: move ac_get_max_wave64_per_simd into radeon_info
Marek Olšák
2019-09-18
1
-1
/
+1
*
ac: move num_sdp_interfaces into radeon_info
Marek Olšák
2019-09-18
1
-15
/
+1
*
ac: move PBB MAX_ALLOC_COUNT into radeon_info
Marek Olšák
2019-09-18
1
-31
/
+1
*
radv: fix loading 64-bit GS inputs
Samuel Pitoiset
2019-09-18
1
-0
/
+35
*
radv: fix writing depth/stencil clear values to image
Samuel Pitoiset
2019-09-18
1
-3
/
+4
*
radv: always emit a position export in gs copy shaders
Rhys Perry
2019-09-16
1
-1
/
+1
*
radv: keep GS threads with excessive emissions which could write to memory
Rhys Perry
2019-09-16
3
-4
/
+16
*
radv/gfx10: disable unsupported transform feedback features for NGG
Samuel Pitoiset
2019-09-16
1
-3
/
+3
*
radv/gfx10: implement NGG streamout
Samuel Pitoiset
2019-09-16
1
-7
/
+514
*
radv/gfx10: make sure to wait for idle before clearing GDS
Samuel Pitoiset
2019-09-16
1
-0
/
+8
*
radv/gfx10: make GDS idle when leaving the IB
Samuel Pitoiset
2019-09-16
1
-0
/
+7
*
radv/gfx10: enable NGG_WAVE_ID_EN for NGG streamout
Samuel Pitoiset
2019-09-16
1
-0
/
+2
*
radv/gfx10: gather GS output for VS as NGG
Samuel Pitoiset
2019-09-16
1
-0
/
+2
*
radv/gfx10: compute the correct buffer size for NGG streamout
Samuel Pitoiset
2019-09-16
1
-1
/
+10
*
radv/gfx10: fix unnecessary LDS overallocation for NGG GS
Samuel Pitoiset
2019-09-16
1
-7
/
+1
*
radv/gfx10: adjust the LDS size for VS/TES NGG streamout
Samuel Pitoiset
2019-09-16
1
-8
/
+9
*
radv/gfx10: unconditionally declare scratch space for NGG streamout without GS
Samuel Pitoiset
2019-09-16
1
-0
/
+22
*
radv/gfx10: adjust the GS NGG scratch size for streamout
Samuel Pitoiset
2019-09-16
2
-3
/
+19
*
radv/gfx10: allocate GDS/OA buffer objects for NGG streamout
Samuel Pitoiset
2019-09-16
3
-4
/
+70
*
radv/gfx10: implement NGG streamout begin/end functions
Samuel Pitoiset
2019-09-16
1
-6
/
+105
*
radv/gfx10: add an option to switch from legacy to NGG streamout
Samuel Pitoiset
2019-09-16
7
-24
/
+43
*
radv/winsys: add support for GS and OA domains
Samuel Pitoiset
2019-09-16
2
-1
/
+7
*
vulkan: add vk_x11_strict_image_count option
Lionel Landwerlin
2019-09-15
1
-0
/
+1
*
driconfig: add a new engine name/version parameter
Lionel Landwerlin
2019-09-15
1
-1
/
+3
*
radv: store engine name
Lionel Landwerlin
2019-09-15
2
-0
/
+16
*
radv: fix allocating number of user sgprs if streamout is used
Samuel Pitoiset
2019-09-13
1
-1
/
+1
*
radv/gfx10: declare a LDS symbol for the NGG emit space
Samuel Pitoiset
2019-09-10
3
-32
/
+19
*
radv: calculate GFX9 GS and GFX10 NGG states before compiling shader variants
Samuel Pitoiset
2019-09-10
1
-35
/
+48
*
radv: store the ESGS ring size as part of gfx10_ngg_info
Samuel Pitoiset
2019-09-10
2
-1
/
+3
*
radv: store GFX10 NGG state as part of the shader info
Samuel Pitoiset
2019-09-10
2
-44
/
+46
*
radv: store GFX9 GS state as part of the shader info
Samuel Pitoiset
2019-09-10
2
-31
/
+33
*
radv: fill shader info for all stages in the pipeline
Samuel Pitoiset
2019-09-10
4
-20
/
+130
*
radv: do not pass all compiler options to the shader info pass
Samuel Pitoiset
2019-09-10
3
-28
/
+33
*
radeonsi/gfx10: fix wave occupancy computations
Marek Olšák
2019-09-09
2
-4
/
+5
*
radv: add support for vk_x11_override_min_image_count
Eric Engestrom
2019-09-06
1
-0
/
+1
*
amd: move adaptive sync to performance section, as it is defined in xmlpool
Eric Engestrom
2019-09-06
1
-1
/
+1
*
amd: replace major llvm version checks with LLVM_VERSION_MAJOR
Eric Engestrom
2019-09-06
3
-6
/
+8
*
radv/gfx10: determine the number of vertices per primitive for TES
Samuel Pitoiset
2019-09-06
1
-1
/
+16
[next]