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
/
radv_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: add an option for disabling NGG on GFX10
Samuel Pitoiset
2019-07-17
1
-0
/
+1
*
radv/gfx10: disable the TC compat zrange workaround
Samuel Pitoiset
2019-07-17
1
-0
/
+2
*
radv/gfx10: enable geometry shaders
Samuel Pitoiset
2019-07-11
1
-1
/
+1
*
radv/gfx10: Enable tess.
Bas Nieuwenhuizen
2019-07-09
1
-1
/
+1
*
radv/gfx10: Use correct count of max_offchip_buffers.
Bas Nieuwenhuizen
2019-07-09
1
-1
/
+4
*
radv/gfx10: Load global pointers in correct userdata registers for hs/gs.
Bas Nieuwenhuizen
2019-07-09
1
-2
/
+2
*
radv: do not emit VGT_FLUSH on GFX10
Samuel Pitoiset
2019-07-08
1
-2
/
+5
*
radv/gfx10: double the number of tessellation offchip buffers per SE
Samuel Pitoiset
2019-07-07
1
-3
/
+5
*
radv/gfx10: disable geometry and tessellation shaders
Samuel Pitoiset
2019-07-07
1
-2
/
+2
*
radv/gfx10: disable binning
Samuel Pitoiset
2019-07-07
1
-1
/
+2
*
radv/gfx10: disable CLEAR_STATE
Samuel Pitoiset
2019-07-07
1
-1
/
+2
*
radv/gfx10: set the DCC constant encoding flag
Samuel Pitoiset
2019-07-07
1
-1
/
+2
*
radv/gfx10: mask DCC tile swizzle by alignment
Samuel Pitoiset
2019-07-07
1
-1
/
+4
*
radv/gfx10: implement fill_geom_tess_rings()
Samuel Pitoiset
2019-07-07
1
-20
/
+57
*
radv/gfx10: implement radv_init_sampler()
Samuel Pitoiset
2019-07-07
1
-6
/
+13
*
radv/gfx10: implement radv_get_device_name()
Samuel Pitoiset
2019-07-07
1
-0
/
+3
*
radv/gfx10: set RADV_FORCE_FAMILY
Samuel Pitoiset
2019-07-07
1
-1
/
+3
*
radv/gfx10: implement radv_emit_global_shader_pointers()
Samuel Pitoiset
2019-07-07
1
-1
/
+11
*
radv/gfx10: implement radv_emit_tess_factor_ring()
Samuel Pitoiset
2019-07-07
1
-1
/
+5
*
radv/gfx10: implement radv_initialise_ds_surface()
Samuel Pitoiset
2019-07-07
1
-8
/
+23
*
radv/gfx10: implement radv_initialise_color_surface()
Samuel Pitoiset
2019-07-07
1
-10
/
+26
*
radv/gfx10: implement radv_init_dcc_control_reg()
Samuel Pitoiset
2019-07-07
1
-22
/
+32
*
amd/common/gfx10: add register JSON
Nicolai Hähnle
2019-07-03
1
-3
/
+3
*
radv: rename and re-document cache flush flags
Samuel Pitoiset
2019-06-25
1
-6
/
+6
*
radv: set DISABLE_CONSTANT_ENCODE_REG to 1 for Raven2
Samuel Pitoiset
2019-06-25
1
-0
/
+2
*
radv: add support for VK_KHR_depth_stencil_resolve
Samuel Pitoiset
2019-06-21
1
-0
/
+21
*
radv: implement compressed FMASK texture reads with RADV_PERFTEST=tccompatcmask
Samuel Pitoiset
2019-06-19
1
-0
/
+15
*
radv: adjust the DCC base VA for mipmapped color attachments
Samuel Pitoiset
2019-06-18
1
-0
/
+5
*
radv: check if DCC is enabled per mip not for the whole image
Samuel Pitoiset
2019-06-18
1
-1
/
+1
*
radv: enable AMD_shader_ballot with RADV_PERFTEST_SHADER_BALLOT ('shader_ball...
Daniel Schürmann
2019-06-13
1
-0
/
+3
*
radv: fix VK_EXT_memory_budget if one heap isn't available
Samuel Pitoiset
2019-06-12
1
-27
/
+33
*
radv: enable VK_EXT_sample_locations
Samuel Pitoiset
2019-06-07
1
-8
/
+0
*
amd/common: use generated register header
Nicolai Hähnle
2019-06-03
1
-1
/
+0
*
radv: enable transformFeedbackStreamsLinesTriangles
Samuel Pitoiset
2019-05-30
1
-1
/
+1
*
radv: implement VK_EXT_sample_locations and disable it
Samuel Pitoiset
2019-05-30
1
-0
/
+35
*
ac: treat Mullins as Kabini, remove the enum
Marek Olšák
2019-05-27
1
-1
/
+0
*
radv: add a workaround for Monster Hunter World and LLVM 7&8
Samuel Pitoiset
2019-05-17
1
-0
/
+8
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
1
-42
/
+42
*
radv: add support for VK_KHR_uniform_buffer_standard_layout
Samuel Pitoiset
2019-05-14
1
-0
/
+6
*
radv: Clean up signalled and submitted fields from winsys fences.
Bas Nieuwenhuizen
2019-05-13
1
-33
/
+13
*
radv: Add support for icd loader interface v4.
Bas Nieuwenhuizen
2019-05-13
1
-1
/
+18
*
radv: Fix hang width YCBCR array textures.
Bas Nieuwenhuizen
2019-05-02
1
-2
/
+6
*
radv: update to use the new features struct names
Eric Engestrom
2019-04-30
1
-8
/
+8
*
radv: add missing VEGA20 chip in radv_get_device_name()
Samuel Pitoiset
2019-04-27
1
-0
/
+1
*
radv: Expose VK_EXT_ycbcr_image_arrays.
Bas Nieuwenhuizen
2019-04-25
1
-0
/
+6
*
radv: Enable YCBCR conversion feature.
Bas Nieuwenhuizen
2019-04-25
1
-1
/
+1
*
radv: Add ycbcr conversion structs.
Bas Nieuwenhuizen
2019-04-25
1
-0
/
+6
*
radv: Add single plane image views & meta operations.
Bas Nieuwenhuizen
2019-04-25
1
-1
/
+1
*
radv: Add multiple planes to images.
Bas Nieuwenhuizen
2019-04-25
1
-41
/
+49
*
radv: Add adaptive_sync driconfig option and enable it by default.
Bas Nieuwenhuizen
2019-04-23
1
-0
/
+3
[next]