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
*
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
*
swr/rast: add CreateDirectoryPath to recursively create directories
Tim Rowley
2017-05-30
3
-8
/
+53
*
swr/rast: add support for DX1_RGB{_SRGB} formats
Tim Rowley
2017-05-30
3
-37
/
+93
*
swr/rast: clean up whitespace
Tim Rowley
2017-05-30
1
-1
/
+0
*
swr/rast: adjust BinPostSetupPoints* function signature
Tim Rowley
2017-05-30
1
-3
/
+3
*
swr/rast: remove extra pixel center adjustment in BinPostSetupPoints
Tim Rowley
2017-05-30
1
-5
/
+0
*
automake: add SWR LLVM gen_builder.hpp workaround
Emil Velikov
2017-05-20
1
-30
/
+11
*
gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
Marek Olšák
2017-05-17
1
-0
/
+1
*
swr: don't use AttributeSet with llvm >= 5
Tim Rowley
2017-05-17
1
-15
/
+21
*
gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
Marek Olšák
2017-05-10
1
-0
/
+1
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
3
-30
/
+15
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-7
/
+7
*
swr: fix polygonmode for front==back
George Kyriazis
2017-05-08
2
-1
/
+27
*
swr/rast: support polygonmode point
George Kyriazis
2017-05-08
1
-52
/
+116
*
swr: move msaa resolve to generalized StoreTile
Bruce Cherniak
2017-05-08
3
-80
/
+82
*
swr/rast: add memory api to SwrGetInterface()
Tim Rowley
2017-04-28
6
-28
/
+54
*
swr/rast: use gather instruction for odd format fetch
Tim Rowley
2017-04-28
1
-46
/
+9
*
swr/rast: enable SIMD16 8x2 tile backend
Tim Rowley
2017-04-28
1
-1
/
+1
*
swr/rast: add SwrInit() to init backend/memory tables
Tim Rowley
2017-04-28
5
-22
/
+26
*
swr/rast: increment depth/stencil tile pointer in SIMD16 BE
Tim Rowley
2017-04-28
1
-1
/
+1
*
swr/rast: add SwrGetInterface() function to return api
Tim Rowley
2017-04-28
3
-44
/
+151
*
swr/rast: enable per-warp scratch space for CS
Tim Rowley
2017-04-28
8
-8
/
+33
*
swr/rast: reduce simd{16}vertex stack for VS output
Tim Rowley
2017-04-28
2
-16
/
+54
*
swr/rast: remove default argument from SwrSync()
Tim Rowley
2017-04-28
1
-1
/
+1
*
swr/rast: remove unused variables in the SIMD16 FE
Tim Rowley
2017-04-28
3
-14
/
+2
*
swr/rast: move construction of const above goto
Tim Rowley
2017-04-28
1
-2
/
+2
*
swr/rast: name threads to aid debugging
Tim Rowley
2017-04-28
4
-2
/
+126
*
swr/rast: disable buffer overrun warning for Assemble()
Tim Rowley
2017-04-28
1
-2
/
+4
*
swr/rast: clean up clipper comments
Tim Rowley
2017-04-28
1
-2
/
+2
*
swr/rast: add SIMDAPI decorators in binner/clipper
Tim Rowley
2017-04-28
2
-6
/
+6
[next]