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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-3
/
+19
*
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
*
amd: replace major llvm version checks with LLVM_VERSION_MAJOR
Eric Engestrom
2019-09-06
3
-14
/
+18
*
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
2
-0
/
+7
*
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
*
ac: drop now useless lookup_interp_param from ABI
Samuel Pitoiset
2019-08-30
2
-8
/
+32
*
ac: import linear/perspective PS input parameters from radv/radeonsi
Samuel Pitoiset
2019-08-30
1
-0
/
+9
*
radeonsi: add PKT3_CONTEXT_REG_RMW
Marek Olšák
2019-08-27
1
-0
/
+1
*
ac: add has_ls_vgpr_init_bug to ac_gpu_info
Samuel Pitoiset
2019-08-27
2
-0
/
+4
*
ac: add has_msaa_sample_loc_bug to ac_gpu_info
Samuel Pitoiset
2019-08-27
2
-0
/
+6
*
ac: add rbplus_allowed to ac_gpu_info
Samuel Pitoiset
2019-08-27
2
-0
/
+11
*
ac: add has_tc_compat_zrange_bug to ac_gpu_info
Samuel Pitoiset
2019-08-27
2
-0
/
+4
*
ac: add has_gfx9_scissor_bug to ac_gpu_info
Samuel Pitoiset
2019-08-27
2
-0
/
+6
*
ac: add cpdma_prefetch_writes_memory to ac_gpu_info
Samuel Pitoiset
2019-08-27
2
-0
/
+3
*
ac: add has_out_of_order_rast to ac_gpu_info
Samuel Pitoiset
2019-08-27
2
-0
/
+4
*
ac: add has_load_ctx_reg_pkt to ac_gpu_info
Samuel Pitoiset
2019-08-27
2
-0
/
+6
*
ac: add has_rbplus to ac_gpu_info
Samuel Pitoiset
2019-08-27
2
-0
/
+4
*
ac: add has_dcc_constant_encode to ac_gpu_info
Samuel Pitoiset
2019-08-27
2
-0
/
+5
*
ac: add has_distributed_tess to ac_gpu_info
Samuel Pitoiset
2019-08-27
2
-0
/
+4
*
ac: add has_clear_state to ac_gpu_info
Samuel Pitoiset
2019-08-27
2
-0
/
+7
*
ac: drop llvm8 from some load/store helpers
Samuel Pitoiset
2019-08-27
1
-115
/
+75
*
ac/nir: Remove gfx9_stride_size_workaround_for_atomic
Connor Abbott
2019-08-26
2
-5
/
+1
*
ac/nir: add a workaround for viewing a slice of 3D as a 2D image
Connor Abbott
2019-08-26
1
-3
/
+32
*
ac/nir: Assert GS input index is constant
Connor Abbott
2019-08-23
1
-0
/
+1
*
ac/nir: Handle const array offsets in get_deref_offset()
Connor Abbott
2019-08-23
1
-6
/
+11
*
ac,radv,radeonsi: remove LLVM 7 support
Samuel Pitoiset
2019-08-23
6
-290
/
+58
*
ac: fix exclusive scans on GFX8-GFX9
Samuel Pitoiset
2019-08-22
1
-4
/
+3
*
nir: Add explicit signs to image min/max intrinsics
Jason Ekstrand
2019-08-21
1
-17
/
+30
*
radeonsi/nir: always lower ballot masks as 64-bit, codegen handles it
Marek Olšák
2019-08-19
3
-2
/
+11
*
ac/nir: set image=true when loading FMASK for images
Marek Olšák
2019-08-19
1
-1
/
+1
*
ac/nir: Fix store_scratch with a non-full writemask
Connor Abbott
2019-08-18
3
-5
/
+42
*
radeonsi: add support for Renoir
Marek Olšák
2019-08-14
3
-1
/
+4
*
radeonsi/nir: implement default tess level system values
Marek Olšák
2019-08-12
2
-3
/
+10
*
compiler: add SYSTEM_VALUE_USER_DATA_AMD
Marek Olšák
2019-08-12
2
-0
/
+5
*
compiler: add ACCESS_STREAM_CACHE_POLICY
Marek Olšák
2019-08-12
1
-0
/
+3
*
amd: prepare dropping include of p_compiler.h
Lionel Landwerlin
2019-08-09
2
-3
/
+4
*
radeonsi: add support for nir atomic_inc_wrap/atomic_dec_wrap
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+25
*
ac: add ac_atomic_inc_wrap / ac_atomic_dec_wrap support
Pierre-Eric Pelloux-Prayer
2019-08-06
2
-0
/
+4
*
radeonsi/nir: handle key.mono.u.ps.interpolate_at_sample_force_center
Marek Olšák
2019-08-06
2
-0
/
+4
*
ac/nir: Use correct cast for readfirstlane and ptrs.
Bas Nieuwenhuizen
2019-08-06
1
-0
/
+2
*
ac/nir: Lower large indirect variables to scratch
Connor Abbott
2019-08-05
1
-0
/
+54
*
ac/nir,radv: Optimize bounds check for 64 bit CAS.
Bas Nieuwenhuizen
2019-08-02
2
-17
/
+27
*
ac/nir: Implement LLVM9 64-bit buffer compare & exchange.
Bas Nieuwenhuizen
2019-08-02
1
-4
/
+64
*
Revert "ac/nir: handle negate modifier"
Connor Abbott
2019-08-02
1
-12
/
+1
*
Revert "ac/nir: handle abs modifier"
Connor Abbott
2019-08-02
1
-30
/
+11
[next]