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
*
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
*
radv: add RADV_DEBUG=allentrypoints
Andres Rodriguez
2019-08-21
2
-8
/
+20
*
nir: Add explicit signs to image min/max intrinsics
Jason Ekstrand
2019-08-21
2
-21
/
+38
*
radv: implement VK_AMD_shader_core_properties2
Samuel Pitoiset
2019-08-21
2
-0
/
+10
*
radv: force enable VK_AMD_shader_ballot for Wolfenstein Youngblood
Samuel Pitoiset
2019-08-21
1
-0
/
+8
*
radv: add a new debug option called RADV_DEBUG=noshaderballot
Samuel Pitoiset
2019-08-21
2
-0
/
+2
*
radv: allow to enable VK_AMD_shader_ballot only on GFX8+
Samuel Pitoiset
2019-08-21
2
-2
/
+3
*
radv: Emit VGT_GS_ONCHIP_CNTL for tess on GFX10.
Bas Nieuwenhuizen
2019-08-21
1
-0
/
+8
*
radv: Use correct vgpr_comp_cnt for VS if both prim_id and instance_id are ne...
Bas Nieuwenhuizen
2019-08-21
1
-2
/
+4
*
radv/gfx10: hardcode some depth+stencil formats in the format table
Samuel Pitoiset
2019-08-21
1
-0
/
+5
*
radv/gfx10: tidy up gfx10_format_table.py
Samuel Pitoiset
2019-08-21
1
-11
/
+9
*
radv/gfx10: do not emit PA_SC_TILE_STEERING_OVERRIDE twice
Samuel Pitoiset
2019-08-20
1
-2
/
+0
*
radv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU 3.6.0+
Samuel Pitoiset
2019-08-20
2
-6
/
+12
*
radv: Add Renoir support.
Bas Nieuwenhuizen
2019-08-19
2
-3
/
+6
*
radeonsi/nir: always lower ballot masks as 64-bit, codegen handles it
Marek Olšák
2019-08-19
4
-4
/
+14
*
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
*
Revert "radv/gfx10: Enable DCC for storage images."
Bas Nieuwenhuizen
2019-08-16
3
-18
/
+4
*
Revert "radv: Do not decompress on LAYOUT_GENERAL."
Bas Nieuwenhuizen
2019-08-16
1
-3
/
+3
*
radeonsi: add support for Renoir
Marek Olšák
2019-08-14
5
-1
/
+11
*
nir: merge and extend nir_opt_move_comparisons and nir_opt_move_load_ubo
Rhys Perry
2019-08-12
1
-1
/
+1
*
radv: Enable VK_KHR_pipeline_executable_properties.
Bas Nieuwenhuizen
2019-08-12
2
-1
/
+7
*
radv: Implement radv_GetPipelineExecutableStatisticsKHR.
Bas Nieuwenhuizen
2019-08-12
1
-0
/
+103
*
radv: Implement radv_GetPipelineExecutableInternalRepresentationsKHR.
Bas Nieuwenhuizen
2019-08-12
1
-5
/
+104
*
radv: Implement radv_GetPipelineExecutablePropertiesKHR.
Bas Nieuwenhuizen
2019-08-12
1
-0
/
+111
*
radv: Keep shader info when needed.
Bas Nieuwenhuizen
2019-08-12
4
-23
/
+36
[next]