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: 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
*
radeonsi: add PKT3_CONTEXT_REG_RMW
Marek Olšák
2019-08-27
1
-0
/
+1
*
radv: make use of has_ls_vgpr_init_bug
Samuel Pitoiset
2019-08-27
3
-2
/
+3
*
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
6
-13
/
+13
*
ac: add has_tc_compat_zrange_bug to ac_gpu_info
Samuel Pitoiset
2019-08-27
6
-6
/
+7
*
ac: add has_gfx9_scissor_bug to ac_gpu_info
Samuel Pitoiset
2019-08-27
6
-8
/
+9
*
ac: add cpdma_prefetch_writes_memory to ac_gpu_info
Samuel Pitoiset
2019-08-27
5
-4
/
+4
*
ac: add has_out_of_order_rast to ac_gpu_info
Samuel Pitoiset
2019-08-27
5
-6
/
+6
*
ac: add has_load_ctx_reg_pkt to ac_gpu_info
Samuel Pitoiset
2019-08-27
5
-10
/
+8
*
ac: add has_rbplus to ac_gpu_info
Samuel Pitoiset
2019-08-27
5
-5
/
+7
*
ac: add has_dcc_constant_encode to ac_gpu_info
Samuel Pitoiset
2019-08-27
5
-8
/
+6
*
ac: add has_distributed_tess to ac_gpu_info
Samuel Pitoiset
2019-08-27
5
-6
/
+6
*
ac: add has_clear_state to ac_gpu_info
Samuel Pitoiset
2019-08-27
5
-16
/
+18
*
ac: drop llvm8 from some load/store helpers
Samuel Pitoiset
2019-08-27
1
-115
/
+75
*
radv: add mipmap support for the clear depth/stencil values
Samuel Pitoiset
2019-08-26
2
-27
/
+59
*
radv: add mipmap support for the TC-compat zrange bug
Samuel Pitoiset
2019-08-26
3
-24
/
+51
*
radv: allocate metadata space for mipmapped depth/stencil images
Samuel Pitoiset
2019-08-26
1
-2
/
+2
*
radv: decompress mipmapped depth/stencil images during transitions
Samuel Pitoiset
2019-08-26
3
-12
/
+7
*
radv: add mipmaps support for decompress/resummarize
Samuel Pitoiset
2019-08-26
1
-25
/
+32
*
radv: add radv_process_depth_image_layer() helper
Samuel Pitoiset
2019-08-26
1
-63
/
+75
*
ac/nir: Remove gfx9_stride_size_workaround_for_atomic
Connor Abbott
2019-08-26
3
-11
/
+1
*
ac/nir: add a workaround for viewing a slice of 3D as a 2D image
Connor Abbott
2019-08-26
1
-3
/
+32
*
radv: fix getting the index type size for uint8_t
Samuel Pitoiset
2019-08-26
1
-1
/
+1
*
radv: Change memory type order for GPUs without dedicated VRAM
Alex Smith
2019-08-24
1
-3
/
+15
*
radv: additional query fixes
Andres Rodriguez
2019-08-17
1
-7
/
+8
*
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
*
radv/gfx10: do not use NGG with NAVI14
Samuel Pitoiset
2019-08-23
1
-0
/
+1
*
radv/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0
Samuel Pitoiset
2019-08-23
1
-1
/
+2
*
ac,radv,radeonsi: remove LLVM 7 support
Samuel Pitoiset
2019-08-23
10
-302
/
+62
*
radv: Disable NGG for geometry shaders.
Bas Nieuwenhuizen
2019-08-22
1
-0
/
+20
*
ac: fix exclusive scans on GFX8-GFX9
Samuel Pitoiset
2019-08-22
1
-4
/
+3
[next]