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
*
radv: Add debug option to dump meta shaders.
Timur Kristóf
2019-09-26
3
-2
/
+6
*
amd/common: Introduce ac_get_fs_input_vgpr_cnt.
Timur Kristóf
2019-09-26
3
-33
/
+60
*
radv: Set shared VGPR count in radv_postprocess_config.
Timur Kristóf
2019-09-26
2
-2
/
+18
*
amd/common: Add num_shared_vgprs to ac_shader_config for GFX10.
Timur Kristóf
2019-09-26
2
-0
/
+20
*
amd/common: Extract some helper functions to ac_shader_util.
Timur Kristóf
2019-09-26
5
-117
/
+131
*
amd/common: Move ac_export_mrt_z to ac_llvm_build.
Timur Kristóf
2019-09-26
4
-75
/
+76
*
aco: CSE readlane/readfirstlane/permute/reduce with the same exec mask
Rhys Perry
2019-09-26
2
-9
/
+37
*
aco: don't CSE v_readlane_b32/v_readfirstlane_b32
Rhys Perry
2019-09-26
1
-0
/
+4
*
aco,radv: rename record_llvm_ir/llvm_ir_string to record_ir/ir_string
Rhys Perry
2019-09-26
6
-18
/
+18
*
radv/aco: return a correct name and description for the backend IR
Rhys Perry
2019-09-26
3
-2
/
+9
*
aco: store printed backend IR in binary
Rhys Perry
2019-09-26
1
-4
/
+21
*
aco,radv/aco: get dissassembly for release builds if requested
Rhys Perry
2019-09-26
2
-10
/
+2
*
radv/aco: actually disable ACO when unsupported
Rhys Perry
2019-09-26
1
-1
/
+0
*
aco: check for duplicate opcode numbers
Rhys Perry
2019-09-25
1
-0
/
+25
*
aco: fix opcode for s_mul_hi_i32
Rhys Perry
2019-09-25
1
-1
/
+1
*
aco: fix v_subrev_co_u32_e64 opcode
Rhys Perry
2019-09-25
1
-1
/
+1
*
aco: fix GFX9 opcode for v_xad_u32
Rhys Perry
2019-09-25
1
-1
/
+1
*
aco: implement 64-bit ineg
Rhys Perry
2019-09-25
2
-2
/
+17
*
aco: run nir_lower_int64() before nir_lower_idiv()
Rhys Perry
2019-09-25
1
-3
/
+3
*
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
*
ac/nir: force unnormalized coordinates for RECT
Marek Olšák
2019-09-23
1
-1
/
+3
*
ac/nir: port Z compare value clamping from radeonsi
Marek Olšák
2019-09-23
1
-9
/
+25
*
ac: stop using PCI IDs for chip identification
Marek Olšák
2019-09-23
1
-15
/
+58
*
ac/addrlib: fix chip identification for Vega10, Arcturus, Raven2, Renoir
Marek Olšák
2019-09-23
1
-10
/
+5
*
aco: only emit waitcnt on loop continues if we there was some load or export
Daniel Schürmann
2019-09-23
1
-1
/
+1
*
amd: Build aco only if radv is enabled
Bas Nieuwenhuizen
2019-09-21
1
-1
/
+1
*
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
11
-103
/
+205
*
aco: Initial commit of independent AMD compiler
Daniel Schürmann
2019-09-19
31
-0
/
+25572
*
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_vgprs into radeon_info
Marek Olšák
2019-09-18
2
-10
/
+2
*
ac: move ac_get_num_physical_sgprs into radeon_info
Marek Olšák
2019-09-18
4
-15
/
+15
*
ac: move ac_get_max_wave64_per_simd into radeon_info
Marek Olšák
2019-09-18
3
-17
/
+5
*
ac: move num_sdp_interfaces into radeon_info
Marek Olšák
2019-09-18
3
-15
/
+16
*
ac: move PBB MAX_ALLOC_COUNT into radeon_info
Marek Olšák
2019-09-18
3
-31
/
+34
*
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
*
ac: Remove DEBUG workaround
Michel Dänzer
2019-09-17
1
-6
/
+0
*
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
[next]