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
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr: relax c++ requirement from c++14 to c++11
Tim Rowley
2017-06-14
3
-16
/
+17
*
automake: add SWR LLVM gen_builder.hpp workaround
Emil Velikov
2017-05-22
1
-30
/
+11
*
swr: move msaa resolve to generalized StoreTile
Bruce Cherniak
2017-05-18
3
-80
/
+82
*
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
*
gallium: add sparse buffer interface and capability
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
gallium: Add a cap to check if the driver supports fill_rectangle
Lyude
2017-03-31
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI CLOCK
Nicolai Hähnle
2017-03-31
1
-0
/
+1
*
swr: [scons] Fix windows build
George Kyriazis
2017-03-29
1
-7
/
+31
*
swr: fix llvm-5.0.0 build bustage
Tim Rowley
2017-03-28
1
-9
/
+15
*
swr: [rasterizer jitter] fix llvm-5.0.0 build bustage
Tim Rowley
2017-03-28
1
-4
/
+3
*
swr: [rasterizer core] Disable inline function expansion
Tim Rowley
2017-03-28
1
-0
/
+12
*
swr: [rasterizer common] Use C++ thread_local keyword
Tim Rowley
2017-03-28
1
-2
/
+2
*
swr: [rasterizer core] SIMD16 Frontend WIP
Tim Rowley
2017-03-28
8
-81
/
+371
*
swr: [rasterizer core] Don't bind single-threaded contexts
Tim Rowley
2017-03-28
1
-1
/
+1
*
swr: [rasterizer core] Enable SIMD16
Tim Rowley
2017-03-28
3
-8
/
+20
*
swr: [rasterizer jitter] Clean up EngineBuilder construction
Tim Rowley
2017-03-28
1
-7
/
+5
*
swr: [rasterizer codegen] add cmdline to archrast gen files
Tim Rowley
2017-03-28
5
-2
/
+18
*
swr: [rasterizer core] SIMD16 Frontend WIP
Tim Rowley
2017-03-28
2
-22
/
+136
*
swr: [rasterizer codegen] Refactor codegen
Tim Rowley
2017-03-28
7
-158
/
+215
*
swr: [rasterizer jitter] fix llvm >= 5.0 build break
Tim Rowley
2017-03-22
3
-3
/
+3
[next]