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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac/nir: Set speculatable for buffer loads where allowed
Connor Abbott
2019-06-19
1
-3
/
+4
*
ac,radeonsi: Always mark buffer stores as inaccessiblememonly
Connor Abbott
2019-06-19
5
-74
/
+42
*
radv: disable viewport clamping even if FS doesn't write Z
Samuel Pitoiset
2019-06-19
1
-3
/
+1
*
radv: implement compressed FMASK texture reads with RADV_PERFTEST=tccompatcmask
Samuel Pitoiset
2019-06-19
7
-1
/
+103
*
radv: fix FMASK expand with SRGB formats
Samuel Pitoiset
2019-06-19
1
-1
/
+2
*
radv: adjust the DCC base VA for mipmapped color attachments
Samuel Pitoiset
2019-06-18
1
-0
/
+5
*
radv: fix color decompressions for FMASK/CMASK
Samuel Pitoiset
2019-06-18
1
-1
/
+2
*
radv: do not decompress levels without DCC with the graphics path
Samuel Pitoiset
2019-06-18
1
-15
/
+20
*
radv: do not decompress levels without DCC with the compute path
Samuel Pitoiset
2019-06-18
1
-0
/
+5
*
radv: check if DCC is enabled per mip not for the whole image
Samuel Pitoiset
2019-06-18
6
-19
/
+23
*
radv: Disable linear tiled compressed textures.
Bas Nieuwenhuizen
2019-06-18
1
-0
/
+4
*
radv: add mipmaps support for DCC decompression on compute
Samuel Pitoiset
2019-06-17
1
-52
/
+54
*
radv: add mipmaps support for color decompressions (DCC/FMASK/CMASK)
Samuel Pitoiset
2019-06-17
1
-99
/
+129
*
radv: set the DCC/FCE predicates from the base level
Samuel Pitoiset
2019-06-17
1
-0
/
+2
*
radv: load the fast color clear values from the base level
Samuel Pitoiset
2019-06-17
1
-6
/
+6
*
radv: store the DCC predicate for each mip
Samuel Pitoiset
2019-06-17
6
-26
/
+72
*
radv: store the FCE predicate for each mip
Samuel Pitoiset
2019-06-17
4
-10
/
+32
*
radv: store the fast color clear values for each mip
Samuel Pitoiset
2019-06-17
3
-13
/
+39
*
radv: allocate DCC metadata for each mip
Samuel Pitoiset
2019-06-17
1
-4
/
+4
*
amd: update addrlib
Marek Olšák
2019-06-17
27
-490
/
+641
*
radv: Add asserts that buffer descriptors are created with valid buffer formats.
Bas Nieuwenhuizen
2019-06-17
1
-0
/
+3
*
radv: Decompress DCC when the image format is not allowed for buffers.
Bas Nieuwenhuizen
2019-06-17
3
-2
/
+40
*
radv: make sure to init the DCC decompress compute path state
Samuel Pitoiset
2019-06-17
1
-0
/
+8
*
ac: make ac_compute_cmask() a static function
Samuel Pitoiset
2019-06-17
2
-7
/
+3
*
radv: rely on ac_compute_cmask() for CMASK info
Samuel Pitoiset
2019-06-17
1
-42
/
+3
*
radv: silent a compiler warning in radv_CmdPushDescriptorSetKHR()
Samuel Pitoiset
2019-06-17
1
-1
/
+1
*
ac: update llvm.amdgcn.icmp intrinsic name for LLVM 9+
Samuel Pitoiset
2019-06-17
1
-3
/
+4
*
ac: add radeon_info::is_amdgpu instead of checking drm_major == 3
Marek Olšák
2019-06-14
3
-9
/
+10
*
android: amd/common: fix missing include path
Mauro Rossi
2019-06-14
1
-0
/
+1
*
android: radv: fix necessary dependecies
Mauro Rossi
2019-06-14
1
-1
/
+11
*
ac/registers: use better names for disambiguated definitions
Marek Olšák
2019-06-13
1
-4
/
+4
*
ac/registers: remove deprecated/inapplicable definitions
Marek Olšák
2019-06-13
1
-180
/
+0
*
radv: enable AMD_shader_ballot with RADV_PERFTEST_SHADER_BALLOT ('shader_ball...
Daniel Schürmann
2019-06-13
5
-1
/
+9
*
amd/common: add support for AMD_shader_ballot functions
Daniel Schürmann
2019-06-13
1
-0
/
+20
*
spirv/nir: add support for AMD_shader_ballot and Groups capability
Daniel Schürmann
2019-06-13
1
-2
/
+3
*
radv: enable shader_subgroup_vote & shader_subgroup_ballot extensions
Daniel Schürmann
2019-06-13
1
-0
/
+2
*
radv: flush and invalidate CB before resetting query pools on GFX9
Samuel Pitoiset
2019-06-13
1
-0
/
+4
*
radv: Always disable DCC on shareable images.
Bas Nieuwenhuizen
2019-06-13
1
-3
/
+1
*
radv: Skip transitions coming from external queue.
Bas Nieuwenhuizen
2019-06-13
1
-0
/
+3
*
amd/rtld: layout and relocate LDS symbols
Nicolai Hähnle
2019-06-12
2
-19
/
+235
*
amd/common: use ARRAY_SIZE for the LLVM command line options
Nicolai Hähnle
2019-06-12
1
-2
/
+2
*
amd/common: add ac_compile_module_to_elf
Nicolai Hähnle
2019-06-12
2
-7
/
+83
*
radeonsi: use ac_shader_config
Nicolai Hähnle
2019-06-12
1
-0
/
+2
*
amd/common: add a more powerful runtime linker
Nicolai Hähnle
2019-06-12
5
-0
/
+655
*
amd/common: clarify ac_shader_binary::lds_size
Nicolai Hähnle
2019-06-12
1
-1
/
+1
*
amd/common: extract ac_parse_shader_binary_config
Nicolai Hähnle
2019-06-12
2
-34
/
+47
*
radv: fix VK_EXT_memory_budget if one heap isn't available
Samuel Pitoiset
2019-06-12
1
-27
/
+33
*
radv: fix occlusion queries on VegaM
Samuel Pitoiset
2019-06-12
1
-21
/
+27
*
radeonsi: use the ac helper for index buffer stores in the culling shader
Marek Olšák
2019-06-11
3
-3
/
+5
*
radv: assert on inline uniform blocks in radv_CmdPushDescriptorSetKHR()
Samuel Iglesias Gonsálvez
2019-06-11
1
-0
/
+8
[next]