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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
amd: remove support for LLVM 4.0
Marek Olšák
2018-05-17
2
-191
/
+103
*
ac/llvm: use amdgcn.tbuffer.store instead of SI.tbuffer.store intrinsic
Dave Airlie
2018-05-17
1
-32
/
+60
*
radv: Add support for IMG_DATA_FORMAT_32_32_32.
Bas Nieuwenhuizen
2018-05-14
1
-0
/
+4
*
radv: Translate logic ops.
Bas Nieuwenhuizen
2018-05-14
1
-28
/
+16
*
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
2
-3
/
+29
*
ac/surface: unify common legacy and gfx9 fmask fields
Marek Olšák
2018-05-10
2
-17
/
+13
*
ac/surface/gfx6: compute FMASK together with the color surface
Marek Olšák
2018-05-10
2
-13
/
+86
*
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
*
amd/common: use llvm.amdgcn.wqm for explicit derivatives
Nicolai Hähnle
2018-05-04
1
-0
/
+7
*
ac/nir: expand 64-bit vec3 loads to fix shuffling.
Dave Airlie
2018-05-01
1
-0
/
+5
*
radeonsi: add triple into si_compiler
Marek Olšák
2018-04-27
2
-2
/
+8
*
ac/surface: handle DCC subresource fast clear restriction on VI
Marek Olšák
2018-04-27
1
-1
/
+20
*
ac: fix texture query LOD for 1D textures on GFX9
Samuel Pitoiset
2018-04-27
1
-0
/
+8
*
ac/radv/radeonsi: refactor harvest config register getters.
Dave Airlie
2018-04-24
2
-0
/
+117
*
ac/radv/radeonsi: refactor max simd waves into common code.
Dave Airlie
2018-04-24
1
-0
/
+16
*
ac/radv/radeonsi: refactor raster_config default values getters.
Dave Airlie
2018-04-24
2
-1
/
+96
*
ac/info: move gs table depth to common code.
Dave Airlie
2018-04-24
2
-0
/
+34
*
ac: fix the number of coordinates for ac_image_get_lod and arrays
Samuel Pitoiset
2018-04-23
1
-0
/
+14
*
ac: teach get_ac_sampler_dim() about subpass attachments
Samuel Pitoiset
2018-04-23
1
-17
/
+7
*
ac/nir: add missing round_slice for 1D arrays
Samuel Pitoiset
2018-04-23
1
-0
/
+7
*
ac/nir: fix image dimension for subpass attachments
Samuel Pitoiset
2018-04-20
1
-3
/
+15
*
ac/nir: handle nir_intrinsic_load_first_vertex like base_vertex
Samuel Pitoiset
2018-04-20
1
-2
/
+2
*
ac/nir: use ac_build_image_opcode for image intrinsics
Nicolai Hähnle
2018-04-20
3
-140
/
+78
*
radeonsi: generate image load/store/atomic ops using ac_build_image_opcode
Nicolai Hähnle
2018-04-20
2
-32
/
+110
*
amd/common: pass address components individually to ac_build_image_intrinsic
Nicolai Hähnle
2018-04-20
3
-264
/
+216
*
amd/common: pass new enum ac_image_dim to ac_build_image_opcode
Nicolai Hähnle
2018-04-20
3
-11
/
+66
*
ac/nir: fix atomic compare-and-swap
Nicolai Hähnle
2018-04-20
1
-0
/
+1
*
radeonsi: add support for VegaM
Marek Olšák
2018-04-18
3
-0
/
+6
*
ac/nir: Make the GFX9 buffer size fix apply to image loads/atomics too.
Bas Nieuwenhuizen
2018-04-16
1
-17
/
+22
*
ac: handle subgroup intrinsics
Daniel Schürmann
2018-04-14
1
-29
/
+40
*
ac: add LLVM build functions for subgroup instrinsics
Daniel Schürmann
2018-04-14
2
-1
/
+485
*
ac: make ballot and umsb capable of 64bit inputs
Daniel Schürmann
2018-04-14
1
-9
/
+25
[next]