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
/
swr
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr/rast: add memory api to SwrGetInterface()
Tim Rowley
2017-04-28
6
-28
/
+54
*
swr/rast: use gather instruction for odd format fetch
Tim Rowley
2017-04-28
1
-46
/
+9
*
swr/rast: enable SIMD16 8x2 tile backend
Tim Rowley
2017-04-28
1
-1
/
+1
*
swr/rast: add SwrInit() to init backend/memory tables
Tim Rowley
2017-04-28
5
-22
/
+26
*
swr/rast: increment depth/stencil tile pointer in SIMD16 BE
Tim Rowley
2017-04-28
1
-1
/
+1
*
swr/rast: add SwrGetInterface() function to return api
Tim Rowley
2017-04-28
3
-44
/
+151
*
swr/rast: enable per-warp scratch space for CS
Tim Rowley
2017-04-28
8
-8
/
+33
*
swr/rast: reduce simd{16}vertex stack for VS output
Tim Rowley
2017-04-28
2
-16
/
+54
*
swr/rast: remove default argument from SwrSync()
Tim Rowley
2017-04-28
1
-1
/
+1
*
swr/rast: remove unused variables in the SIMD16 FE
Tim Rowley
2017-04-28
3
-14
/
+2
*
swr/rast: move construction of const above goto
Tim Rowley
2017-04-28
1
-2
/
+2
*
swr/rast: name threads to aid debugging
Tim Rowley
2017-04-28
4
-2
/
+126
*
swr/rast: disable buffer overrun warning for Assemble()
Tim Rowley
2017-04-28
1
-2
/
+4
*
swr/rast: clean up clipper comments
Tim Rowley
2017-04-28
1
-2
/
+2
*
swr/rast: add SIMDAPI decorators in binner/clipper
Tim Rowley
2017-04-28
2
-6
/
+6
*
swr/rast: add additional jit utility functions
Tim Rowley
2017-04-28
4
-1
/
+76
*
swr/rast: more flexible max attribute slots
Tim Rowley
2017-04-28
7
-27
/
+30
*
gallium: fold u_trim_pipe_prim call from st/mesa to drivers
Marek Olšák
2017-04-20
1
-0
/
+5
*
swr: simd16 vs work
Tim Rowley
2017-04-19
1
-5
/
+25
*
swr: Add polygon stipple support
George Kyriazis
2017-04-14
5
-9
/
+84
*
gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
Nicolai Hähnle
2017-04-14
1
-0
/
+1
*
swr: Enable MSAA in OpenSWR software renderer
Bruce Cherniak
2017-04-14
6
-25
/
+313
*
swr: Removed unnecessary PIPE_BIND flags from swr_is_format_supported
Bruce Cherniak
2017-04-14
1
-2
/
+1
*
swr: Align swr_context allocation to SIMD alignment.
Bruce Cherniak
2017-04-14
1
-2
/
+5
*
swr: add linux to scons build
George Kyriazis
2017-04-14
1
-6
/
+1
*
swr: [rasterizer core] Disable 8x2 tile backend
Tim Rowley
2017-04-11
1
-1
/
+1
*
swr: [rasterizer common] Add _simd_testz_si alias
Tim Rowley
2017-04-11
1
-0
/
+1
*
swr: [rasterizer archrast] Fix archrast for MSVC 2017 compiler
Tim Rowley
2017-04-11
5
-6
/
+6
*
swr: [rasterizer jitter] Remove unused function
Tim Rowley
2017-04-11
2
-35
/
+0
*
swr: [rasterizer jitter] Remove HAVE_LLVM tests supporting llvm < 3.8
Tim Rowley
2017-04-11
4
-52
/
+0
*
swr: [rasterizer common/core] Fix 32-bit windows build
Tim Rowley
2017-04-11
6
-117
/
+123
*
swr: [rasterizer core] Fix unused variable warnings
Tim Rowley
2017-04-11
3
-10
/
+1
*
swr: [rasterizer core] Code formating change
Tim Rowley
2017-04-11
1
-10
/
+10
*
swr: [rasterizer core] SIMD16 Frontend WIP - PA
Tim Rowley
2017-04-11
1
-22
/
+22
*
swr: [rasterizer core] SIMD16 Frontend WIP - Clipper
Tim Rowley
2017-04-11
5
-124
/
+941
*
swr: [rasterizer core] Multisample sample position setup change
Tim Rowley
2017-04-11
3
-75
/
+92
*
swr: [rasterizer core] Reduce templates to speed compile
Tim Rowley
2017-04-11
3
-10
/
+71
*
swr: return true for PIPE_CAP_DOUBLES
Tim Rowley
2017-04-11
1
-0
/
+1
*
swr: fix unused variable warnings
Tim Rowley
2017-04-07
2
-2
/
+0
*
swr: [rasterizer core] SIMD16 Frontend WIP
Tim Rowley
2017-04-05
4
-75
/
+1299
*
swr: [rasterizer core] Enable 8x2 backend
Tim Rowley
2017-04-05
1
-1
/
+1
*
swr: [rasterizer codegen] remove copy of mako
Tim Rowley
2017-04-05
18
-7201
/
+0
*
swr: [rasterizer core/memory] Move intrinics to _simd functions
Tim Rowley
2017-04-05
5
-117
/
+112
*
swr: [rasterizer core] Programmable sample position support
Tim Rowley
2017-04-05
12
-596
/
+267
*
swr: [configure.ac/scons] require c++14
Tim Rowley
2017-04-05
2
-3
/
+3
*
swr: [rasterizer core] Fix center sample pattern
Tim Rowley
2017-04-05
3
-26
/
+26
*
swr: [rasterizer core/memory] Fix missing avx512 storetile
Tim Rowley
2017-04-05
3
-23
/
+14
*
swr: [rasterizer core] SIMD16 Frontend WIP
Tim Rowley
2017-04-05
2
-37
/
+14
*
gallium: add PIPE_CAP_TGSI_BALLOT
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
swr: automake: add gen_common.py to the tarball
Emil Velikov
2017-04-05
1
-0
/
+1
[next]