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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
swr/rast: Simplify #define usage in gen source file
George Kyriazis
2018-04-18
1
-4
/
+3
*
swr/rast: Move CallPrint() to a separate file
George Kyriazis
2018-04-18
4
-21
/
+56
*
swr/rast: Fix name mangling for LLVM pow intrinsic
George Kyriazis
2018-04-18
1
-1
/
+1
*
swr/rast: Add some archrast counters
George Kyriazis
2018-04-18
7
-4
/
+53
*
swr/rast: Code cleanup
George Kyriazis
2018-04-18
1
-8
/
+1
*
swr/rast: Add "Num Instructions Executed" stats intrinsic.
George Kyriazis
2018-04-18
1
-7
/
+21
*
swr/rast: Add MEM_ADD helper function to Builder.
George Kyriazis
2018-04-18
2
-0
/
+9
*
swr/rast: Permute work for simd16
George Kyriazis
2018-04-18
7
-10
/
+67
*
swr/rast: WIP builder rewrite (2)
George Kyriazis
2018-04-18
1
-4
/
+13
*
swr/rast: Add autogen of helper llvm intrinsics.
George Kyriazis
2018-04-18
13
-126
/
+130
*
swr/rast: WIP builder rewrite.
George Kyriazis
2018-04-18
2
-14
/
+0
*
swr/rast: LLVM 6 fix
George Kyriazis
2018-04-18
1
-1
/
+1
*
swr/rast: Changes to allow jitter to compile with LLVM5
George Kyriazis
2018-04-18
1
-1
/
+17
*
swr/rast: Add some archrast stats
George Kyriazis
2018-04-18
9
-11
/
+105
*
swr/rast: Silence some unused variable warnings
George Kyriazis
2018-04-18
1
-1
/
+11
*
swr/rast: Add debug type info for i128
George Kyriazis
2018-04-18
1
-0
/
+1
*
swr/rast: Use blend context struct to pass params
George Kyriazis
2018-04-18
3
-49
/
+62
*
swr/rast: Introduce JIT_MEM_CLIENT
George Kyriazis
2018-04-18
3
-40
/
+71
*
swr/rast: Add some instructions to jitter
George Kyriazis
2018-04-18
3
-0
/
+15
*
meson: Add library versions to swr drivers
Jan Alexander Steffens (heftig)
2018-04-17
1
-0
/
+4
*
radeonsi: don't emit partial flushes for internal CS flushes only
Marek Olšák
2018-04-16
7
-11
/
+14
*
radeonsi: implement mechanism for IBs without partial flushes at the end (v6)
Marek Olšák
2018-04-16
3
-16
/
+47
*
radeonsi: restore si_emit_cache_flush call at the end of IBs
Marek Olšák
2018-04-13
1
-0
/
+2
*
gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times
Marek Olšák
2018-04-13
49
-13220
/
+2
*
radeonsi: make sure CP DMA is idle at the end of IBs
Marek Olšák
2018-04-13
3
-2
/
+16
*
radeonsi: always prefetch later shaders after the draw packet
Marek Olšák
2018-04-13
3
-26
/
+75
*
radeonsi: emit shader pointers before cache flushes & waits
Marek Olšák
2018-04-13
1
-13
/
+7
*
radeonsi/gfx9: don't use the workaround for gather4 + stencil
Marek Olšák
2018-04-13
1
-2
/
+11
*
radeonsi: disable TC-compat HTILE on Tonga and Iceland
Marek Olšák
2018-04-13
1
-0
/
+7
*
radeonsi: force 2D tiling on VI only when TC-compat HTILE is really enabled
Marek Olšák
2018-04-13
1
-9
/
+7
*
radeonsi: don't flush HTILE if there is no HTILE clear
Marek Olšák
2018-04-13
1
-2
/
+2
*
radeonsi: merge 2 identical if statements in si_clear
Marek Olšák
2018-04-13
1
-9
/
+2
*
radeonsi: don't do GFX-specific texture decompression for compute
Marek Olšák
2018-04-13
1
-10
/
+10
*
radeonsi: simplify generating the renderer string
Marek Olšák
2018-04-13
1
-11
/
+8
*
broadcom/vc5: Fix a stray '`' in a comment.
Eric Anholt
2018-04-12
1
-1
/
+1
*
broadcom/vc5: Update the UABI for in/out syncobjs
Eric Anholt
2018-04-12
9
-90
/
+55
*
broadcom/vc5: Drop the finished_seqno optimization.
Eric Anholt
2018-04-12
2
-11
/
+0
*
broadcom/vc5: Drop the throttling code.
Eric Anholt
2018-04-12
1
-9
/
+0
*
broadcom/vc5: Move flush_last_load into load_general, like for stores.
Eric Anholt
2018-04-12
1
-28
/
+29
*
broadcom/vc5: Rename read_but_not_cleared to loads_pending.
Eric Anholt
2018-04-12
1
-13
/
+13
*
broadcom/vc5: Refactor the implicit coords/stores_pending logic.
Eric Anholt
2018-04-12
1
-23
/
+13
*
broadcom/vc5: Emit missing TILE_COORDINATES_IMPLICIT in separate z/s stores.
Eric Anholt
2018-04-12
1
-5
/
+16
[next]