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
Age
Commit message (
Expand
)
Author
Files
Lines
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
i965/fs: retype offset_reg to UD at load_ssbo
Jose Maria Casanova Crespo
1
-1
/
+1
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
4
-164
/
+210
2018-04-20
amd/common: pass address components individually to ac_build_image_intrinsic
Nicolai Hähnle
5
-409
/
+295
2018-04-20
amd/common: pass new enum ac_image_dim to ac_build_image_opcode
Nicolai Hähnle
4
-13
/
+114
2018-04-20
radeonsi/nir: fix crash in test involving the sample mask
Nicolai Hähnle
1
-1
/
+2
2018-04-20
radeonsi/nir: set FS properties only when scanning a fragment shader
Nicolai Hähnle
1
-1
/
+2
2018-04-20
ac/nir: fix atomic compare-and-swap
Nicolai Hähnle
1
-0
/
+1
2018-04-20
radeonsi: fix error paths of si_texture_transfer_map
Nicolai Hähnle
1
-13
/
+12
2018-04-20
glsl: prevent spurious Valgrind errors when serializing NIR
Nicolai Hähnle
1
-2
/
+4
2018-04-19
clover: Fix host access validation for sub-buffer creation
Aaron Watry
1
-2
/
+7
2018-04-19
nir: Offset vertex_id by first_vertex instead of base_vertex
Neil Roberts
6
-13
/
+6
2018-04-19
spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEX
Neil Roberts
3
-5
/
+18
2018-04-19
intel: Handle firstvertex in an identical way to BaseVertex
Antia Puentes
7
-13
/
+35
2018-04-19
intel/compiler: Add a uses_firstvertex flag
Neil Roberts
2
-0
/
+5
2018-04-19
compiler: Add SYSTEM_VALUE_FIRST_VERTEX and instrinsics
Antia Puentes
5
-0
/
+21
2018-04-19
meson: Build st_tests_common with gtest
Mike Lothian
1
-1
/
+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
svga: Fix incorrect advertizing of EGL_KHR_gl_colorspace
Thomas Hellstrom
1
-1
/
+1
2018-04-19
swr: Fix include for createPromoteMemoryToRegisterPass
Mike Lothian
1
-0
/
+3
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
spirv: Add support for runtime descriptor array cap.
Bas Nieuwenhuizen
2
-0
/
+5
2018-04-18
spirv: Add support for VK_EXT_descriptor_indexing uniform indexing caps.
Bas Nieuwenhuizen
2
-0
/
+7
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
spirv: Update spirv.h to 12f8de9f04327336b699b1b80aa390ae7f9ddbf4
Bas Nieuwenhuizen
2
-4
/
+183
2018-04-18
i965: Fix shadow batches to be the same size as the real BO.
Kenneth Graunke
1
-1
/
+4
2018-04-18
glsl_to_tgsi: try harder to lower unsupported ir_binop_vector_extract
Marek Olšák
1
-0
/
+5
2018-04-18
radeon/vce: disable vce dual pipe on VegaM
Leo Liu
1
-1
/
+2
2018-04-18
radeonsi: add support for VegaM
Marek Olšák
9
-2
/
+19
2018-04-18
amd/addrlib: add support for VegaM
Marek Olšák
4
-0
/
+41
2018-04-18
radeonsi/gfx9: fix a hang with an empty first IB
Marek Olšák
1
-3
/
+4
2018-04-18
meson: build graw tests
Dylan Baker
5
-0
/
+108
2018-04-18
meson: build tests for gallium mesa state tracker
Dylan Baker
2
-0
/
+43
2018-04-18
meson: build gallium unit tests
Dylan Baker
2
-0
/
+34
2018-04-18
meson: Build gallium trivial tests
Dylan Baker
4
-4
/
+54
[next]