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
...
*
radv: Add support for IMG_DATA_FORMAT_32_32_32.
Bas Nieuwenhuizen
2018-05-14
3
-4
/
+11
*
radv: Translate logic ops.
Bas Nieuwenhuizen
2018-05-14
2
-30
/
+59
*
radv: Fix multiview queries.
Bas Nieuwenhuizen
2018-05-14
1
-19
/
+20
*
radv: remove useless check in radv_create_shaders()
Samuel Pitoiset
2018-05-14
1
-1
/
+1
*
radv: allow to dump the GS copy shader with RADV_DEBUG="shaders"
Samuel Pitoiset
2018-05-14
3
-5
/
+8
*
radv: move {load,store}_var intrinsics scanning in different functions
Samuel Pitoiset
2018-05-14
1
-47
/
+80
*
radv: use compute path for multi-layer images.
Dave Airlie
2018-05-14
1
-0
/
+2
*
radv: resolve all layers in compute resolve path.
Dave Airlie
2018-05-14
1
-6
/
+42
*
radv/resolve: do fmask decompress on all layers.
Dave Airlie
2018-05-14
1
-1
/
+1
*
radv: add initial support for VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT
Timothy Arceri
2018-05-13
4
-16
/
+28
*
radv: move ac_build_if_state on top of radv_nir_to_llvm.c
Samuel Pitoiset
2018-05-11
1
-91
/
+92
*
radv: minor cleanups in radv_fill_shader_variant()
Samuel Pitoiset
2018-05-11
1
-14
/
+15
*
ac/gpu_info: add has_read_registers_query
Marek Olšák
2018-05-10
2
-0
/
+3
*
ac/gpu_info: add has_2d_tiling
Marek Olšák
2018-05-10
2
-0
/
+3
*
ac/gpu_info: add has_sparse_vm_mappings
Marek Olšák
2018-05-10
2
-0
/
+9
*
ac/gpu_info: add has_unaligned_shader_loads
Marek Olšák
2018-05-10
2
-0
/
+4
*
ac/gpu_info: add has_indirect_compute_dispatch
Marek Olšák
2018-05-10
2
-0
/
+3
*
ac/gpu_info: add kernel_flushes_tc_l2_after_ib
Marek Olšák
2018-05-10
2
-0
/
+5
*
ac/gpu_info: add has_format_bc1_through_bc7
Marek Olšák
2018-05-10
2
-0
/
+3
*
ac/gpu_info: add has_eqaa_surface_allocator
Marek Olšák
2018-05-10
2
-2
/
+5
*
radeonsi: clean up the reset status query implementation
Marek Olšák
2018-05-10
2
-0
/
+6
*
ac/gpu_info: add has_bo_metadata
Marek Olšák
2018-05-10
2
-0
/
+3
*
ac/gpu_info: add si_TA_CS_BC_BASE_ADDR_allowed
Marek Olšák
2018-05-10
2
-0
/
+3
*
ac/gpu_info: add htile_cmask_support_1d_tiling
Marek Olšák
2018-05-10
2
-0
/
+3
*
ac/gpu_info: add kernel_flushes_hdp_before_ib
Marek Olšák
2018-05-10
2
-0
/
+3
*
ac/surface: add EQAA support
Marek Olšák
2018-05-10
3
-3
/
+30
*
ac/surface: unify common legacy and gfx9 fmask fields
Marek Olšák
2018-05-10
3
-23
/
+19
*
ac/surface/gfx6: compute FMASK together with the color surface
Marek Olšák
2018-05-10
3
-59
/
+94
*
ac/surface/gfx9: fix a typo in CMASK RB/pipe alignment
Marek Olšák
2018-05-10
1
-1
/
+1
*
ac: set correct LLVM processor names for Raven & Vega12
Marek Olšák
2018-05-10
1
-2
/
+4
*
ac: sort raster configs
Marek Olšák
2018-05-10
1
-39
/
+27
*
ac: remove 1 RB raster config for Iceland
Marek Olšák
2018-05-10
1
-5
/
+1
*
ac: move the Fiji kernel workaround for raster config out of the switch
Marek Olšák
2018-05-10
1
-8
/
+11
*
ac: enable both RBs on Kaveri
Marek Olšák
2018-05-10
1
-2
/
+13
*
radv: disable DCC for shareable images on GFX9+
Andres Rodriguez
2018-05-10
1
-0
/
+7
*
radv: move handling nosisched option in a better place
Samuel Pitoiset
2018-05-10
1
-12
/
+6
*
radv: assorted typo fixes
Grazvydas Ignotas
2018-05-10
6
-11
/
+11
*
radv: handle arrays in the fmask descriptor.
Dave Airlie
2018-05-10
1
-1
/
+1
*
amd/common: use llvm.amdgcn.wqm for explicit derivatives
Nicolai Hähnle
2018-05-04
1
-0
/
+7
*
compiler/lower_64bit_packing: rename the pass to be more generic
Iago Toral Quiroga
2018-05-03
1
-1
/
+1
*
radv: UseEnumerateInstanceVersion for the default version.
Bas Nieuwenhuizen
2018-05-02
1
-1
/
+1
*
radv: Don't check the incoming apiVersion on CreateInstance.
Bas Nieuwenhuizen
2018-05-02
1
-9
/
+0
*
radv: Allow vkEnumerateInstanceVersion ProcAddr without instance.
Bas Nieuwenhuizen
2018-05-02
1
-1
/
+1
*
radv: fix multisample image copies
Matthew Nicholls
2018-05-02
2
-110
/
+196
*
radv: enable out-of-order rasterization by default
Samuel Pitoiset
2018-05-02
2
-2
/
+3
*
radv: only disable out-of-order rast for perfect occlusion queries
Samuel Pitoiset
2018-05-02
2
-10
/
+12
*
radv: compute the number of subpass attachments correctly
Samuel Pitoiset
2018-05-01
1
-2
/
+2
*
radv: set fmask_surf_index on fmask surfaces.
Dave Airlie
2018-05-02
1
-1
/
+3
*
radv/winsys: fix leaking resources from bo's imported by fd
Andres Rodriguez
2018-04-30
1
-0
/
+1
*
ac/nir: expand 64-bit vec3 loads to fix shuffling.
Dave Airlie
2018-05-01
1
-0
/
+5
[prev]
[next]