swr/rasterizer: Events are now grouped and enabled by knobs
[mesa.git] / src / gallium / drivers / swr / rasterizer / jitter / builder_mem.h
2019-08-08 Jan Zielinskiswr/rasterizer: Events are now grouped and enabled...
2019-08-08 Jan Zielinskiswr/rasterizer: do not mark tiles dirty until actually...
2019-08-08 Jan Zielinskiswr/rasterizer: enable size accumulation in mem stats
2019-02-15 Alok Hotaswr/rast: Add translation support to streamout
2019-01-16 Alok Hotaswr/rast: Scope MEM_CLIENT enum for mem usages
2018-06-18 Alok Hotaswr/rast: Clang-Format most rasterizer source code
2018-04-27 George Kyriazisswr/rast: Add TranslateGfxAddress for shader
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: Add support for setting optimization level
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: Introduce JIT_MEM_CLIENT
2018-03-09 George Kyriazisswr/rast: Refactor memory gather operations
2018-02-28 George Kyriazisswr/rast: Consolidate TRANSLATE_ADDRESS
2018-02-16 George Kyriazisswr/rast: Add semantics for translating address
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: 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