swr: fix polygonmode for front==back
[mesa.git] / src / gallium / drivers / swr / rasterizer /
2017-05-09 George Kyriazisswr/rast: support polygonmode point
2017-05-08 Bruce Cherniakswr: move msaa resolve to generalized StoreTile
2017-04-29 Tim Rowleyswr/rast: add memory api to SwrGetInterface()
2017-04-29 Tim Rowleyswr/rast: use gather instruction for odd format fetch
2017-04-29 Tim Rowleyswr/rast: enable SIMD16 8x2 tile backend
2017-04-29 Tim Rowleyswr/rast: add SwrInit() to init backend/memory tables
2017-04-29 Tim Rowleyswr/rast: increment depth/stencil tile pointer in SIMD16 BE
2017-04-29 Tim Rowleyswr/rast: add SwrGetInterface() function to return api
2017-04-29 Tim Rowleyswr/rast: enable per-warp scratch space for CS
2017-04-29 Tim Rowleyswr/rast: reduce simd{16}vertex stack for VS output
2017-04-29 Tim Rowleyswr/rast: remove default argument from SwrSync()
2017-04-29 Tim Rowleyswr/rast: remove unused variables in the SIMD16 FE
2017-04-29 Tim Rowleyswr/rast: move construction of const above goto
2017-04-29 Tim Rowleyswr/rast: name threads to aid debugging
2017-04-29 Tim Rowleyswr/rast: disable buffer overrun warning for Assemble()
2017-04-29 Tim Rowleyswr/rast: clean up clipper comments
2017-04-29 Tim Rowleyswr/rast: add SIMDAPI decorators in binner/clipper
2017-04-29 Tim Rowleyswr/rast: add additional jit utility functions
2017-04-29 Tim Rowleyswr/rast: more flexible max attribute slots
2017-04-11 Tim Rowleyswr: [rasterizer core] Disable 8x2 tile backend
2017-04-11 Tim Rowleyswr: [rasterizer common] Add _simd_testz_si alias
2017-04-11 Tim Rowleyswr: [rasterizer archrast] Fix archrast for MSVC 2017...
2017-04-11 Tim Rowleyswr: [rasterizer jitter] Remove unused function
2017-04-11 Tim Rowleyswr: [rasterizer jitter] Remove HAVE_LLVM tests support...
2017-04-11 Tim Rowleyswr: [rasterizer common/core] Fix 32-bit windows build
2017-04-11 Tim Rowleyswr: [rasterizer core] Fix unused variable warnings
2017-04-11 Tim Rowleyswr: [rasterizer core] Code formating change
2017-04-11 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP - PA
2017-04-11 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP - Clipper
2017-04-11 Tim Rowleyswr: [rasterizer core] Multisample sample position...
2017-04-11 Tim Rowleyswr: [rasterizer core] Reduce templates to speed compile
2017-04-05 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-04-05 Tim Rowleyswr: [rasterizer core] Enable 8x2 backend
2017-04-05 Tim Rowleyswr: [rasterizer codegen] remove copy of mako
2017-04-05 Tim Rowleyswr: [rasterizer core/memory] Move intrinics to _simd...
2017-04-05 Tim Rowleyswr: [rasterizer core] Programmable sample position...
2017-04-05 Tim Rowleyswr: [rasterizer core] Fix center sample pattern
2017-04-05 Tim Rowleyswr: [rasterizer core/memory] Fix missing avx512 storetile
2017-04-05 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-03-28 Tim Rowleyswr: [rasterizer jitter] fix llvm-5.0.0 build bustage
2017-03-28 Tim Rowleyswr: [rasterizer core] Disable inline function expansion
2017-03-28 Tim Rowleyswr: [rasterizer common] Use C++ thread_local keyword
2017-03-28 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-03-28 Tim Rowleyswr: [rasterizer core] Don't bind single-threaded contexts
2017-03-28 Tim Rowleyswr: [rasterizer core] Enable SIMD16
2017-03-28 Tim Rowleyswr: [rasterizer jitter] Clean up EngineBuilder constru...
2017-03-28 Tim Rowleyswr: [rasterizer codegen] add cmdline to archrast gen...
2017-03-28 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-03-28 Tim Rowleyswr: [rasterizer codegen] Refactor codegen
2017-03-22 Tim Rowleyswr: [rasterizer jitter] fix llvm >= 5.0 build break
2017-03-20 Tim Rowleyswr: [rasterizer] Cleanup naming of codegen files
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Remove BOM from knob_defs.py
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Rewrite gen_llvm_types.py...
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Fix generation of knobs
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Change backend template comme...
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Rewrite gen_llvm_ir_macros...
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Quiet gen_backends.py execution
2017-03-20 Tim Rowleyswr: [rasterizer scripts] Put codegen scripts into...
2017-03-20 Tim Rowleyswr: [rasterizer core] Fix trifan regression from 9d344...
2017-03-20 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP - fix tessel...
2017-03-20 Tim Rowleyswr: [rasterizer jitter] Fix LogicOp blend jit after...
2017-03-20 Tim Rowleyswr: [rasterizer] Convert more SWR_ASSERT(false, ....
2017-03-20 Tim Rowleyswr: [rasterizer core] Fix typo in SIMD16 code path
2017-03-20 Tim Rowleyswr: [rasterizer core/common] Fix the native AVX512...
2017-03-20 Tim Rowleyswr: [rasterizer core] Allow no arguments to SWR_INVALI...
2017-03-20 Tim Rowleyswr: [rasterizer] Slight assert refactoring
2017-03-20 Tim Rowleyswr: [rasterizer] Backend code adjustments
2017-03-20 Tim Rowleyswr: [rasterizer archrast] Fix the early and late depth...
2017-03-20 Tim Rowleyswr: [rasterizer core] Implement double pumped SIMD16...
2017-03-20 Tim Rowleyswr: [rasterizer archrast/core/scripts] Fix archrast...
2017-03-20 Tim Rowleyswr: [rasterizer archrast] Remove redundant data from...
2017-03-20 Tim Rowleyswr: [rasterizer archrast/scripts] Further archrast...
2017-03-20 Tim Rowleyswr: [rasterizer core] Fix RECT_LIST primitive assembly
2017-03-20 Tim Rowleyswr: [rasterizer common] Add InterpolateComponentFlat...
2017-03-20 Tim Rowleyswr: [rasterizer archrast] Fix performance issue with...
2017-03-20 Tim Rowleyswr: [rasterizer core] Implement SIMD16 GS and STREAMOUT
2017-03-20 Tim Rowleyswr: [rasterizer archrast] Add additional API events
2017-03-20 Tim Rowleyswr: [rasterizer core/scripts] Autogen backend initiali...
2017-03-20 Tim Rowleyswr: [rasterizer core] backend.h declares gBackendPixel...
2017-03-20 Tim Rowleyswr: [rasterizer core] Finish SIMD16 PA OPT including...
2017-03-20 Tim Rowleyswr: [rasterizer core] Finish SIMD16 PA OPT except...
2017-03-20 Tim Rowleyswr: [rasterizer core] Support sparse numa id values...
2017-03-05 Tim Rowleyswr: [rasterizer core] fix primID provoking vertex...
2017-02-23 George Kyriazisswr: fix index buffers with non-zero indices
2017-02-23 George Kyriazisswr: add fetch shader cache
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Pass LLVM-IR size into jitter
2017-02-08 Tim Rowleyswr: [rasterizer core] Frontend SIMD16 WIP
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Disable unsafe FP optimization...
2017-02-08 Tim Rowleyswr: [rasterizer core] Frontend SIMD16 WIP
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Add DEBUGTRAP jit builder...
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Multisample blend jit fix
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Change SimdVector representati...
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Fix issues with stream-out...
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Adjust jitter header includes
2017-02-08 Tim Rowleyswr: [rasterizer core] Frontend SIMD16 WIP
2017-02-06 Bruce Cherniakswr: [rasterizer core] Removed unused clip code.
2017-02-06 Bruce Cherniakswr: [rasterizer core] Remove dead code Clipper::ClipSc...
2017-01-23 Bruce Cherniakswr: Prune empty nodes in CalculateProcessorTopology.
2017-01-06 Tim Rowleyswr: [rasterizer core] rename OutputMerger functions
2017-01-06 Tim Rowleyswr: [rasterizer core] fix SIMD16 Transpose_16_16
next