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
/
gallium
/
drivers
/
swr
/
rasterizer
/
jitter
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr/rast: Add constant initializer for uint64_t
George Kyriazis
2018-05-11
2
-0
/
+6
*
swr/rast: Fix include for createInstructionCombiningPass with llvm-7.0.
Vinson Lee
2018-05-05
1
-0
/
+1
*
swr/rast: Fix WriteBitcodeToFile usage with llvm-7.0.
Vinson Lee
2018-05-03
1
-0
/
+4
*
swr/rast: No need to export GetSimdValidIndicesGfx
George Kyriazis
2018-04-27
1
-4
/
+0
*
swr/rast: Small editorial changes
George Kyriazis
2018-04-27
3
-19
/
+17
*
swr/rast: Use new processor detection mechanism
George Kyriazis
2018-04-27
2
-1
/
+51
*
swr/rast: Add TranslateGfxAddress for shader
George Kyriazis
2018-04-27
3
-3
/
+19
*
swr/rast: jit PRINT improvements.
George Kyriazis
2018-04-27
1
-2
/
+13
*
swr/rast: Fix regressions.
George Kyriazis
2018-04-27
1
-1
/
+1
*
swr/rast: Cleanup old cruft.
George Kyriazis
2018-04-27
1
-17
/
+3
*
swr/rast: WIP Translation handling
George Kyriazis
2018-04-27
2
-18
/
+26
*
swr/rast: Use different handing for stream masks
George Kyriazis
2018-04-27
1
-0
/
+2
*
swr/rast: Silence warnings
George Kyriazis
2018-04-27
3
-4
/
+2
*
swr/rast: Add support for TexelMask evaluation
George Kyriazis
2018-04-27
2
-0
/
+44
*
swr/rast: Fix x86 lowering 64-bit float handling
George Kyriazis
2018-04-27
2
-6
/
+56
*
swr/rast: Fix wrong type allocation
George Kyriazis
2018-04-27
1
-1
/
+1
*
swr: Fix include for createPromoteMemoryToRegisterPass
Mike Lothian
2018-04-19
1
-0
/
+3
*
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
4
-4
/
+26
*
swr/rast: Optimize late/bindless JIT of samplers
George Kyriazis
2018-04-18
2
-10
/
+14
*
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: 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
1
-0
/
+23
*
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
4
-29
/
+8
*
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
5
-71
/
+190
*
swr/rast: Add support for setting optimization level
George Kyriazis
2018-04-18
6
-12
/
+11
*
swr/rast: Adding translate call to builder_gfx_mem.
George Kyriazis
2018-04-18
2
-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
3
-4
/
+206
*
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
9
-9
/
+515
*
swr/rast: Move CallPrint() to a separate file
George Kyriazis
2018-04-18
2
-20
/
+53
*
swr/rast: Code cleanup
George Kyriazis
2018-04-18
1
-8
/
+1
*
swr/rast: Add MEM_ADD helper function to Builder.
George Kyriazis
2018-04-18
2
-0
/
+9
*
swr/rast: Add autogen of helper llvm intrinsics.
George Kyriazis
2018-04-18
8
-91
/
+26
*
swr/rast: WIP builder rewrite.
George Kyriazis
2018-04-18
1
-9
/
+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
1
-0
/
+17
*
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
1
-26
/
+24
*
swr/rast: Introduce JIT_MEM_CLIENT
George Kyriazis
2018-04-18
3
-40
/
+71
[next]