index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Add support for variable descriptor set layouts.
Bas Nieuwenhuizen
2018-04-18
2
-1
/
+30
*
radv: Fix GetDescriptorSetLayoutSupport.
Bas Nieuwenhuizen
2018-04-18
1
-3
/
+0
*
radv: Use sorted bindings for set layout creation.
Bas Nieuwenhuizen
2018-04-18
1
-2
/
+41
*
radv: Don't store buffer references in the descriptor set.
Bas Nieuwenhuizen
2018-04-18
5
-82
/
+13
*
radv: Keep a global BO list for VkMemory.
Bas Nieuwenhuizen
2018-04-18
4
-39
/
+146
*
spirv: Update spirv.h to 12f8de9f04327336b699b1b80aa390ae7f9ddbf4
Bas Nieuwenhuizen
2018-04-18
2
-4
/
+183
*
i965: Fix shadow batches to be the same size as the real BO.
Kenneth Graunke
2018-04-18
1
-1
/
+4
*
glsl_to_tgsi: try harder to lower unsupported ir_binop_vector_extract
Marek Olšák
2018-04-18
1
-0
/
+5
*
radeon/vce: disable vce dual pipe on VegaM
Leo Liu
2018-04-18
1
-1
/
+2
*
radeonsi: add support for VegaM
Marek Olšák
2018-04-18
8
-2
/
+16
*
amd/addrlib: add support for VegaM
Marek Olšák
2018-04-18
4
-0
/
+41
*
radeonsi/gfx9: fix a hang with an empty first IB
Marek Olšák
2018-04-18
1
-3
/
+4
*
meson: build graw tests
Dylan Baker
2018-04-18
5
-0
/
+108
*
meson: build tests for gallium mesa state tracker
Dylan Baker
2018-04-18
2
-0
/
+43
*
meson: build gallium unit tests
Dylan Baker
2018-04-18
2
-0
/
+34
*
meson: Build gallium trivial tests
Dylan Baker
2018-04-18
3
-2
/
+54
*
meson: Remove TODO about mesa/main tests
Dylan Baker
2018-04-18
1
-2
/
+0
*
meson: enable glcpp test
Dylan Baker
2018-04-18
1
-1
/
+17
*
glcpp/tests: Convert shell scripts to a python script
Dylan Baker
2018-04-18
3
-267
/
+223
*
glsl/tests: Remove unused compare_ir.py script
Dylan Baker
2018-04-18
1
-58
/
+0
*
meson: enable optimization-test
Dylan Baker
2018-04-18
1
-0
/
+5
*
glsl/tests: Convert optimization-test.sh to pure python
Dylan Baker
2018-04-18
4
-238
/
+215
*
meson: run glsl compiler warnings test
Dylan Baker
2018-04-18
1
-1
/
+9
*
glsl/tests: reimplement warnings-test in python
Dylan Baker
2018-04-18
2
-56
/
+75
*
swr/rast: Fix VGATHERPD lowering
George Kyriazis
2018-04-18
1
-13
/
+69
*
swr/rast: Replace x86 VMOVMSK with llvm-only implementation
George Kyriazis
2018-04-18
5
-5
/
+26
*
swr/rast: Optimize late/bindless JIT of samplers
George Kyriazis
2018-04-18
25
-105
/
+213
*
swr/rast: Implement VROUND intrinsic in x86 lowering pass
George Kyriazis
2018-04-18
1
-1
/
+37
*
swr/rast: Refactor to improve code sharing.
George Kyriazis
2018-04-18
1
-43
/
+36
*
swr/rast: minimize codegen redundant work
George Kyriazis
2018-04-18
6
-128
/
+335
*
swr/rast: double-pump in x86 lowering pass
George Kyriazis
2018-04-18
1
-11
/
+19
*
swr/rast: Fix 64bit float loads in x86 lowering pass
George Kyriazis
2018-04-18
2
-45
/
+25
*
swr/rast: Add shader stats infrastructure (WIP)
George Kyriazis
2018-04-18
4
-34
/
+148
*
swr/rast: Type-check TemplateArgUnroller
George Kyriazis
2018-04-18
1
-18
/
+21
*
swr/rast: Add vgather to x86 lowering pass.
George Kyriazis
2018-04-18
1
-9
/
+76
*
swr/rast: fix comment
George Kyriazis
2018-04-18
1
-1
/
+1
*
swr/rast: add cvt instructions in x86 lowering pass
George Kyriazis
2018-04-18
5
-59
/
+48
*
swr/rast: Fix alloca usage in jitter
George Kyriazis
2018-04-18
3
-0
/
+20
*
swr/rast: Change gfx pointers to gfxptr_t
George Kyriazis
2018-04-18
11
-103
/
+220
*
swr/rast: Fix byte offset for non-indexed draws
George Kyriazis
2018-04-18
1
-2
/
+3
*
swr/rast: Add support for setting optimization level
George Kyriazis
2018-04-18
9
-18
/
+55
*
swr/rast: Adding translate call to builder_gfx_mem.
George Kyriazis
2018-04-18
2
-0
/
+7
*
swr/rast: Fix codegen for typedef types
George Kyriazis
2018-04-18
1
-0
/
+1
*
swr: add x86 lowering pass to fragment shader
George Kyriazis
2018-04-18
1
-0
/
+7
*
swr/rast: Enable generalized fetch jit
George Kyriazis
2018-04-18
5
-1103
/
+139
*
swr/rast: Add builder_gfx_mem.{h|cpp}
George Kyriazis
2018-04-18
5
-4
/
+210
*
swr/rast: Lower VGATHERPS and VGATHERPS_16 to x86.
George Kyriazis
2018-04-18
1
-67
/
+2
*
swr/rast: Cleanup of JitManager convenience types
George Kyriazis
2018-04-18
4
-44
/
+5
*
swr/rast: Lower PERMD and PERMPS to x86.
George Kyriazis
2018-04-18
4
-86
/
+14
*
swr/rast: Start refactoring of builder/packetizer.
George Kyriazis
2018-04-18
16
-46
/
+565
[next]