meson: Add support for the vc4 driver.
[mesa.git] / src / gallium / drivers / swr /
2017-10-11 Tim Rowleyswr: simd16 shaders work in progress
2017-10-10 Eric Anholtgallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for...
2017-10-06 Tim Rowleyswr/rast: use proper alignment for debug transposedPrims
2017-10-06 Marek Olšákgallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
2017-10-03 Matt Turnergallium: Remove util_format_s3tc_init()
2017-10-03 Matt Turnergallium: Remove util_format_s3tc_enabled
2017-10-02 Emil Velikovswr/rast: do not crash on NULL strings returned by...
2017-09-26 George Kyriazisswr: Remove unneeeded comparison
2017-09-26 George Kyriazisswr: Handle resource across context changes
2017-09-25 Tim Rowleyswr/rast: Handle instanceID offset / Instance Stride...
2017-09-25 Tim Rowleyswr/rast: Remove code supporting legacy llvm (<3.9)
2017-09-25 Tim Rowleyswr/rast: Fix allocation of DS output data for USE_SIMD...
2017-09-25 Tim Rowleyswr/rast: Slightly more efficient blend jit
2017-09-25 Tim Rowleyswr/rast: Properly sized null GS buffer
2017-09-25 Tim Rowleyswr/rast: Move SWR_GS_CONTEXT from thread local storage...
2017-09-25 Tim Rowleyswr/rast: Fetch compile state changes
2017-09-25 Tim Rowleyswr/rast: New GS state/context API
2017-09-25 Tim Rowleyswr/rast: Add support for R10G10B10_FLOAT_A2_UNORM...
2017-09-25 Eric Engestromscons: use python3-compatible generator
2017-09-25 Eric Engestromscons: use python3-compatible print()
2017-09-22 Tim Rowleyswr/rast: remove llvm fence/atomics from generated...
2017-09-18 Nicolai Hähnlegallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
2017-09-15 Timothy Arcerigallium: introduce PIPE_CAP_LOAD_CONSTBUF
2017-09-14 Eric Engestromswr: use ARRAY_SIZE macro
2017-09-13 Tim Rowleyswr/rast: Fetch compile state changes
2017-09-13 Tim Rowleyswr/rast: adjust linux cpu topology identification...
2017-09-13 Tim Rowleyswr/rast: Missed conversion to SIMD_T
2017-09-13 Tim Rowleyswr/rast: whitespace changes
2017-09-13 Tim Rowleyswr/rast: add graph write to jit debug putput
2017-09-13 Tim Rowleyswr/rast: Migrate memory pointers to gfxptr_t type
2017-09-13 Tim Rowleyswr/rast: Remove hardcoded clip/cull slot from clipper
2017-09-13 Tim Rowleyswr/rast: Start to remove hardcoded clipcull_dist verte...
2017-09-13 Tim Rowleyswr/rast: Move clip/cull enables in API
2017-09-13 Tim Rowleyswr/rast: Add new API SwrStallBE
2017-09-06 Tim Rowleyswr/rast: FE/Clipper - unify SIMD8/16 functions using...
2017-09-06 Tim Rowleyswr/rast: Remove use of C++14 template variable
2017-09-06 Tim Rowleyswr/rast: SIMD16 FE remove templated immediates workaround
2017-09-06 Tim Rowleyswr/rast: SIMD16 PA - rename Assemble_simd16 to Assemble
2017-09-06 Tim Rowleyswr/rast: FE/Binner - unify SIMD8/16 functions using...
2017-09-06 Tim Rowleyswr/rast: Removed some trailing whitespace caught durin...
2017-09-06 Tim Rowleyswr: set caps for VB 4-byte alignment
2017-09-06 Tim Rowleyswr/rast: Allow gather of floats from fetch shader...
2017-09-01 Cherniak, Bruceswr: Report format max_samples=1 to maintain support...
2017-08-23 Tim Rowleyswr: limit pipe_draw_info->restart_index usage
2017-08-16 Tim Rowleyswr/rast: Fix invalid casting for calls to Interlocked...
2017-08-03 Timothy Arcerigallium: introduce PIPE_CAP_MEMOBJ
2017-08-02 Tim Rowleyswr/rast: fix core / knights split of AVX512 intrinsics
2017-08-02 Tim Rowleyswr/rast: simplify knob default value setup
2017-08-02 Tim Rowleyswr/rast: split gen_knobs templates into .h/.cpp
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
next