projects
/
mesa.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
i965/fs: Implement ARB_shader_ballot operations
2017-07-19
Tim Rowley
configure/swr: add KNL and SKX architecture targets
commit
|
commitdiff
|
tree
2017-07-19
Tim Rowley
configure/swr: configurable swr architectures
commit
|
commitdiff
|
tree
2017-07-19
Tim Rowley
gallium/util: fix nondeterministic avx512 detection
commit
|
commitdiff
|
tree
2017-07-14
Tim Rowley
swr: JitManager runtime determination of architecture
commit
|
commitdiff
|
tree
2017-07-13
Tim Rowley
swr/rast: Fix use of KNL-only intrinsics in SKX build
commit
|
commitdiff
|
tree
2017-07-13
Tim Rowley
swr/rast: Fix build warnings when using the Intel compiler
commit
|
commitdiff
|
tree
2017-07-13
Tim Rowley
swr/rast: SIMD16 Frontend - Fix USE_SIMD16_FRONTEND...
commit
|
commitdiff
|
tree
2017-07-13
Tim Rowley
swr/rast: Removing unneeded MSVC warning pragma
commit
|
commitdiff
|
tree
2017-07-13
Tim Rowley
swr/rast: Add support for read-only render targets
commit
|
commitdiff
|
tree
2017-07-13
Tim Rowley
swr/rast: Support render target mask instead of render...
commit
|
commitdiff
|
tree
2017-07-11
Tim Rowley
swr: build driver proper separate from rasterizer
commit
|
commitdiff
|
tree
2017-07-11
Tim Rowley
swr: switch to using SwrGetInterface api table
commit
|
commitdiff
|
tree
2017-07-06
Tim Rowley
swr/rast: Correctly allocate SWR_STATS memory as cacheline...
commit
|
commitdiff
|
tree
2017-07-06
Tim Rowley
swr/rast: remove unused variables
commit
|
commitdiff
|
tree
2017-07-06
Tim Rowley
swr/rast: don't use _mm256_fmsub_ps in AVX code
commit
|
commitdiff
|
tree
2017-07-06
Tim Rowley
swr/rast: _mm*_undefined_* implementations for gcc<4.9
commit
|
commitdiff
|
tree
2017-06-30
Tim Rowley
swr: use swr_query_result type instead of void
commit
|
commitdiff
|
tree
2017-06-30
Tim Rowley
swr/rast: increase number of possible draws in flight
commit
|
commitdiff
|
tree
2017-06-30
Tim Rowley
swr/rast: move default split size from driver to rasterizer
commit
|
commitdiff
|
tree
2017-06-30
Tim Rowley
swr/rast: Fix missing setup of psContext.pColorBuffer
commit
|
commitdiff
|
tree
2017-06-30
Tim Rowley
swr/rast: Switch intrinsic usage to SIMDLib
commit
|
commitdiff
|
tree
2017-06-30
Tim Rowley
scons: allow .inl file extension
commit
|
commitdiff
|
tree
2017-06-30
Tim Rowley
swr/rast: Fix unused variable warnings
commit
|
commitdiff
|
tree
2017-06-30
Tim Rowley
swr/rast: Split rasterizer.cpp to improve compile time
commit
|
commitdiff
|
tree
2017-06-30
Tim Rowley
swr/rast: gen_backends.py remove extraneous semicolon
commit
|
commitdiff
|
tree
2017-06-30
Tim Rowley
swr/rast: Support dynamically sized vertex layout
commit
|
commitdiff
|
tree
2017-06-30
Tim Rowley
swr/rast: Split backend.cpp to improve compile time
commit
|
commitdiff
|
tree
2017-06-30
Tim Rowley
swr/rast: gen_backends.py removal of commented debug...
commit
|
commitdiff
|
tree
2017-06-30
Tim Rowley
swr/rast: gen_backends.py quote cleanup
commit
|
commitdiff
|
tree
2017-06-30
Tim Rowley
swr/rast: generators will create target directories
commit
|
commitdiff
|
tree
2017-06-29
Tim Rowley
swr: set dynamic vertex size
commit
|
commitdiff
|
tree
2017-06-26
Tim Rowley
swr/rast: adjust std::string usage to fix build
commit
|
commitdiff
|
tree
2017-06-16
Tim Rowley
swr/rast: Fix read-back of viewport array index
commit
|
commitdiff
|
tree
2017-06-16
Tim Rowley
swr/rast: Refactor includes to limit simdintrin.h usage
commit
|
commitdiff
|
tree
2017-06-16
Tim Rowley
swr/rast: Fix read-back of render target array index
commit
|
commitdiff
|
tree
2017-06-16
Tim Rowley
swr/rast: Adjust cast for gcc warning
commit
|
commitdiff
|
tree
2017-06-16
Tim Rowley
swr/rast: Don't transition hottile resolved->dirty...
commit
|
commitdiff
|
tree
2017-06-16
Tim Rowley
swr/rast: gen_llvm_types.py support for SIMD256/SIMD512
commit
|
commitdiff
|
tree
2017-06-16
Tim Rowley
swr/rast: Properly size GS stage scratch space
commit
|
commitdiff
|
tree
2017-06-16
Tim Rowley
swr/rast: Fix early z / query interaction
commit
|
commitdiff
|
tree
2017-06-16
Tim Rowley
swr/rast: Share vertex memory between VS input/output
commit
|
commitdiff
|
tree
2017-06-16
Tim Rowley
swr/rast: Add support for dynamic vertex size for VS...
commit
|
commitdiff
|
tree
2017-06-16
Tim Rowley
swr/rast: SIMD16 FE - improve calcDeterminantIntVertical
commit
|
commitdiff
|
tree
2017-06-16
Tim Rowley
swr/rast: Add support to PA for variable sized vertices
commit
|
commitdiff
|
tree
2017-06-16
Tim Rowley
swr/rast: Rework attribute layout
commit
|
commitdiff
|
tree
2017-06-16
Tim Rowley
swr/rast: Remove explicit primitive id slot in the...
commit
|
commitdiff
|
tree
2017-06-16
Tim Rowley
swr/rast: Fix invalid 16-bit format traits for A1R5G5B5
commit
|
commitdiff
|
tree
2017-06-16
Tim Rowley
swr/rast: Implement JIT shader caching to disk
commit
|
commitdiff
|
tree
2017-06-08
Tim Rowley
swr: relax c++ requirement from c++14 to c++11
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: code cleanup (no functional change)
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: whitespace changes
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: code cleanup (no functional change)
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: allow early-z if shader uses depth value
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: move wireframe/point triangle binning after...
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: remove unused functions
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: code cleanup (no functional change)
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: move binner utility functions to binner.h
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: SIMD16 FE - fix/use SIMD16 calcDeterminantIntVerti...
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: add renderTargetArrayIndex to SWR_PS_CONTEXT
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: make simd16 logicops avx512f safe
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: SIMD16 FE - add SIMD16 types to jitter
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: SIMD16 FE - fix PA_STATE_OP::Reset()
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: SIMD16 FE - simplify/refactor StreamOut
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: SIMD16 FE - fix conservative rasterization
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: SIMD16 FE - interleaved simdvertex output...
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: fix _simd16_movemask_(ps,pd) native AVX512...
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: SIMD16 FE - primitive assembly simplification
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: silence write of cfg graph
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: add CreateDirectoryPath to recursively create...
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: add support for DX1_RGB{_SRGB} formats
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: clean up whitespace
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: adjust BinPostSetupPoints* function signature
commit
|
commitdiff
|
tree
2017-05-30
Tim Rowley
swr/rast: remove extra pixel center adjustment in BinPostSet...
commit
|
commitdiff
|
tree
2017-05-17
Tim Rowley
swr: don't use AttributeSet with llvm >= 5
commit
|
commitdiff
|
tree
2017-04-29
Tim Rowley
swr/rast: add memory api to SwrGetInterface()
commit
|
commitdiff
|
tree
2017-04-29
Tim Rowley
swr/rast: use gather instruction for odd format fetch
commit
|
commitdiff
|
tree
2017-04-29
Tim Rowley
swr/rast: enable SIMD16 8x2 tile backend
commit
|
commitdiff
|
tree
2017-04-29
Tim Rowley
swr/rast: add SwrInit() to init backend/memory tables
commit
|
commitdiff
|
tree
2017-04-29
Tim Rowley
swr/rast: increment depth/stencil tile pointer in SIMD16 BE
commit
|
commitdiff
|
tree
2017-04-29
Tim Rowley
swr/rast: add SwrGetInterface() function to return api
commit
|
commitdiff
|
tree
2017-04-29
Tim Rowley
swr/rast: enable per-warp scratch space for CS
commit
|
commitdiff
|
tree
2017-04-29
Tim Rowley
swr/rast: reduce simd{16}vertex stack for VS output
commit
|
commitdiff
|
tree
2017-04-29
Tim Rowley
swr/rast: remove default argument from SwrSync()
commit
|
commitdiff
|
tree
2017-04-29
Tim Rowley
swr/rast: remove unused variables in the SIMD16 FE
commit
|
commitdiff
|
tree
2017-04-29
Tim Rowley
swr/rast: move construction of const above goto
commit
|
commitdiff
|
tree
2017-04-29
Tim Rowley
swr/rast: name threads to aid debugging
commit
|
commitdiff
|
tree
2017-04-29
Tim Rowley
swr/rast: disable buffer overrun warning for Assemble()
commit
|
commitdiff
|
tree
2017-04-29
Tim Rowley
swr/rast: clean up clipper comments
commit
|
commitdiff
|
tree
2017-04-29
Tim Rowley
swr/rast: add SIMDAPI decorators in binner/clipper
commit
|
commitdiff
|
tree
2017-04-29
Tim Rowley
swr/rast: add additional jit utility functions
commit
|
commitdiff
|
tree
2017-04-29
Tim Rowley
swr/rast: more flexible max attribute slots
commit
|
commitdiff
|
tree
2017-04-20
Tim Rowley
swr: simd16 vs work
commit
|
commitdiff
|
tree
2017-04-14
Tim Rowley
swr: update gallium driver docs
commit
|
commitdiff
|
tree
2017-04-11
Tim Rowley
swr: [rasterizer core] Disable 8x2 tile backend
commit
|
commitdiff
|
tree
2017-04-11
Tim Rowley
swr: [rasterizer common] Add _simd_testz_si alias
commit
|
commitdiff
|
tree
2017-04-11
Tim Rowley
swr: [rasterizer archrast] Fix archrast for MSVC 2017...
commit
|
commitdiff
|
tree
2017-04-11
Tim Rowley
swr: [rasterizer jitter] Remove unused function
commit
|
commitdiff
|
tree
2017-04-11
Tim Rowley
swr: [rasterizer jitter] Remove HAVE_LLVM tests supporting...
commit
|
commitdiff
|
tree
2017-04-11
Tim Rowley
swr: [rasterizer common/core] Fix 32-bit windows build
commit
|
commitdiff
|
tree
2017-04-11
Tim Rowley
swr: [rasterizer core] Fix unused variable warnings
commit
|
commitdiff
|
tree
next