radeonsi: add struct si_compiler containing LLVMTargetMachineRef
[mesa.git] / src / gallium / drivers / swr /
2018-04-27 George Kyriazisswr/rast: No need to export GetSimdValidIndicesGfx
2018-04-27 George Kyriazisswr/rast: Small editorial changes
2018-04-27 George Kyriazisswr/rast: Use new processor detection mechanism
2018-04-27 George Kyriazisswr/rast: Output rasterizer dir to console since it...
2018-04-27 George Kyriazisswr/rast: Add TranslateGfxAddress for shader
2018-04-27 George Kyriazisswr/rast: jit PRINT improvements.
2018-04-27 George Kyriazisswr/rast: Fix regressions.
2018-04-27 George Kyriazisswr/rast: Cleanup old cruft.
2018-04-27 George Kyriazisswr/rast: Package events.proto with core output
2018-04-27 George Kyriazisswr/rast: Fix init in EventHandlerWorkerStats
2018-04-27 George Kyriazisswr/rast: Fix return type of VCVTPS2PH.
2018-04-27 George Kyriazisswr/rast: WIP Translation handling
2018-04-27 George Kyriazisswr/rast: Use different handing for stream masks
2018-04-27 George Kyriazisswr/rast: Silence warnings
2018-04-27 George Kyriazisswr/rast: Add support for TexelMask evaluation
2018-04-27 George Kyriazisswr/rast: Internal core change
2018-04-27 George Kyriazisswr/rast: Fix x86 lowering 64-bit float handling
2018-04-27 George Kyriazisswr/rast: Add some SIMD_T utility functors
2018-04-27 George Kyriazisswr/rast: Fix wrong type allocation
2018-04-27 George Kyriazisswr: touch generated files to update timestamp
2018-04-27 George Kyriazisswr/rast: Fix byte offset for non-indexed draws
2018-04-21 Dylan Bakerautotools: Add passes.h to sources so it will be includ...
2018-04-19 Mike Lothianswr: Fix include for createPromoteMemoryToRegisterPass
2018-04-18 George Kyriazisswr/rast: Fix VGATHERPD lowering
2018-04-18 George Kyriazisswr/rast: Replace x86 VMOVMSK with llvm-only implementation
2018-04-18 George Kyriazisswr/rast: Optimize late/bindless JIT of samplers
2018-04-18 George Kyriazisswr/rast: Implement VROUND intrinsic in x86 lowering...
2018-04-18 George Kyriazisswr/rast: Refactor to improve code sharing.
2018-04-18 George Kyriazisswr/rast: minimize codegen redundant work
2018-04-18 George Kyriazisswr/rast: double-pump in x86 lowering pass
2018-04-18 George Kyriazisswr/rast: Fix 64bit float loads in x86 lowering pass
2018-04-18 George Kyriazisswr/rast: Add shader stats infrastructure (WIP)
2018-04-18 George Kyriazisswr/rast: Type-check TemplateArgUnroller
2018-04-18 George Kyriazisswr/rast: Add vgather to x86 lowering pass.
2018-04-18 George Kyriazisswr/rast: fix comment
2018-04-18 George Kyriazisswr/rast: add cvt instructions in x86 lowering pass
2018-04-18 George Kyriazisswr/rast: Fix alloca usage in jitter
2018-04-18 George Kyriazisswr/rast: Change gfx pointers to gfxptr_t
2018-04-18 George Kyriazisswr/rast: Fix byte offset for non-indexed draws
2018-04-18 George Kyriazisswr/rast: Add support for setting optimization level
2018-04-18 George Kyriazisswr/rast: Adding translate call to builder_gfx_mem.
2018-04-18 George Kyriazisswr/rast: Fix codegen for typedef types
2018-04-18 George Kyriazisswr: add x86 lowering pass to fragment shader
2018-04-18 George Kyriazisswr/rast: Enable generalized fetch jit
2018-04-18 George Kyriazisswr/rast: Add builder_gfx_mem.{h|cpp}
2018-04-18 George Kyriazisswr/rast: Lower VGATHERPS and VGATHERPS_16 to x86.
2018-04-18 George Kyriazisswr/rast: Cleanup of JitManager convenience types
2018-04-18 George Kyriazisswr/rast: Lower PERMD and PERMPS to x86.
2018-04-18 George Kyriazisswr/rast: Start refactoring of builder/packetizer.
2018-04-18 George Kyriazisswr/rast: Simplify #define usage in gen source file
2018-04-18 George Kyriazisswr/rast: Move CallPrint() to a separate file
2018-04-18 George Kyriazisswr/rast: Fix name mangling for LLVM pow intrinsic
2018-04-18 George Kyriazisswr/rast: Add some archrast counters
2018-04-18 George Kyriazisswr/rast: Code cleanup
2018-04-18 George Kyriazisswr/rast: Add "Num Instructions Executed" stats intrinsic.
2018-04-18 George Kyriazisswr/rast: Add MEM_ADD helper function to Builder.
2018-04-18 George Kyriazisswr/rast: Permute work for simd16
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: LLVM 6 fix
2018-04-18 George Kyriazisswr/rast: Changes to allow jitter to compile with LLVM5
2018-04-18 George Kyriazisswr/rast: Add some archrast stats
2018-04-18 George Kyriazisswr/rast: Silence some unused variable warnings
2018-04-18 George Kyriazisswr/rast: Add debug type info for i128
2018-04-18 George Kyriazisswr/rast: Use blend context struct to pass params
2018-04-18 George Kyriazisswr/rast: Introduce JIT_MEM_CLIENT
2018-04-18 George Kyriazisswr/rast: Add some instructions to jitter
2018-04-17 Jan Alexander Stef... meson: Add library versions to swr drivers
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-22 Juan A. Suarez Romeroswr/rast: autotools: add events_private.proto in dist...
2018-03-20 Timothy Arcerigallium: add packed uniform CAP
2018-03-15 Apple SWEsched.h needs to be imported on Darwin/OSX targets.
2018-03-15 Apple SWEAdd processor topology calculation implementation for...
2018-03-14 Dylan BakerRevert "Add processor topology calculation implementati...
2018-03-14 Dylan BakerRevert "sched.h needs to be imported on Darwin/OSX...
2018-03-14 Apple SWEsched.h needs to be imported on Darwin/OSX targets.
2018-03-14 Apple SWEAdd processor topology calculation implementation for...
2018-03-09 Dylan Bakerautotools: include all meson.build files
2018-03-09 George Kyriazisswr/rast: Refactor memory gather operations
2018-03-09 George Kyriazisswr/rast: Add KNOB_DISABLE_SPLIT_DRAW
2018-03-09 George Kyriazisswr/rast: Add VPOPCNT
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: Refactor api and worker event handlers.
2018-03-09 George Kyriazisswr/rast: Add support for generalized late and early...
2018-03-09 George Kyriazisswr/rast: Rasterized Subspans stats support
2018-03-09 George Kyriazisswr/rast: Added comment
2018-03-06 Roland Scheideggertgsi/scan: use wrap-around shift behavior explicitly...
2018-03-04 Vinson Leeswr/rast: Fix macOS macro.
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: Consolidate TRANSLATE_ADDRESS
2018-02-28 George Kyriazisswr/rast: Code generation cleanup
2018-02-28 George Kyriazisswr/rast: Remove draw type from event definitions
2018-02-28 George Kyriazisswr/rast: whitespace change
2018-02-28 George Kyriazisswr/rast: Fix index buffer overfetch issue for non...
2018-02-23 Emil Velikovswr: remove dead LLVM code paths
2018-02-20 Andres Gomezswr: bump minimum supported LLVM version to 4.0
2018-02-17 Marek Olšákgallium: allow drivers to impose BO flags restrictions...
next