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: check if multiplication/clamp is live when applying output modifier
Rhys Perry
2020-01-13
1
-18
/
+24
*
aco: disable add combining for ds_swizzle_b32
Rhys Perry
2020-01-13
1
-1
/
+1
*
aco: don't DCE atomics with return values
Rhys Perry
2020-01-13
5
-19
/
+26
*
aco: set exec_potentially_empty for demotes
Rhys Perry
2020-01-13
1
-0
/
+6
*
aco: better handle neg/abs of sgprs
Rhys Perry
2020-01-13
1
-2
/
+3
*
aco: check usesModifiers() when identifying a neg/abs
Rhys Perry
2020-01-13
1
-2
/
+2
*
aco: handle omod successors with the constant in the first operand
Rhys Perry
2020-01-13
1
-6
/
+8
*
aco: handle VOP3 modifiers when combining a constant comparison's NaN test
Rhys Perry
2020-01-13
1
-0
/
+6
*
aco: fix uninitialized data in the binary
Rhys Perry
2020-01-13
1
-1
/
+5
*
aco: fix imageSize()/textureSize() with large buffers on GFX8
Rhys Perry
2020-01-13
1
-19
/
+15
*
aco: set vm for pos0 exports on GFX10
Rhys Perry
2020-01-13
2
-3
/
+6
*
radv/gfx10: improve performance for TES using PrimID but not exporting it
Samuel Pitoiset
2020-01-13
1
-1
/
+1
*
radv/gfx10: add support for NGG passthrough mode
Samuel Pitoiset
2020-01-13
2
-9
/
+15
*
radv/gfx10: do not declare LDS for NGG if useless
Samuel Pitoiset
2020-01-13
1
-6
/
+9
*
radv/gfx10: determine if a pipeline is eligible for NGG passthrough
Samuel Pitoiset
2020-01-13
4
-12
/
+59
*
radv/gfx10: disable vertex grouping
Samuel Pitoiset
2020-01-13
1
-5
/
+2
*
radv: Use new scanout gfx9 metadata flag.
Bas Nieuwenhuizen
2020-01-12
3
-10
/
+14
*
aco/wave32: Set the definitions of v_cmp instructions to the lane mask.
Timur Kristóf
2020-01-11
1
-4
/
+6
*
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
[next]