swr/rast: Add some archrast stats
[mesa.git] / src / gallium / drivers / swr / rasterizer / core /
2018-04-18 George Kyriazisswr/rast: Add some archrast stats
2018-04-18 George Kyriazisswr/rast: Use blend context struct to pass params
2018-03-15 Apple SWEAdd processor topology calculation implementation for...
2018-03-14 Dylan BakerRevert "Add processor topology calculation implementati...
2018-03-14 Apple SWEAdd processor topology calculation implementation for...
2018-03-09 George Kyriazisswr/rast: Add KNOB_DISABLE_SPLIT_DRAW
2018-03-09 George Kyriazisswr/rast: Add tracking for stream out topology
2018-03-09 George Kyriazisswr/rast: Add split draw and other state information...
2018-03-09 George Kyriazisswr/rast: Rasterized Subspans stats support
2018-02-28 George Kyriazisswr/rast: revert clip distance precision
2018-02-28 George Kyriazisswr/rast: Faster frustum prim culling
2018-02-28 George Kyriazisswr/rast: Remove draw type from event definitions
2018-02-28 George Kyriazisswr/rast: Fix index buffer overfetch issue for non...
2018-02-16 George Kyriazisswr/rast: Consolidate archrast Draw events
2018-02-16 George Kyriazisswr/rast: Make SIMDLib templated types easier to use
2018-02-16 George Kyriazisswr/rast: Fix bug related to passing AR handle
2018-02-16 George Kyriazisswr/rast: Fix primitive replication issue in tesselatio...
2018-02-16 George Kyriazisswr/rast: Misc cleanup
2018-02-16 George Kyriazisswr/rast: Renamed variable in vertexbufferstate
2018-02-16 George Kyriazisswr/rast: More precise user clip distance interpolation
2018-02-16 George Kyriazisswr/rast: Cull prims when all verts have negative clip...
2018-02-16 George Kyriazisswr/rast: whitespace and comment cleanup
2018-02-16 George Kyriazisswr/rast: Fix invalid number of attributes
2018-02-16 George Kyriazisswr/rast: Add clipper stats.
2018-02-16 George Kyriazisswr/rast: Removed unused variable
2018-02-16 George Kyriazisswr/rast: Separate RDTSC code from archrast
2018-02-02 George Kyriazismeson/swr: Updated copyright dates
2018-02-02 George Kyriazismeson/swr: re-shuffle generated files
2018-01-25 George Kyriazisswr/rast: Support USE_SIMD16_FRONTEND=0 for EarlyRast
2018-01-19 George Kyriazisswr/rast: Enable early rasterization
2018-01-19 George Kyriazisswr/rast: Implement Early Rasterization optimization
2018-01-19 George Kyriazisswr/rast: Enable simd16 vertex shaders
2018-01-19 George Kyriazisswr/rast: AVX-512 changes to enable 16-wide VS
2018-01-19 George Kyriazisswr/rast: Add private state parameter in fetcher
2017-12-15 Tim Rowleyswr/rast: Move more RTAI handling out of binner
2017-12-15 Tim Rowleyswr/rast: Fix cache of API thread event manager
2017-12-15 Tim Rowleyswr/rast: Rework thread binding parameters for machine...
2017-12-15 Tim Rowleyswr/rast: Pull of RTAI gather & offset out of clip...
2017-12-15 Tim Rowleyswr/rast: Pass prim to ClipSimd
2017-12-15 Tim Rowleyswr/rast: Pull most of the VPAI manipulation out of...
2017-12-15 Tim Rowleyswr/rast: Move GatherScissors to header
2017-12-15 Tim Rowleyswr/rast: Corrections to multi-scissor handling
2017-12-15 Tim Rowleyswr/rast: Binner fixes for viewport index offset handling
2017-12-13 Bruce Cherniakswr: Fix KNOB_MAX_WORKER_THREADS thread creation override.
2017-11-20 Tim Rowleyswr/rast: Repair simd8 frontend code rot
2017-11-20 Tim Rowleyswr/rast: Add alignment to transpose targets
2017-11-20 Tim Rowleyswr/rast: Cache eventmanager
2017-11-20 Tim Rowleyswr/rast: Enable AVX-512 targets in the jitter
2017-11-20 Tim Rowleyswr/rast: Points with clipdistance can't go through...
2017-11-20 Tim Rowleyswr/rast: Code style change (NFC)
2017-11-20 Tim Rowleyswr/rast: Support flexible vertex layout for DS output
2017-10-19 Tim Rowleyswr/rast: Add api to override draws in flight
2017-10-19 Tim Rowleyswr/rast: Change DS memory allocation
2017-10-19 Tim Rowleyswr/rast: Fix indentation
2017-10-19 Tim Rowleyswr/rast: Miscellaneous viewport array code changes
2017-10-19 Tim Rowleyswr/rast: Minor changes for os-x
2017-10-06 Tim Rowleyswr/rast: use proper alignment for debug transposedPrims
2017-10-02 Emil Velikovswr/rast: do not crash on NULL strings returned by...
2017-09-25 Tim Rowleyswr/rast: Fix allocation of DS output data for USE_SIMD...
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: New GS state/context API
2017-09-25 Tim Rowleyswr/rast: Add support for R10G10B10_FLOAT_A2_UNORM...
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: 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-08-16 Tim Rowleyswr/rast: Fix invalid casting for calls to Interlocked...
2017-08-02 Tim Rowleyswr/rast: simplify knob default value setup
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: rename frontend pVertexStore
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: fix USE_SIMD16_FRONTEND issues
2017-07-21 Tim Rowleyswr/rast: cache line align hottile buffers
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-06 Tim Rowleyswr/rast: Correctly allocate SWR_STATS memory as cachel...
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: Support dynamically sized vertex layout
2017-06-30 Tim Rowleyswr/rast: Split backend.cpp to improve compile time
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
next