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
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Switch to using rtld.
Bas Nieuwenhuizen
2019-07-04
3
-49
/
+35
*
radv: Move more stuff to variant create time.
Bas Nieuwenhuizen
2019-07-04
2
-61
/
+65
*
radv: Add the concept of radv shader binaries.
Bas Nieuwenhuizen
2019-07-04
6
-233
/
+346
*
radv: Add export_prim_id to the shader variant info.
Bas Nieuwenhuizen
2019-07-04
3
-2
/
+6
*
radv: use last nir shader to determine stage in postprocessing
Bas Nieuwenhuizen
2019-07-04
1
-1
/
+1
*
radv: Merge rsrc1/rsrc2 fields with the config fields.
Bas Nieuwenhuizen
2019-07-04
4
-46
/
+39
*
radv: do not crash when generating binning state for unknown chips
Samuel Pitoiset
2019-07-04
1
-22
/
+22
*
radv: fix potential crash in the compute resolve path
Samuel Pitoiset
2019-07-04
1
-2
/
+3
*
amd/common/gfx10: add register JSON
Nicolai Hähnle
2019-07-03
3
-5
/
+5
*
radv: gfx10 is not supported
Nicolai Hähnle
2019-07-03
1
-0
/
+3
*
radv: Support VK_EXT_queue_family_foreign.
Bas Nieuwenhuizen
2019-07-03
3
-3
/
+7
*
radv: Fix interactions between variable descriptor count and inline uniform b...
Bas Nieuwenhuizen
2019-07-03
1
-1
/
+5
*
radv: only allocate a 32-bit value for the TC-compat range metadata
Samuel Pitoiset
2019-07-03
1
-2
/
+2
*
radv: remove unused code in radv_update_tc_compat_zrange_metadata()
Samuel Pitoiset
2019-07-03
1
-2
/
+0
*
radv: add radv_get_depth_pipeline() helper
Samuel Pitoiset
2019-07-03
1
-25
/
+41
*
radv: enable DCC for layers on GFX8
Samuel Pitoiset
2019-07-02
1
-9
/
+23
*
radv: do not enable DCC for mipmapped arrays because performance is worse
Samuel Pitoiset
2019-07-02
1
-0
/
+4
*
radv: implement clearing DCC layers on GFX8
Samuel Pitoiset
2019-07-02
2
-4
/
+7
*
radv: merge radv_dcc_clear_level() into radv_clear_dcc()
Samuel Pitoiset
2019-07-02
1
-30
/
+22
*
radv: add support for decompressing DCC layers with compute
Samuel Pitoiset
2019-07-02
1
-51
/
+53
*
radv: Only allocate supplied number of descriptors when variable.
Bas Nieuwenhuizen
2019-07-01
1
-1
/
+7
*
nir: Add lower_rotate flag and set to true in all drivers
Sagar Ghuge
2019-07-01
1
-0
/
+1
*
radv: rework how the number of VGPRs is computed
Samuel Pitoiset
2019-07-01
3
-26
/
+31
*
radv: gather if a vertex shaders needs the instance ID
Samuel Pitoiset
2019-07-01
1
-4
/
+14
*
radv: fix decompressing DCC levels with compute
Samuel Pitoiset
2019-07-01
1
-1
/
+7
*
radv: the number of VGPR_COMP_CNT for GS is expected to be 0 on GFX8
Samuel Pitoiset
2019-07-01
1
-1
/
+1
*
radv: reduce number of VGPRs for TESS_EVAL if primitive ID is not used
Samuel Pitoiset
2019-07-01
1
-3
/
+10
*
radv: make sure to mark the image as compressed when clearing DCC levels
Samuel Pitoiset
2019-07-01
3
-27
/
+8
*
radv: only enable VK_AMD_gpu_shader_{half_float,int16} on GFX9+
Samuel Pitoiset
2019-06-28
1
-2
/
+2
*
radv: add si_emit_ia_multi_vgt_param() helper
Samuel Pitoiset
2019-06-28
1
-9
/
+25
*
radv: only export clip/cull distances if PS reads them
Samuel Pitoiset
2019-06-27
3
-4
/
+15
*
radv: fix FMASK expand if layerCount is VK_REMAINING_ARRAY_LAYERS
Samuel Pitoiset
2019-06-27
1
-1
/
+1
*
radv: rename and re-document cache flush flags
Samuel Pitoiset
2019-06-25
10
-58
/
+62
*
radv: set DISABLE_CONSTANT_ENCODE_REG to 1 for Raven2
Samuel Pitoiset
2019-06-25
3
-1
/
+9
*
radv: clear CMASK layers instead of the whole buffer on GFX8
Samuel Pitoiset
2019-06-25
5
-17
/
+32
*
radv: clear FMASK layers instead of the whole buffer on GFX8
Samuel Pitoiset
2019-06-25
6
-10
/
+29
*
radv: always initialize levels without DCC as fully expanded
Samuel Pitoiset
2019-06-25
1
-17
/
+15
*
amd/common: lower bitfield_extract to ubfe/ibfe.
Daniel Schürmann
2019-06-24
1
-0
/
+1
*
amd/common: lower bitfield_insert to bfm & bitfield_select
Daniel Schürmann
2019-06-24
1
-0
/
+1
*
radv: add support for VK_AMD_buffer_marker
Samuel Pitoiset
2019-06-24
2
-0
/
+36
*
android: winsys/amdgpu,radv: fix generated amdgfxregs.h header dependecies
Mauro Rossi
2019-06-21
1
-1
/
+1
*
radv: add support for VK_KHR_depth_stencil_resolve
Samuel Pitoiset
2019-06-21
2
-0
/
+22
*
radv: pass sample locations for transitions before depth/stencil resolves
Samuel Pitoiset
2019-06-21
3
-1
/
+34
*
radv: clear the depth/stencil resolve attachment if necessary
Samuel Pitoiset
2019-06-21
1
-18
/
+55
*
radv: decompress HTILE if the resolve src image is compressed
Samuel Pitoiset
2019-06-21
1
-1
/
+17
*
radv: select the depth/stencil resolve method based on some conditions
Samuel Pitoiset
2019-06-21
1
-13
/
+65
*
radv: implement all depth/stencil resolve modes using compute
Samuel Pitoiset
2019-06-21
2
-0
/
+522
*
radv: implement all depth/stencil resolve modes using graphics
Samuel Pitoiset
2019-06-21
2
-0
/
+614
*
radv: record if a render pass has depth/stencil resolve attachments
Samuel Pitoiset
2019-06-21
2
-1
/
+29
*
radv: rename has_resolve to has_color_resolve
Samuel Pitoiset
2019-06-21
3
-5
/
+5
[next]