gallium/swr: Fix vcvtph2ps llvm intrinsic compile error
[mesa.git] / src / gallium / drivers / swr / rasterizer / codegen / gen_llvm_ir_macros.py
2020-03-09 Krzysztof Raszkowskigallium/swr: Fix vcvtph2ps llvm intrinsic compile error
2020-02-07 Krzysztof Raszkowskigallium/swr: Fix llvm11 compilation issues
2019-07-30 Jan Zielinskiswr/rasterizer: Better implementation of scatter
2019-05-01 Alok Hotaswr/rast: Add string handling to AR event framework
2019-04-30 Alok Hotaswr/rast: add more llvm intrinsics
2019-03-01 Eric EngestromRevert "swr/rast: Archrast codegen updates"
2019-02-25 Alok Hotaswr/rast: Add string handling to AR event framework
2019-02-15 Alok Hotaswr/rast: Add translation support to streamout
2018-10-25 Alok Hotaswr/rast: ignore CreateElementUnorderedAtomicMemCpy
2018-10-25 Alok Hotaswr/rast: fix intrinsic/function for LLVM 7 compatibility
2018-04-27 George Kyriazisswr/rast: Fix return type of VCVTPS2PH.
2018-04-18 George Kyriazisswr/rast: Replace x86 VMOVMSK with llvm-only implementation
2018-04-18 George Kyriazisswr/rast: minimize codegen redundant work
2018-04-18 George Kyriazisswr/rast: add cvt instructions in x86 lowering pass
2018-04-18 George Kyriazisswr/rast: Change gfx pointers to gfxptr_t
2018-04-18 George Kyriazisswr/rast: Start refactoring of builder/packetizer.
2018-04-18 George Kyriazisswr/rast: Fix name mangling for LLVM pow intrinsic
2018-04-18 George Kyriazisswr/rast: WIP builder rewrite (2)
2018-04-18 George Kyriazisswr/rast: Add autogen of helper llvm intrinsics.
2018-04-18 George Kyriazisswr/rast: WIP builder rewrite.
2018-04-18 George Kyriazisswr/rast: Add some instructions to jitter
2018-02-28 George Kyriazisswr/rast: Consolidate TRANSLATE_ADDRESS
2018-01-19 George Kyriazisswr/rast: x86 autogenerated macro work
2017-12-15 Tim Rowleyswr/rast: Replace VPSRL with LSHR
2017-12-15 Tim Rowleyswr/rast: SIMD16 Fetch - Fully widen 32-bit integer...
2017-12-15 Tim Rowleyswr/rast: SIMD16 Fetch - Fully widen 32-bit float verte...
2017-11-20 Tim Rowleyswr/rast: Implement AVX-512 GATHERPS in SIMD16 fetch...
2017-09-22 Tim Rowleyswr/rast: remove llvm fence/atomics from generated...
2017-09-06 Tim Rowleyswr/rast: Allow gather of floats from fetch shader...
2017-03-28 Tim Rowleyswr: [rasterizer jitter] fix llvm-5.0.0 build bustage
2017-03-28 Tim Rowleyswr: [rasterizer codegen] Refactor codegen
2017-03-20 Tim Rowleyswr: [rasterizer] Cleanup naming of codegen files
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Fix generation of knobs
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Rewrite gen_llvm_ir_macros...
2017-03-20 Tim Rowleyswr: [rasterizer scripts] Put codegen scripts into...