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: Faster emulated simd16 permute
Tim Rowley
2017-11-14
1
-23
/
+11
*
swr/rast: Use gather instruction for i32gather_ps on simd16/avx512
Tim Rowley
2017-11-14
1
-11
/
+1
*
swr: Fixed an uncommon freed-memory access during state validation
Bruce Cherniak
2017-11-10
2
-17
/
+25
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
2
-2
/
+2
*
swr: Replace the check for c++11 by the unified version
Gert Wollny
2017-11-08
1
-2
/
+2
*
gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
Marek Olšák
2017-11-06
1
-0
/
+1
*
gallium: add cap for driver specified max combined shader resources.
Dave Airlie
2017-11-01
1
-0
/
+1
*
swr: Rework scratch space allocation
George Kyriazis
2017-10-19
2
-30
/
+23
*
swr: knob overrides for Intel Xeon Phi
Tim Rowley
2017-10-19
5
-1
/
+37
*
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: simd16 shaders work in progress
Tim Rowley
2017-10-11
3
-2
/
+21
*
gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.
Eric Anholt
2017-10-10
1
-0
/
+1
*
swr/rast: use proper alignment for debug transposedPrims
Tim Rowley
2017-10-06
1
-2
/
+2
*
gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
Marek Olšák
2017-10-06
1
-0
/
+1
*
gallium: Remove util_format_s3tc_init()
Matt Turner
2017-10-02
1
-2
/
+0
*
gallium: Remove util_format_s3tc_enabled
Matt Turner
2017-10-02
1
-4
/
+0
*
swr/rast: do not crash on NULL strings returned by getenv
Emil Velikov
2017-10-02
1
-1
/
+2
*
swr: Remove unneeeded comparison
George Kyriazis
2017-09-26
1
-2
/
+1
*
swr: Handle resource across context changes
George Kyriazis
2017-09-26
4
-10
/
+70
*
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
3
-212
/
+253
*
swr/rast: Add support for R10G10B10_FLOAT_A2_UNORM pixel format
Tim Rowley
2017-09-25
3
-17
/
+28
*
scons: use python3-compatible generator
Eric Engestrom
2017-09-25
1
-4
/
+2
*
scons: use python3-compatible print()
Eric Engestrom
2017-09-25
1
-3
/
+3
*
swr/rast: remove llvm fence/atomics from generated files
Tim Rowley
2017-09-22
1
-0
/
+8
*
gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
Nicolai Hähnle
2017-09-18
1
-0
/
+1
*
gallium: introduce PIPE_CAP_LOAD_CONSTBUF
Timothy Arceri
2017-09-15
1
-0
/
+1
*
swr: use ARRAY_SIZE macro
Eric Engestrom
2017-09-14
1
-4
/
+6
*
swr/rast: Fetch compile state changes
Tim Rowley
2017-09-13
3
-6
/
+15
*
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
9
-36
/
+36
*
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
3
-8
/
+15
*
swr/rast: Move clip/cull enables in API
Tim Rowley
2017-09-13
9
-40
/
+40
*
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
[next]