swr/rast: Change gfx pointers to gfxptr_t
[mesa.git] / src / gallium / drivers / swr / rasterizer / jitter / builder_mem.cpp
2018-04-18 George Kyriazisswr/rast: Change gfx pointers to gfxptr_t
2018-04-18 George Kyriazisswr/rast: Add support for setting optimization level
2018-04-18 George Kyriazisswr/rast: Enable generalized fetch jit
2018-04-18 George Kyriazisswr/rast: Lower VGATHERPS and VGATHERPS_16 to x86.
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: Add MEM_ADD helper function to Builder.
2018-04-18 George Kyriazisswr/rast: Add autogen of helper llvm intrinsics.
2018-04-18 George Kyriazisswr/rast: LLVM 6 fix
2018-04-18 George Kyriazisswr/rast: Introduce JIT_MEM_CLIENT
2018-03-09 George Kyriazisswr/rast: Added comment
2018-02-28 George Kyriazisswr/rast: Consolidate TRANSLATE_ADDRESS
2018-02-23 Emil Velikovswr: remove dead LLVM code paths
2018-02-16 George Kyriazisswr/rast: Be more explicit when fetching next component
2018-02-16 George Kyriazisswr/rast: Use llvm intrinsic masked gather
2018-02-16 George Kyriazisswr/rast: Fix GATHERPS to avoid assertions.
2018-02-16 George Kyriazisswr/rast: Don't include private context in gather args
2018-02-16 George Kyriazisswr/rast: Add missing parameter to a few gather functions
2018-01-25 George Kyriazisswr/rast: Move memory-related JIT functions