broadcom/vc5: Use u_transfer_helper for MSAA mappings.
[mesa.git] / src / gallium / drivers / swr /
2017-08-02 Tim Rowleyswr/rast: gen_knobs template code style
2017-08-02 Tim Rowleyswr/rast: switch gen_knobs.cpp license
2017-08-02 Tim Rowleyswr/rast: fix scons gen_knobs.h dependency
2017-08-02 Tim Rowleyswr/rast: constify swr rasterizer
2017-08-02 Tim Rowleyswr/rast: SIMD16 shaders - widen fetch and vertex shaders
2017-08-02 Tim Rowleyswr/rast: vmask() implementations for KNL
2017-08-02 Tim Rowleyswr/rast: rename frontend pVertexStore
2017-08-02 Tim Rowleyswr/rast: fix movemask_ps / movemask_pd on AVX512
2017-08-02 Tim Rowleyswr/rast: stop using MSFT types in platform independent...
2017-08-02 Tim Rowleyswr/rast: enable USE_SIMD16_FRONTEND by default
2017-08-02 Tim Rowleyswr/rast: disable AVX512 optimization of SSE / AVX...
2017-08-02 Tim Rowleyswr/rast: fix USE_SIMD16_FRONTEND issues
2017-08-02 Tim Rowleyswr/rast: simdlib better separation of core vs knights...
2017-08-02 Tim Rowleyswr/rast: threadID via portable std::this_thread::get_id()
2017-08-02 Nicolai Hähnlegallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and...
2017-07-31 Nicolai Hähnlegallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
2017-07-27 George Kyriazisswr: fix transform feedback logic
2017-07-27 Tim Rowleyswr/rast: non-regex knob fallback code for gcc < 4.9
2017-07-24 Emil Velikovswr: use the correct variable for no undefined symbols
2017-07-24 Emil Velikovswr: don't forget to link KNL/SKX against pthreads
2017-07-24 Emil Velikovswr: don't forget to link AVX/AVX2 against pthreads
2017-07-21 Tim Rowleyswr/rast: quit using linux-specific gettid()
2017-07-21 Tim Rowleyswr/rast: fix memory paths for avx512 optimized avx/sse
2017-07-21 Tim Rowleyswr/rast: cache line align hottile buffers
2017-07-21 Tim Rowleyswr/rast: simdlib changes for clang/gcc
2017-07-19 Tim Rowleyconfigure/swr: add KNL and SKX architecture targets
2017-07-19 Tim Rowleyconfigure/swr: configurable swr architectures
2017-07-19 Emil Velikovswr: remove unneeded fallback strcasecmp define
2017-07-14 Tim Rowleyswr: JitManager runtime determination of architecture
2017-07-13 Tim Rowleyswr/rast: Fix use of KNL-only intrinsics in SKX build
2017-07-13 Tim Rowleyswr/rast: Fix build warnings when using the Intel compiler
2017-07-13 Tim Rowleyswr/rast: SIMD16 Frontend - Fix USE_SIMD16_FRONTEND...
2017-07-13 Tim Rowleyswr/rast: Removing unneeded MSVC warning pragma
2017-07-13 Tim Rowleyswr/rast: Add support for read-only render targets
2017-07-13 Tim Rowleyswr/rast: Support render target mask instead of render...
2017-07-12 Bruce Cherniakswr: Add path to draw directly from client memory witho...
2017-07-12 Bruce Cherniakswr: Move environment config options into separate...
2017-07-12 Bruce Cherniakswr: Remove hard-coded constant and "todo" comment.
2017-07-11 Tim Rowleyswr: build driver proper separate from rasterizer
2017-07-11 Tim Rowleyswr: switch to using SwrGetInterface api table
2017-07-11 George Kyriazisswr/rast: make SWR_VISIBLE attribute work for windows
2017-07-06 Tim Rowleyswr/rast: Correctly allocate SWR_STATS memory as cachel...
2017-07-06 Tim Rowleyswr/rast: remove unused variables
2017-07-06 Tim Rowleyswr/rast: don't use _mm256_fmsub_ps in AVX code
2017-07-06 Tim Rowleyswr/rast: _mm*_undefined_* implementations for gcc<4.9
2017-07-02 Bruce Cherniakswr: Limit memory held by defer deleted resources.
2017-06-30 Bruce Cherniakswr: Minor cleanup of variable usage, no functional...
2017-06-30 Tim Rowleyswr: use swr_query_result type instead of void
2017-06-30 Tim Rowleyswr/rast: increase number of possible draws in flight
2017-06-30 Tim Rowleyswr/rast: move default split size from driver to rasterizer
2017-06-30 Tim Rowleyswr/rast: Fix missing setup of psContext.pColorBuffer
2017-06-30 Tim Rowleyswr/rast: Switch intrinsic usage to SIMDLib
2017-06-30 Tim Rowleyswr/rast: Fix unused variable warnings
2017-06-30 Tim Rowleyswr/rast: Split rasterizer.cpp to improve compile time
2017-06-30 Tim Rowleyswr/rast: gen_backends.py remove extraneous semicolon
2017-06-30 Tim Rowleyswr/rast: Support dynamically sized vertex layout
2017-06-30 Tim Rowleyswr/rast: Split backend.cpp to improve compile time
2017-06-30 Tim Rowleyswr/rast: gen_backends.py removal of commented debug...
2017-06-30 Tim Rowleyswr/rast: gen_backends.py quote cleanup
2017-06-30 Tim Rowleyswr/rast: generators will create target directories
2017-06-29 Bruce Cherniakswr: Remove need to allocate vertex buffer scratch...
2017-06-29 Bruce Cherniakswr: conditionally validate vertex buffer state
2017-06-29 Tim Rowleyswr: set dynamic vertex size
2017-06-26 Bruce Cherniakswr: set an explicit clear_rect if scissor is not enabled.
2017-06-26 Tim Rowleyswr/rast: adjust std::string usage to fix build
2017-06-22 George Kyriazisswr: invalidate attachment on transition change
2017-06-20 George Kyriazisswr: Include definition of missing function
2017-06-16 Tim Rowleyswr/rast: Fix read-back of viewport array index
2017-06-16 Tim Rowleyswr/rast: Refactor includes to limit simdintrin.h usage
2017-06-16 Tim Rowleyswr/rast: Fix read-back of render target array index
2017-06-16 Tim Rowleyswr/rast: Adjust cast for gcc warning
2017-06-16 Tim Rowleyswr/rast: Don't transition hottile resolved->dirty...
2017-06-16 Tim Rowleyswr/rast: gen_llvm_types.py support for SIMD256/SIMD512
2017-06-16 Tim Rowleyswr/rast: Properly size GS stage scratch space
2017-06-16 Tim Rowleyswr/rast: Fix early z / query interaction
2017-06-16 Tim Rowleyswr/rast: Share vertex memory between VS input/output
2017-06-16 Tim Rowleyswr/rast: Add support for dynamic vertex size for VS...
2017-06-16 Tim Rowleyswr/rast: SIMD16 FE - improve calcDeterminantIntVertical
2017-06-16 Tim Rowleyswr/rast: Add support to PA for variable sized vertices
2017-06-16 Tim Rowleyswr/rast: Rework attribute layout
2017-06-16 Tim Rowleyswr/rast: Remove explicit primitive id slot in the...
2017-06-16 Tim Rowleyswr/rast: Fix invalid 16-bit format traits for A1R5G5B5
2017-06-16 Tim Rowleyswr/rast: Implement JIT shader caching to disk
2017-06-16 Bruce Cherniakswr: Don't crash when encountering a VBO with stride...
2017-06-14 Samuel Pitoisetgallium: add PIPE_CAP_BINDLESS_TEXTURE
2017-06-08 Tim Rowleyswr: relax c++ requirement from c++14 to c++11
2017-06-07 Eric Engestromtree-wide: remove trailing backslash
2017-06-03 Lyudegallium: Add a cap to check if the driver supports...
2017-05-30 Tim Rowleyswr/rast: code cleanup (no functional change)
2017-05-30 Tim Rowleyswr/rast: whitespace changes
2017-05-30 Tim Rowleyswr/rast: code cleanup (no functional change)
2017-05-30 Tim Rowleyswr/rast: allow early-z if shader uses depth value
2017-05-30 Tim Rowleyswr/rast: move wireframe/point triangle binning after...
2017-05-30 Tim Rowleyswr/rast: remove unused functions
2017-05-30 Tim Rowleyswr/rast: code cleanup (no functional change)
2017-05-30 Tim Rowleyswr/rast: move binner utility functions to binner.h
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - fix/use SIMD16 calcDeterminantInt...
2017-05-30 Tim Rowleyswr/rast: add renderTargetArrayIndex to SWR_PS_CONTEXT
2017-05-30 Tim Rowleyswr/rast: make simd16 logicops avx512f safe
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - add SIMD16 types to jitter
next