index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
aco: compact aco::span<T> to use uint16_t offset and size instead of pointer ...
Daniel Schürmann
2020-01-10
4
-21
/
+24
*
aco: compact various Instruction classes
Daniel Schürmann
2020-01-10
7
-100
/
+99
*
aco: limit register usage for large work groups
Rhys Perry
2020-01-10
4
-7
/
+33
*
ac/llvm: Fix ac_build_reduce in wave32 mode.
Timur Kristóf
2020-01-10
1
-6
/
+9
*
radeonsi/gfx9: force the micro tile mode for MSAA resolve correctly on gfx9
Marek Olšák
2020-01-09
2
-3
/
+18
*
radv: advertise VK_AMD_shader_image_load_store_lod
Samuel Pitoiset
2020-01-09
2
-0
/
+2
*
aco: handle nir_intrinsic_image_deref_{load,store} with lod
Samuel Pitoiset
2020-01-09
1
-2
/
+17
*
amd/llvm: handle nir_intrinsic_image_deref_{load,store} with lod
Samuel Pitoiset
2020-01-09
1
-2
/
+10
*
spirv,nir: add new lod parameter to image_{load,store} intrinsics
Samuel Pitoiset
2020-01-09
4
-0
/
+11
*
ac: add ac_build_s_endpgm
Marek Olšák
2020-01-08
2
-0
/
+7
*
ac: add 128-bit bitcount
Marek Olšák
2020-01-08
2
-0
/
+12
*
ac/gpu_info: add pc_lines and use it in radeonsi
Marek Olšák
2020-01-08
2
-0
/
+4
*
ac: unify primitive export code
Marek Olšák
2020-01-08
3
-54
/
+72
*
ac: unify build_sendmsg_gs_alloc_req
Marek Olšák
2020-01-08
3
-24
/
+27
*
ac/gpu_info: always use distributed tessellation on gfx10
Marek Olšák
2020-01-08
1
-2
/
+2
*
radv: do not fill keys from fragment shader twice
Samuel Pitoiset
2020-01-08
1
-14
/
+0
*
radv: Emit a BATCH_BREAK when changing pixel shaders or CB_TARGET_MASK.
Bas Nieuwenhuizen
2020-01-07
3
-18
/
+65
*
ac/surface: use uint16_t for mipmap level pitches
Samuel Pitoiset
2020-01-06
1
-1
/
+1
*
radv: Only use the gfx mipmap level offset/pitch for linear textures.
Bas Nieuwenhuizen
2020-01-04
1
-2
/
+6
*
Revert "amd/common: Always initialize gfx9 mipmap offset/pitch."
Bas Nieuwenhuizen
2020-01-04
2
-5
/
+7
*
radv: implement VK_AMD_mixed_attachment_samples
Samuel Pitoiset
2020-01-03
2
-5
/
+27
*
radv: record number of color/depth samples for each subpass
Samuel Pitoiset
2020-01-03
2
-0
/
+5
*
amd/common: Always initialize gfx9 mipmap offset/pitch.
Bas Nieuwenhuizen
2020-01-02
2
-7
/
+5
*
aco: Fix uniform i2i64.
Timur Kristóf
2019-12-31
1
-1
/
+1
*
radv: return the correct pitch for linear mipmaps on GFX10
Samuel Pitoiset
2019-12-30
3
-2
/
+6
*
amd/common: Handle alignment of 96-bit formats.
Bas Nieuwenhuizen
2019-12-30
1
-0
/
+11
*
amd: fix empty-body issues
Eric Engestrom
2019-12-27
4
-9
/
+9
*
android: radv: build radv_shader_args.c
Mauro Rossi
2019-12-27
1
-0
/
+2
*
android: radeonsi,ac: fix building error due to ac changes
Mauro Rossi
2019-12-27
1
-0
/
+2
*
android: radv: fix vk_format_table.c generated source build
Mauro Rossi
2019-12-27
1
-0
/
+1
*
radv: Expose all sample counts for integer formats as well.
Bas Nieuwenhuizen
2019-12-26
1
-1
/
+1
*
aco: fix vgpr alloc granule with wave32
Rhys Perry
2019-12-21
4
-6
/
+24
*
aco: improve jump threading with wave32
Rhys Perry
2019-12-21
1
-1
/
+2
*
aco/wave32: fix comparison optimizations
Rhys Perry
2019-12-21
1
-18
/
+16
*
aco: use NIR_MAX_VEC_COMPONENTS instead of 4
Karol Herbst
2019-12-21
2
-7
/
+7
*
ac/surface: fix an assertion failure on gfx9 in CMASK computation
Marek Olšák
2019-12-20
1
-0
/
+1
*
radv: rely on pipeline layout when creating push descriptors with template
Samuel Pitoiset
2019-12-20
1
-1
/
+12
*
radv: ignore pColorBlendState if rasterization is disabled
Samuel Pitoiset
2019-12-20
1
-5
/
+21
*
radv: tidy up radv_pipeline_init_blend_state()
Samuel Pitoiset
2019-12-20
1
-112
/
+115
*
radv: ignore pDepthStencilState if rasterization is disabled
Samuel Pitoiset
2019-12-20
1
-5
/
+15
*
radv: ignore pTessellationState if the pipeline doesn't use tess
Samuel Pitoiset
2019-12-20
1
-2
/
+16
*
radv: ignore pMultisampleState if rasterization is disabled
Samuel Pitoiset
2019-12-20
1
-7
/
+15
*
radv: init a default multisample state for the resolve FS path
Samuel Pitoiset
2019-12-20
1
-1
/
+6
*
ac: declare an enum for the OOB select field on GFX10
Samuel Pitoiset
2019-12-19
8
-17
/
+27
*
radv/gfx10: fix the out-of-bounds check for vertex descriptors
Samuel Pitoiset
2019-12-19
1
-1
/
+5
*
radv: Limit workgroup size to 1024.
Bas Nieuwenhuizen
2019-12-18
1
-4
/
+4
*
radv/gfx10: fix ngg_get_ordered_id
Samuel Pitoiset
2019-12-17
2
-2
/
+2
*
amd/addrlib: update to the latest version
Marek Olšák
2019-12-16
16
-8058
/
+7271
*
ac: fix the return value in cull_bbox when bbox culling is disabled
Marek Olšák
2019-12-16
1
-1
/
+1
*
ac: fix ac_get_i1_sgpr_mask for Wave32
Marek Olšák
2019-12-16
1
-2
/
+11
[prev]
[next]