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/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
*
swr: relax c++ requirement from c++14 to c++11
Tim Rowley
2017-06-08
3
-16
/
+17
*
tree-wide: remove trailing backslash
Eric Engestrom
2017-06-07
1
-2
/
+2
*
gallium: Add a cap to check if the driver supports ARB_post_depth_coverage
Lyude
2017-06-02
1
-0
/
+1
*
swr/rast: code cleanup (no functional change)
Tim Rowley
2017-05-30
1
-2
/
+6
*
swr/rast: whitespace changes
Tim Rowley
2017-05-30
3
-8
/
+3
*
swr/rast: code cleanup (no functional change)
Tim Rowley
2017-05-30
1
-3
/
+4
*
swr/rast: allow early-z if shader uses depth value
Tim Rowley
2017-05-30
1
-1
/
+1
*
swr/rast: move wireframe/point triangle binning after culling
Tim Rowley
2017-05-30
1
-80
/
+76
*
swr/rast: remove unused functions
Tim Rowley
2017-05-30
1
-28
/
+0
*
swr/rast: code cleanup (no functional change)
Tim Rowley
2017-05-30
1
-60
/
+64
*
swr/rast: move binner utility functions to binner.h
Tim Rowley
2017-05-30
3
-193
/
+225
*
swr/rast: SIMD16 FE - fix/use SIMD16 calcDeterminantIntVertical()
Tim Rowley
2017-05-30
3
-43
/
+65
*
swr/rast: add renderTargetArrayIndex to SWR_PS_CONTEXT
Tim Rowley
2017-05-30
2
-5
/
+6
*
swr/rast: make simd16 logicops avx512f safe
Tim Rowley
2017-05-30
1
-4
/
+10
*
swr/rast: SIMD16 FE - add SIMD16 types to jitter
Tim Rowley
2017-05-30
3
-10
/
+11
*
swr/rast: SIMD16 FE - fix PA_STATE_OP::Reset()
Tim Rowley
2017-05-30
1
-0
/
+3
*
swr/rast: SIMD16 FE - simplify/refactor StreamOut
Tim Rowley
2017-05-30
1
-42
/
+0
*
swr/rast: SIMD16 FE - fix conservative rasterization
Tim Rowley
2017-05-30
1
-0
/
+32
*
swr/rast: SIMD16 FE - interleaved simdvertex output in GS
Tim Rowley
2017-05-30
2
-20
/
+31
*
swr/rast: fix _simd16_movemask_(ps,pd) native AVX512 intrinsics
Tim Rowley
2017-05-30
1
-4
/
+4
*
swr/rast: SIMD16 FE - primitive assembly simplification
Tim Rowley
2017-05-30
2
-50
/
+32
*
swr/rast: silence write of cfg graph
Tim Rowley
2017-05-30
1
-3
/
+3
[next]