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
/
rasterizer
/
jitter
/
builder_misc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr/rast: Move CallPrint() to a separate file
George Kyriazis
2018-04-18
1
-20
/
+2
*
swr/rast: Add autogen of helper llvm intrinsics.
George Kyriazis
2018-04-18
1
-13
/
+0
*
swr/rast: Add some instructions to jitter
George Kyriazis
2018-04-18
1
-0
/
+12
*
swr/rast: Add VPOPCNT
George Kyriazis
2018-03-09
1
-0
/
+8
*
swr/rast: Move memory-related JIT functions
George Kyriazis
2018-01-25
1
-777
/
+0
*
swr/rast: Add extra (optional) parameter in GATHERPS
George Kyriazis
2018-01-25
1
-1
/
+1
*
swr/rast: Added ICLAMP builder function
George Kyriazis
2018-01-19
1
-2
/
+2
*
swr/rast: x86 autogenerated macro work
George Kyriazis
2018-01-19
1
-8
/
+9
*
swr/rast: Initial work for debugging support.
George Kyriazis
2018-01-19
1
-1
/
+1
*
swr/rast: shuffle header files for msvc pre-compiled header usage
Tim Rowley
2018-01-10
1
-0
/
+1
*
swr/rast: SIMD16 builder - cleanup naming (simd2 -> simd16)
Tim Rowley
2018-01-10
1
-72
/
+61
*
swr/rast: EXTRACT2 changed from vextract/vinsert to vshuffle
Tim Rowley
2017-12-15
1
-43
/
+17
*
swr/rast: Replace VPSRL with LSHR
Tim Rowley
2017-12-15
1
-30
/
+0
*
swr/rast: SIMD16 Fetch - Fully widen 32-bit integer vertex components
Tim Rowley
2017-12-15
1
-0
/
+36
*
swr/rast: Replace INSERT2 vextract/vinsert with JOIN2 vshuffle
Tim Rowley
2017-12-15
1
-32
/
+6
*
swr/rast: SIMD16 Fetch - Fully widen 32-bit float vertex components
Tim Rowley
2017-12-15
1
-4
/
+37
*
swr/rast: Convert gather masks to Nx1bit
Tim Rowley
2017-12-15
1
-13
/
+7
*
swr/rast: Remove unneeded copy of gather mask
Tim Rowley
2017-12-15
1
-19
/
+3
*
swr/rast: Implement AVX-512 GATHERPS in SIMD16 fetch shader
Tim Rowley
2017-11-20
1
-9
/
+117
*
swr/rast: Simplify GATHER* jit builder api
Tim Rowley
2017-11-20
1
-16
/
+16
*
swr/rast: Widen fetch shader to SIMD16
Tim Rowley
2017-11-20
1
-0
/
+52
*
swr/rast: Remove code supporting legacy llvm (<3.9)
Tim Rowley
2017-09-25
1
-93
/
+9
*
swr/rast: Add support for R10G10B10_FLOAT_A2_UNORM pixel format
Tim Rowley
2017-09-25
1
-8
/
+8
*
swr/rast: stop using MSFT types in platform independent code
Tim Rowley
2017-08-02
1
-2
/
+2
*
swr/rast: add additional jit utility functions
Tim Rowley
2017-04-28
1
-1
/
+68
*
swr: [rasterizer jitter] Remove HAVE_LLVM tests supporting llvm < 3.8
Tim Rowley
2017-04-11
1
-31
/
+0
*
swr: [rasterizer] Slight assert refactoring
Tim Rowley
2017-03-20
1
-2
/
+2
*
swr: [rasterizer jitter] Add DEBUGTRAP jit builder function
Tim Rowley
2017-02-08
1
-0
/
+7
*
swr: [rasterizer core/common/jitter] gl_double support
Tim Rowley
2017-01-05
1
-0
/
+49
*
swr: [rasterizer jitter] include cstdarg in builder_misc.cpp
Tim Rowley
2016-12-02
1
-1
/
+2
*
swr: [rasterizer jitter] fixes for icc in vs2015 compat mode
Tim Rowley
2016-10-03
1
-1286
/
+1290
*
swr: [rasterizer jitter] reimplement SCATTERPS
Tim Rowley
2016-08-29
1
-16
/
+94
*
swr: [rasterizer] add support for llvm-3.9
Tim Rowley
2016-07-12
1
-10
/
+28
*
swr: [rasterizer jitter] cleanup supporting different llvm versions
Tim Rowley
2016-06-23
1
-4
/
+27
*
swr: [rasterizer core] buckets fixes
Tim Rowley
2016-05-24
1
-22
/
+32
*
swr: [rasterizer jitter] fix assert in AVX implementation of MASKLOADD
Tim Rowley
2016-05-19
1
-2
/
+7
*
swr: [rasterizer jitter] Fix printing bugs for tracing.
Tim Rowley
2016-05-05
1
-81
/
+24
*
swr: [rasterizer jitter] Fix MASKLOADD AVX prototype (float -> i32)
Tim Rowley
2016-03-25
1
-1
/
+1
*
swr: [rasterizer jitter] support llvm-svn
Tim Rowley
2016-03-25
1
-5
/
+5
*
swr: [rasterizer jitter] signed immediate builder
Tim Rowley
2016-03-25
1
-0
/
+7
*
swr: [rasterizer] Fix Coverity issues reported by Mesa developers.
Tim Rowley
2016-03-25
1
-0
/
+2
*
swr: [rasterizer jitter] vpermps support
Tim Rowley
2016-03-25
1
-1
/
+50
*
swr: [rasterizer] Add rdtsc buckets support for shaders
Tim Rowley
2016-03-25
1
-0
/
+38
*
swr: [rasterizer jitter] Cleanup use of types inside of Builder.
Tim Rowley
2016-03-25
1
-29
/
+29
*
swr: [rasterizer jitter] Fix type mismatch on select args for SCATTERPS
Tim Rowley
2016-03-25
1
-2
/
+4
*
gallium/swr: add OpenSWR rasterizer
Tim Rowley
2016-03-02
1
-0
/
+1447