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
*
radv: fix allocating number of user sgprs if streamout is used
Samuel Pitoiset
2019-09-13
1
-1
/
+1
*
ac: replace HAVE_LLVM with LLVM_VERSION_MAJOR for atomic-optimizations
Marek Olšák
2019-09-11
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: move texture storage allocation outside of radeonsi
Marek Olšák
2019-09-09
2
-2
/
+65
*
radeonsi: move HTILE allocation outside of radeonsi
Marek Olšák
2019-09-09
2
-3
/
+11
*
ac/surface: add RADEON_SURF_NO_FMASK
Marek Olšák
2019-09-09
2
-4
/
+8
*
radeonsi/gfx10: fix wave occupancy computations
Marek Olšák
2019-09-09
3
-7
/
+24
*
ac: use fma on gfx10
Marek Olšák
2019-09-09
2
-1
/
+9
*
ac: enable LLVM atomic optimizations
Marek Olšák
2019-09-09
1
-1
/
+9
*
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
6
-20
/
+26
*
radv/gfx10: determine the number of vertices per primitive for TES
Samuel Pitoiset
2019-09-06
1
-1
/
+16
*
radv/gfx10: make use the output usage mask when exporting NGG GS params
Samuel Pitoiset
2019-09-06
1
-3
/
+8
*
radv/gfx10: account for the subpass view for the NGG GS storage
Samuel Pitoiset
2019-09-06
1
-0
/
+3
*
radv: calculate esgs_itemsize in the shader info pass
Samuel Pitoiset
2019-09-06
2
-14
/
+20
*
radv: calculate the GSVS vertex size in the shader info pass
Samuel Pitoiset
2019-09-06
2
-15
/
+11
*
radv: gather primitive ID in the shader info pass
Samuel Pitoiset
2019-09-06
2
-3
/
+17
*
radv: gather layer in the shader info pass
Samuel Pitoiset
2019-09-06
2
-10
/
+20
*
radv: gather viewport in the shader info pass
Samuel Pitoiset
2019-09-06
2
-8
/
+3
*
radv: gather pointsize in the shader info pass
Samuel Pitoiset
2019-09-06
2
-8
/
+3
*
radv: gather clip/cull distances in the shader info pass
Samuel Pitoiset
2019-09-06
2
-21
/
+25
*
radv: move ac_fill_shader_info() to radv_nir_shader_info_pass()
Samuel Pitoiset
2019-09-06
2
-45
/
+38
*
radv: merge radv_shader_variant_info into radv_shader_info
Samuel Pitoiset
2019-09-06
6
-293
/
+275
*
radv/gfx10: always set ballot_mask_bits to 64
Samuel Pitoiset
2019-09-06
1
-2
/
+1
*
nir: allow specifying filter callback in lower_alu_to_scalar
Vasily Khoruzhick
2019-09-06
1
-1
/
+1
*
radv: Call nir_propagate_invariant()
Connor Abbott
2019-09-05
1
-0
/
+2
*
ac/nir: Enable nir_opt_large_constants
Connor Abbott
2019-09-05
1
-0
/
+7
*
ac/nir: Support load_constant intrinsics
Connor Abbott
2019-09-05
1
-0
/
+55
*
radv/radeonsi: Don't count read-only data when reporting code size
Connor Abbott
2019-09-05
5
-3
/
+13
*
ac/nir: Fix gather4 integer wa with unnormalized coordinates
Connor Abbott
2019-09-03
1
-4
/
+26
*
ac/nir: Rewrite gather4 integer workaround based on radeonsi
Connor Abbott
2019-09-03
1
-65
/
+85
*
radv: keep a pointer to a NIR shader into radv_shader_context
Samuel Pitoiset
2019-08-30
1
-36
/
+24
*
radv: move setting can_discard to ac_fill_shader_info()
Samuel Pitoiset
2019-08-30
1
-1
/
+1
*
radv: replace ac_nir_build_if by ac_build_ifcc
Samuel Pitoiset
2019-08-30
1
-107
/
+13
*
radv: remove radv_init_llvm_target() helper
Samuel Pitoiset
2019-08-30
1
-33
/
+1
*
radv: remove useless ac_llvm_util.h include from the WSI code
Samuel Pitoiset
2019-08-30
1
-1
/
+0
*
radv: remove unused shader_info parameter in ac_compile_llvm_module()
Samuel Pitoiset
2019-08-30
1
-3
/
+2
*
radv: remove some unused fields from radv_shader_context
Samuel Pitoiset
2019-08-30
1
-2
/
+0
*
radv: move lowering PS inputs/outputs at the right place
Samuel Pitoiset
2019-08-30
3
-5
/
+8
*
radv: gather info about PS inputs in the shader info pass
Samuel Pitoiset
2019-08-30
4
-74
/
+53
*
ac: drop now useless lookup_interp_param from ABI
Samuel Pitoiset
2019-08-30
3
-39
/
+32
*
ac: import linear/perspective PS input parameters from radv/radeonsi
Samuel Pitoiset
2019-08-30
2
-17
/
+23
*
radv/gfx10: compute the LDS size for exporting PrimID for VS
Samuel Pitoiset
2019-08-29
1
-0
/
+9
[next]