freedreno: update generated headers
[mesa.git] / src / gallium / drivers / swr / rasterizer /
2017-06-07 Eric Engestromtree-wide: remove trailing backslash
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
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - fix PA_STATE_OP::Reset()
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - simplify/refactor StreamOut
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - fix conservative rasterization
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - interleaved simdvertex output...
2017-05-30 Tim Rowleyswr/rast: fix _simd16_movemask_(ps,pd) native AVX512...
2017-05-30 Tim Rowleyswr/rast: SIMD16 FE - primitive assembly simplification
2017-05-30 Tim Rowleyswr/rast: silence write of cfg graph
2017-05-30 Tim Rowleyswr/rast: add CreateDirectoryPath to recursively create...
2017-05-30 Tim Rowleyswr/rast: add support for DX1_RGB{_SRGB} formats
2017-05-30 Tim Rowleyswr/rast: clean up whitespace
2017-05-30 Tim Rowleyswr/rast: adjust BinPostSetupPoints* function signature
2017-05-30 Tim Rowleyswr/rast: remove extra pixel center adjustment in BinPo...
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...
next