index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-20
ac/nir: fix image dimension for subpass attachments
Samuel Pitoiset
1
-3
/
+15
2018-04-20
radv: Mark GTT memory as device local for APUs.
Bas Nieuwenhuizen
1
-3
/
+5
2018-04-20
radv/winsys: allow to submit up to 4 IBs for chips without chaining
Samuel Pitoiset
1
-50
/
+168
2018-04-20
ac/nir: handle nir_intrinsic_load_first_vertex like base_vertex
Samuel Pitoiset
1
-2
/
+2
2018-04-20
radv/winsys: allow local BOs on APUs
Samuel Pitoiset
1
-1
/
+2
2018-04-20
radv: use a global BO list only for VK_EXT_descriptor_indexing
Samuel Pitoiset
3
-9
/
+34
2018-04-20
Revert "radv: Don't store buffer references in the descriptor set."
Samuel Pitoiset
5
-13
/
+82
2018-04-20
ac/nir: use ac_build_image_opcode for image intrinsics
Nicolai Hähnle
3
-140
/
+78
2018-04-20
radeonsi: generate image load/store/atomic ops using ac_build_image_opcode
Nicolai Hähnle
2
-32
/
+110
2018-04-20
amd/common: pass address components individually to ac_build_image_intrinsic
Nicolai Hähnle
3
-264
/
+216
2018-04-20
amd/common: pass new enum ac_image_dim to ac_build_image_opcode
Nicolai Hähnle
3
-11
/
+66
2018-04-20
ac/nir: fix atomic compare-and-swap
Nicolai Hähnle
1
-0
/
+1
2018-04-19
radv: Add Vega M support.
Bas Nieuwenhuizen
4
-2
/
+11
2018-04-19
radv: Add bound checking workaround for dynamic buffers.
Bas Nieuwenhuizen
3
-1
/
+5
2018-04-19
radv: enable DCC for MSAA 2x textures on VI under an option
Samuel Pitoiset
4
-1
/
+13
2018-04-19
radv: decompress DCC for multisampled source images before resolving
Samuel Pitoiset
4
-4
/
+18
2018-04-19
radv: add a workaround for fast clears with DCC and MSAA textures
Samuel Pitoiset
1
-0
/
+9
2018-04-19
radv: allocate CMASK for DCC fast clear with MSAA
Samuel Pitoiset
1
-0
/
+7
2018-04-19
radv: implement fast color clear for DCC with MSAA
Samuel Pitoiset
1
-1
/
+16
2018-04-19
radv: make sure to sync after resolving using the compute path
Samuel Pitoiset
1
-0
/
+3
2018-04-19
radv: dump the SHA1 of SPIRV in the hang report
Samuel Pitoiset
1
-1
/
+8
2018-04-18
radv: Enable VK_EXT_descriptor_indexing.
Bas Nieuwenhuizen
3
-0
/
+63
2018-04-18
radv: Support allocating variable size descriptor sets.
Bas Nieuwenhuizen
1
-4
/
+17
2018-04-18
radv: Add support for variable descriptor set layouts.
Bas Nieuwenhuizen
2
-1
/
+30
2018-04-18
radv: Fix GetDescriptorSetLayoutSupport.
Bas Nieuwenhuizen
1
-3
/
+0
2018-04-18
radv: Use sorted bindings for set layout creation.
Bas Nieuwenhuizen
1
-2
/
+41
2018-04-18
radv: Don't store buffer references in the descriptor set.
Bas Nieuwenhuizen
5
-82
/
+13
2018-04-18
radv: Keep a global BO list for VkMemory.
Bas Nieuwenhuizen
4
-39
/
+146
2018-04-18
radeonsi: add support for VegaM
Marek Olšák
3
-0
/
+6
2018-04-18
amd/addrlib: add support for VegaM
Marek Olšák
4
-0
/
+41
2018-04-17
radv: fix scissor computation when using half-pixel viewport offset
Samuel Pitoiset
1
-4
/
+4
2018-04-16
anv,radv: Drop XML workarounds for VK_ANDROID_native_buffer
Jason Ekstrand
1
-6
/
+1
2018-04-16
radv: clean up radv_decompress_resolve_subpass_src()
Samuel Pitoiset
1
-10
/
+7
2018-04-16
radv: don't fast-clear eliminate after resolving a subpass with compute
Samuel Pitoiset
1
-14
/
+0
2018-04-16
radv: handle CMASK/FMASK transitions only if DCC is disabled
Samuel Pitoiset
1
-3
/
+1
2018-04-16
radv: merge radv_handle_{dcc,cmask}_image_transition() functions
Samuel Pitoiset
1
-41
/
+17
2018-04-16
radv: add radv_init_color_image_metadata() helper
Samuel Pitoiset
1
-10
/
+41
2018-04-16
radv: make radv_initialise_cmask() static
Samuel Pitoiset
2
-4
/
+2
2018-04-16
radv: clean up radv_handle_image_transition() a bit
Samuel Pitoiset
1
-11
/
+20
2018-04-16
radv: add radv_handle_color_image_transition() helper
Samuel Pitoiset
1
-9
/
+25
2018-04-16
radv: handle DCC image transitions before CMASK/FMASK transitions
Samuel Pitoiset
1
-5
/
+5
2018-04-16
radv: disable prediction only if it has been enabled
Samuel Pitoiset
1
-1
/
+1
2018-04-16
ac/nir: Make the GFX9 buffer size fix apply to image loads/atomics too.
Bas Nieuwenhuizen
1
-17
/
+22
2018-04-14
radv: enable subgroup capabilities
Daniel Schürmann
2
-3
/
+14
2018-04-14
ac: handle subgroup intrinsics
Daniel Schürmann
1
-29
/
+40
2018-04-14
ac: add LLVM build functions for subgroup instrinsics
Daniel Schürmann
2
-1
/
+485
2018-04-14
ac: make ballot and umsb capable of 64bit inputs
Daniel Schürmann
1
-9
/
+25
2018-04-13
winsys/amdgpu: allow local BOs on APUs
Marek Olšák
1
-1
/
+2
2018-04-12
mesa: include mtypes.h less
Marek Olšák
5
-0
/
+7
2018-04-12
radv: Implement VK_EXT_vertex_attribute_divisor.
Bas Nieuwenhuizen
6
-11
/
+50
[next]