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-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
2018-04-18
meson: Remove TODO about mesa/main tests
Dylan Baker
1
-2
/
+0
2018-04-18
meson: enable glcpp test
Dylan Baker
1
-1
/
+17
2018-04-18
glcpp/tests: Convert shell scripts to a python script
Dylan Baker
3
-267
/
+223
2018-04-18
glsl/tests: Remove unused compare_ir.py script
Dylan Baker
1
-58
/
+0
2018-04-18
meson: enable optimization-test
Dylan Baker
1
-0
/
+5
2018-04-18
glsl/tests: Convert optimization-test.sh to pure python
Dylan Baker
4
-238
/
+215
2018-04-18
meson: run glsl compiler warnings test
Dylan Baker
1
-1
/
+9
2018-04-18
glsl/tests: reimplement warnings-test in python
Dylan Baker
2
-56
/
+75
2018-04-18
swr/rast: Fix VGATHERPD lowering
George Kyriazis
1
-13
/
+69
2018-04-18
swr/rast: Replace x86 VMOVMSK with llvm-only implementation
George Kyriazis
5
-5
/
+26
2018-04-18
swr/rast: Optimize late/bindless JIT of samplers
George Kyriazis
25
-105
/
+213
2018-04-18
swr/rast: Implement VROUND intrinsic in x86 lowering pass
George Kyriazis
1
-1
/
+37
2018-04-18
swr/rast: Refactor to improve code sharing.
George Kyriazis
1
-43
/
+36
2018-04-18
swr/rast: minimize codegen redundant work
George Kyriazis
6
-128
/
+335
2018-04-18
swr/rast: double-pump in x86 lowering pass
George Kyriazis
1
-11
/
+19
2018-04-18
swr/rast: Fix 64bit float loads in x86 lowering pass
George Kyriazis
2
-45
/
+25
[prev]
[next]