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: 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
*
swr: Limit memory held by defer deleted resources.
Bruce Cherniak
2017-07-02
1
-0
/
+6
*
swr: Minor cleanup of variable usage, no functional change.
Bruce Cherniak
2017-06-30
1
-2
/
+2
*
swr: use swr_query_result type instead of void
Tim Rowley
2017-06-30
2
-3
/
+3
*
swr/rast: increase number of possible draws in flight
Tim Rowley
2017-06-30
1
-1
/
+1
*
swr/rast: move default split size from driver to rasterizer
Tim Rowley
2017-06-30
2
-5
/
+1
*
swr/rast: Fix missing setup of psContext.pColorBuffer
Tim Rowley
2017-06-30
2
-16
/
+14
*
swr/rast: Switch intrinsic usage to SIMDLib
Tim Rowley
2017-06-30
30
-2679
/
+6222
*
swr/rast: Fix unused variable warnings
Tim Rowley
2017-06-30
1
-6
/
+0
*
swr/rast: Split rasterizer.cpp to improve compile time
Tim Rowley
2017-06-30
10
-1617
/
+1732
*
swr/rast: gen_backends.py remove extraneous semicolon
Tim Rowley
2017-06-30
1
-1
/
+2
*
swr/rast: Support dynamically sized vertex layout
Tim Rowley
2017-06-30
6
-21
/
+49
*
swr/rast: Split backend.cpp to improve compile time
Tim Rowley
2017-06-30
13
-1832
/
+2146
*
swr/rast: gen_backends.py removal of commented debug prints
Tim Rowley
2017-06-30
1
-4
/
+1
*
swr/rast: gen_backends.py quote cleanup
Tim Rowley
2017-06-30
1
-8
/
+8
*
swr/rast: generators will create target directories
Tim Rowley
2017-06-30
1
-0
/
+7
*
swr: Remove need to allocate vertex buffer scratch space all in one go
cros-mesa-17.1.1-r14-vanilla
chadv/cros-mesa-17.1.1-r14-vanilla
Bruce Cherniak
2017-06-29
1
-23
/
+2
*
swr: conditionally validate vertex buffer state
Bruce Cherniak
2017-06-29
1
-4
/
+5
*
swr: set dynamic vertex size
Tim Rowley
2017-06-29
1
-2
/
+4
*
swr: set an explicit clear_rect if scissor is not enabled.
Bruce Cherniak
2017-06-26
1
-1
/
+9
*
swr/rast: adjust std::string usage to fix build
Tim Rowley
2017-06-26
1
-3
/
+9
*
swr: invalidate attachment on transition change
George Kyriazis
2017-06-22
3
-0
/
+28
*
swr: Include definition of missing function
George Kyriazis
2017-06-20
1
-0
/
+1
*
swr/rast: Fix read-back of viewport array index
Tim Rowley
2017-06-16
10
-117
/
+182
*
swr/rast: Refactor includes to limit simdintrin.h usage
Tim Rowley
2017-06-16
16
-1079
/
+1147
*
swr/rast: Fix read-back of render target array index
Tim Rowley
2017-06-16
5
-13
/
+18
*
swr/rast: Adjust cast for gcc warning
Tim Rowley
2017-06-16
1
-1
/
+1
*
swr/rast: Don't transition hottile resolved->dirty during store tiles
Tim Rowley
2017-06-16
1
-1
/
+4
*
swr/rast: gen_llvm_types.py support for SIMD256/SIMD512
Tim Rowley
2017-06-16
1
-6
/
+6
*
swr/rast: Properly size GS stage scratch space
Tim Rowley
2017-06-16
1
-1
/
+1
*
swr/rast: Fix early z / query interaction
Tim Rowley
2017-06-16
1
-0
/
+4
*
swr/rast: Share vertex memory between VS input/output
Tim Rowley
2017-06-16
1
-5
/
+2
*
swr/rast: Add support for dynamic vertex size for VS output
Tim Rowley
2017-06-16
3
-15
/
+23
*
swr/rast: SIMD16 FE - improve calcDeterminantIntVertical
Tim Rowley
2017-06-16
1
-12
/
+20
*
swr/rast: Add support to PA for variable sized vertices
Tim Rowley
2017-06-16
4
-26
/
+38
*
swr/rast: Rework attribute layout
Tim Rowley
2017-06-16
4
-66
/
+103
*
swr/rast: Remove explicit primitive id slot in the vertex layout
Tim Rowley
2017-06-16
7
-58
/
+33
*
swr/rast: Fix invalid 16-bit format traits for A1R5G5B5
Tim Rowley
2017-06-16
1
-100
/
+48
*
swr/rast: Implement JIT shader caching to disk
Tim Rowley
2017-06-16
10
-18
/
+358
*
swr: Don't crash when encountering a VBO with stride = 0.
Bruce Cherniak
2017-06-16
1
-7
/
+18
*
gallium: add PIPE_CAP_BINDLESS_TEXTURE
Samuel Pitoiset
2017-06-14
1
-0
/
+1
[prev]
[next]