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
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr/rast: Add api to override draws in flight
Tim Rowley
2017-10-19
4
-19
/
+31
*
swr/rast: Widen fetch shader to SIMD16 (disabled for now)
Tim Rowley
2017-10-19
1
-13
/
+428
*
swr/rast: Change DS memory allocation
Tim Rowley
2017-10-19
2
-2
/
+3
*
swr/rast: Fix indentation
Tim Rowley
2017-10-19
1
-1
/
+1
*
swr/rast: Miscellaneous viewport array code changes
Tim Rowley
2017-10-19
5
-38
/
+71
*
swr/rast: Minor changes for os-x
Tim Rowley
2017-10-19
1
-2
/
+4
*
swr/rast: use proper alignment for debug transposedPrims
Tim Rowley
2017-10-06
1
-2
/
+2
*
swr/rast: do not crash on NULL strings returned by getenv
Emil Velikov
2017-10-02
1
-1
/
+2
*
swr/rast: Handle instanceID offset / Instance Stride enable
Tim Rowley
2017-09-25
1
-7
/
+39
*
swr/rast: Remove code supporting legacy llvm (<3.9)
Tim Rowley
2017-09-25
3
-105
/
+15
*
swr/rast: Fix allocation of DS output data for USE_SIMD16_FRONTEND
Tim Rowley
2017-09-25
1
-10
/
+6
*
swr/rast: Slightly more efficient blend jit
Tim Rowley
2017-09-25
1
-20
/
+10
*
swr/rast: Properly sized null GS buffer
Tim Rowley
2017-09-25
1
-1
/
+1
*
swr/rast: Move SWR_GS_CONTEXT from thread local storage to stack
Tim Rowley
2017-09-25
1
-12
/
+11
*
swr/rast: Fetch compile state changes
Tim Rowley
2017-09-25
2
-1
/
+12
*
swr/rast: New GS state/context API
Tim Rowley
2017-09-25
2
-114
/
+168
*
swr/rast: Add support for R10G10B10_FLOAT_A2_UNORM pixel format
Tim Rowley
2017-09-25
3
-17
/
+28
*
swr/rast: remove llvm fence/atomics from generated files
Tim Rowley
2017-09-22
1
-0
/
+8
*
swr: use ARRAY_SIZE macro
Eric Engestrom
2017-09-14
1
-4
/
+6
*
swr/rast: Fetch compile state changes
Tim Rowley
2017-09-13
2
-5
/
+14
*
swr/rast: adjust linux cpu topology identification code
Tim Rowley
2017-09-13
1
-43
/
+38
*
swr/rast: Missed conversion to SIMD_T
Tim Rowley
2017-09-13
1
-1
/
+1
*
swr/rast: whitespace changes
Tim Rowley
2017-09-13
1
-0
/
+2
*
swr/rast: add graph write to jit debug putput
Tim Rowley
2017-09-13
1
-3
/
+3
*
swr/rast: Migrate memory pointers to gfxptr_t type
Tim Rowley
2017-09-13
4
-6
/
+7
*
swr/rast: Remove hardcoded clip/cull slot from clipper
Tim Rowley
2017-09-13
1
-14
/
+21
*
swr/rast: Start to remove hardcoded clipcull_dist vertex attrib slot
Tim Rowley
2017-09-13
2
-8
/
+12
*
swr/rast: Move clip/cull enables in API
Tim Rowley
2017-09-13
8
-32
/
+32
*
swr/rast: Add new API SwrStallBE
Tim Rowley
2017-09-13
2
-0
/
+17
*
swr/rast: FE/Clipper - unify SIMD8/16 functions using simdlib types
Tim Rowley
2017-09-06
3
-1189
/
+446
*
swr/rast: Remove use of C++14 template variable
Tim Rowley
2017-09-06
2
-6
/
+14
*
swr/rast: SIMD16 FE remove templated immediates workaround
Tim Rowley
2017-09-06
1
-90
/
+20
*
swr/rast: SIMD16 PA - rename Assemble_simd16 to Assemble
Tim Rowley
2017-09-06
3
-31
/
+15
*
swr/rast: FE/Binner - unify SIMD8/16 functions using simdlib types
Tim Rowley
2017-09-06
5
-1739
/
+696
*
swr/rast: Removed some trailing whitespace caught during review
Tim Rowley
2017-09-06
3
-10
/
+10
*
swr/rast: Allow gather of floats from fetch shader with 2-4GB offsets
Tim Rowley
2017-09-06
2
-1
/
+7
*
swr/rast: Fix invalid casting for calls to Interlocked* functions
Tim Rowley
2017-08-16
3
-7
/
+7
*
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
3
-116
/
+163
*
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: 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
[next]