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: Fix invalid casting for calls to Interlocked* functions
Tim Rowley
2017-08-16
3
-7
/
+7
*
gallium: introduce PIPE_CAP_MEMOBJ
Timothy Arceri
2017-08-03
1
-0
/
+1
*
swr/rast: fix core / knights split of AVX512 intrinsics
Tim Rowley
2017-08-02
4
-55
/
+69
*
swr/rast: simplify knob default value setup
Tim Rowley
2017-08-02
2
-14
/
+11
*
swr/rast: split gen_knobs templates into .h/.cpp
Tim Rowley
2017-08-02
5
-118
/
+166
*
swr/rast: gen_knobs template code style
Tim Rowley
2017-08-02
1
-2
/
+2
*
swr/rast: switch gen_knobs.cpp license
Tim Rowley
2017-08-02
1
-12
/
+17
*
swr/rast: fix scons gen_knobs.h dependency
Tim Rowley
2017-08-02
1
-1
/
+1
*
swr/rast: constify swr rasterizer
Tim Rowley
2017-08-02
18
-323
/
+339
*
swr/rast: SIMD16 shaders - widen fetch and vertex shaders
Tim Rowley
2017-08-02
6
-5
/
+238
*
swr/rast: vmask() implementations for KNL
Tim Rowley
2017-08-02
1
-0
/
+14
*
swr/rast: rename frontend pVertexStore
Tim Rowley
2017-08-02
1
-6
/
+9
*
swr/rast: fix movemask_ps / movemask_pd on AVX512
Tim Rowley
2017-08-02
1
-2
/
+7
*
swr/rast: stop using MSFT types in platform independent code
Tim Rowley
2017-08-02
14
-31
/
+35
*
swr/rast: enable USE_SIMD16_FRONTEND by default
Tim Rowley
2017-08-02
1
-1
/
+1
*
swr/rast: disable AVX512 optimization of SSE / AVX code
Tim Rowley
2017-08-02
1
-0
/
+4
*
swr/rast: fix USE_SIMD16_FRONTEND issues
Tim Rowley
2017-08-02
14
-74
/
+49
*
swr/rast: simdlib better separation of core vs knights avx512
Tim Rowley
2017-08-02
15
-245
/
+911
*
swr/rast: threadID via portable std::this_thread::get_id()
Tim Rowley
2017-08-02
1
-9
/
+11
*
gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap
Nicolai Hähnle
2017-08-02
1
-0
/
+1
*
gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
Nicolai Hähnle
2017-07-31
1
-0
/
+1
*
swr: fix transform feedback logic
George Kyriazis
2017-07-27
4
-8
/
+71
*
swr/rast: non-regex knob fallback code for gcc < 4.9
Tim Rowley
2017-07-27
1
-0
/
+21
*
swr: use the correct variable for no undefined symbols
Emil Velikov
2017-07-24
1
-1
/
+1
*
swr: don't forget to link KNL/SKX against pthreads
Emil Velikov
2017-07-24
1
-0
/
+8
*
swr: don't forget to link AVX/AVX2 against pthreads
Emil Velikov
2017-07-24
1
-0
/
+8
*
swr/rast: quit using linux-specific gettid()
Tim Rowley
2017-07-21
2
-4
/
+3
*
swr/rast: fix memory paths for avx512 optimized avx/sse
Tim Rowley
2017-07-21
2
-10
/
+10
*
swr/rast: cache line align hottile buffers
Tim Rowley
2017-07-21
1
-3
/
+3
*
swr/rast: simdlib changes for clang/gcc
Tim Rowley
2017-07-21
2
-10
/
+35
*
configure/swr: add KNL and SKX architecture targets
Tim Rowley
2017-07-19
2
-0
/
+58
*
configure/swr: configurable swr architectures
Tim Rowley
2017-07-19
3
-8
/
+40
*
swr: remove unneeded fallback strcasecmp define
Emil Velikov
2017-07-19
1
-5
/
+0
*
swr: JitManager runtime determination of architecture
Tim Rowley
2017-07-14
1
-1
/
+2
*
swr/rast: Fix use of KNL-only intrinsics in SKX build
Tim Rowley
2017-07-13
3
-6
/
+6
*
swr/rast: Fix build warnings when using the Intel compiler
Tim Rowley
2017-07-13
1
-1
/
+1
*
swr/rast: SIMD16 Frontend - Fix USE_SIMD16_FRONTEND build
Tim Rowley
2017-07-13
4
-12
/
+25
*
swr/rast: Removing unneeded MSVC warning pragma
Tim Rowley
2017-07-13
1
-3
/
+0
*
swr/rast: Add support for read-only render targets
Tim Rowley
2017-07-13
2
-4
/
+10
*
swr/rast: Support render target mask instead of render target count
Tim Rowley
2017-07-13
7
-49
/
+85
*
swr: Add path to draw directly from client memory without copy.
Bruce Cherniak
2017-07-12
5
-11
/
+51
*
swr: Move environment config options into separate function.
Bruce Cherniak
2017-07-12
1
-26
/
+34
*
swr: Remove hard-coded constant and "todo" comment.
Bruce Cherniak
2017-07-12
1
-1
/
+2
*
swr: build driver proper separate from rasterizer
Tim Rowley
2017-07-11
5
-39
/
+36
*
swr: switch to using SwrGetInterface api table
Tim Rowley
2017-07-11
10
-65
/
+72
*
swr/rast: make SWR_VISIBLE attribute work for windows
George Kyriazis
2017-07-11
1
-1
/
+1
*
swr/rast: Correctly allocate SWR_STATS memory as cacheline aligned
Tim Rowley
2017-07-06
2
-5
/
+5
*
swr/rast: remove unused variables
Tim Rowley
2017-07-06
2
-4
/
+0
*
swr/rast: don't use _mm256_fmsub_ps in AVX code
Tim Rowley
2017-07-06
1
-1
/
+5
*
swr/rast: _mm*_undefined_* implementations for gcc<4.9
Tim Rowley
2017-07-06
1
-0
/
+6
[next]