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: move ac_shader_{binary,reloc} into r600 and rename
Nicolai Hähnle
2019-07-04
2
-39
/
+0
*
amd/common: removed unused ac_shader_binary functions
Nicolai Hähnle
2019-07-04
2
-240
/
+0
*
amd/common: remove unused ac_compile_module_to_binary
Nicolai Hähnle
2019-07-04
2
-16
/
+0
*
radv: Switch to using rtld.
Bas Nieuwenhuizen
2019-07-04
3
-49
/
+35
*
radv: Move more stuff to variant create time.
Bas Nieuwenhuizen
2019-07-04
2
-61
/
+65
*
radv: Add the concept of radv shader binaries.
Bas Nieuwenhuizen
2019-07-04
6
-233
/
+346
*
radv: Add export_prim_id to the shader variant info.
Bas Nieuwenhuizen
2019-07-04
3
-2
/
+6
*
radv: use last nir shader to determine stage in postprocessing
Bas Nieuwenhuizen
2019-07-04
1
-1
/
+1
*
radv: Merge rsrc1/rsrc2 fields with the config fields.
Bas Nieuwenhuizen
2019-07-04
4
-46
/
+39
*
radv: do not crash when generating binning state for unknown chips
Samuel Pitoiset
2019-07-04
1
-22
/
+22
*
radv: fix potential crash in the compute resolve path
Samuel Pitoiset
2019-07-04
1
-2
/
+3
*
ac: rework ac_build_waitcnt for gfx10
Marek Olšák
2019-07-03
3
-14
/
+49
*
radeonsi/gfx10: set PA_SC_TILE_STEERING_OVERRIDE
Marek Olšák
2019-07-03
2
-0
/
+3
*
amd/common/gfx10: set DLC for llvm.amdgcn.s.buffer.load
Nicolai Hähnle
2019-07-03
1
-3
/
+1
*
radeonsi/gfx10: set DLC for loads when GLC is set
Marek Olšák
2019-07-03
3
-12
/
+26
*
radeonsi/gfx10: implement hardware MSAA resolve
Nicolai Hähnle
2019-07-03
2
-1
/
+2
*
radeonsi/gfx10: implement gfx10_shader_ngg
Nicolai Hähnle
2019-07-03
1
-0
/
+1
*
ac/surface/gfx10: allow "rotated" micro mode
Nicolai Hähnle
2019-07-03
2
-8
/
+8
*
ac/surface/gfx10: DCC is only supported with SW_64KB_{Z,R}_X modes
Nicolai Hähnle
2019-07-03
1
-3
/
+10
*
amd/addrlib/gfx10: forbid DCC for swizzle modes which the hardware does not s...
Nicolai Hähnle
2019-07-03
1
-3
/
+2
*
amd/addrlib/gfx10: fix assertion in Addr2IsValidDisplaySwizzleMode
Nicolai Hähnle
2019-07-03
1
-0
/
+1
*
amd/common/gfx10: print gfx10 registers in debug dumps
Nicolai Hähnle
2019-07-03
1
-1
/
+3
*
amd/common/gfx10: CMASK is only used for FMASK
Nicolai Hähnle
2019-07-03
1
-2
/
+3
*
amd/common/gfx10: support new tbuffer encoding
Nicolai Hähnle
2019-07-03
1
-2
/
+45
*
amd/common/gfx10: pad shader buffers for instruction prefetch
Nicolai Hähnle
2019-07-03
1
-0
/
+19
*
amd/common/gfx10: implement scan & reduce operations
Nicolai Hähnle
2019-07-03
1
-8
/
+104
*
amd/common/gfx10: add GS_ALLOC_REQ message define
Nicolai Hähnle
2019-07-03
1
-0
/
+1
*
amd/common/gfx10: print out GCR_CNTL as part of {ACQUIRE,RELEASE}_MEM
Nicolai Hähnle
2019-07-03
1
-11
/
+17
*
amd/common/gfx10: add register JSON
Nicolai Hähnle
2019-07-03
8
-23
/
+22377
*
amd/common: add GFX10 chips
Nicolai Hähnle
2019-07-03
4
-4
/
+25
*
radv: gfx10 is not supported
Nicolai Hähnle
2019-07-03
1
-0
/
+3
*
amd/addrlib: add gfx10 support
Marek Olšák
2019-07-03
19
-40
/
+12176
*
radv: Support VK_EXT_queue_family_foreign.
Bas Nieuwenhuizen
2019-07-03
3
-3
/
+7
*
radv: Fix interactions between variable descriptor count and inline uniform b...
Bas Nieuwenhuizen
2019-07-03
1
-1
/
+5
*
radv: only allocate a 32-bit value for the TC-compat range metadata
Samuel Pitoiset
2019-07-03
1
-2
/
+2
*
radv: remove unused code in radv_update_tc_compat_zrange_metadata()
Samuel Pitoiset
2019-07-03
1
-2
/
+0
*
radv: add radv_get_depth_pipeline() helper
Samuel Pitoiset
2019-07-03
1
-25
/
+41
*
radv: enable DCC for layers on GFX8
Samuel Pitoiset
2019-07-02
1
-9
/
+23
*
radv: do not enable DCC for mipmapped arrays because performance is worse
Samuel Pitoiset
2019-07-02
1
-0
/
+4
*
radv: implement clearing DCC layers on GFX8
Samuel Pitoiset
2019-07-02
2
-4
/
+7
*
radv: merge radv_dcc_clear_level() into radv_clear_dcc()
Samuel Pitoiset
2019-07-02
1
-30
/
+22
*
radv: add support for decompressing DCC layers with compute
Samuel Pitoiset
2019-07-02
1
-51
/
+53
*
ac: compute the DCC fast clear size per slice on GFX8
Samuel Pitoiset
2019-07-02
2
-0
/
+28
*
ac: compute the size of one DCC slice on GFX8
Samuel Pitoiset
2019-07-02
2
-0
/
+7
*
radv: Only allocate supplied number of descriptors when variable.
Bas Nieuwenhuizen
2019-07-01
1
-1
/
+7
*
nir: Add lower_rotate flag and set to true in all drivers
Sagar Ghuge
2019-07-01
1
-0
/
+1
*
radv: rework how the number of VGPRs is computed
Samuel Pitoiset
2019-07-01
3
-26
/
+31
*
radv: gather if a vertex shaders needs the instance ID
Samuel Pitoiset
2019-07-01
1
-4
/
+14
*
radv: fix decompressing DCC levels with compute
Samuel Pitoiset
2019-07-01
1
-1
/
+7
*
radv: the number of VGPR_COMP_CNT for GS is expected to be 0 on GFX8
Samuel Pitoiset
2019-07-01
1
-1
/
+1
[next]