aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer/codegen
Commit message (Expand)AuthorAgeFilesLines
* swr/rast: Clang-Format most rasterizer source codeAlok Hota2018-06-1811-260/+288
* swr/rast: Prepend the console output with a newlineGeorge Kyriazis2018-05-111-1/+1
* swr/rast: Add ConcatLists()George Kyriazis2018-05-111-0/+6
* swr/rast: Output rasterizer dir to console since it's process specificGeorge Kyriazis2018-04-271-1/+4
* swr/rast: Package events.proto with core outputGeorge Kyriazis2018-04-271-1/+3
* swr/rast: Fix return type of VCVTPS2PH.George Kyriazis2018-04-271-1/+1
* swr/rast: Replace x86 VMOVMSK with llvm-only implementationGeorge Kyriazis2018-04-181-1/+0
* swr/rast: minimize codegen redundant workGeorge Kyriazis2018-04-186-128/+335
* swr/rast: add cvt instructions in x86 lowering passGeorge Kyriazis2018-04-181-30/+40
* swr/rast: Change gfx pointers to gfxptr_tGeorge Kyriazis2018-04-181-1/+3
* swr/rast: Add support for setting optimization levelGeorge Kyriazis2018-04-181-0/+35
* swr/rast: Fix codegen for typedef typesGeorge Kyriazis2018-04-181-0/+1
* swr/rast: Start refactoring of builder/packetizer.George Kyriazis2018-04-183-30/+41
* swr/rast: Fix name mangling for LLVM pow intrinsicGeorge Kyriazis2018-04-181-1/+1
* swr/rast: WIP builder rewrite (2)George Kyriazis2018-04-181-4/+13
* swr/rast: Add autogen of helper llvm intrinsics.George Kyriazis2018-04-182-34/+86
* swr/rast: WIP builder rewrite.George Kyriazis2018-04-181-5/+0
* swr/rast: Add some instructions to jitterGeorge Kyriazis2018-04-181-0/+1
* swr/rast: Add KNOB_DISABLE_SPLIT_DRAWGeorge Kyriazis2018-03-091-0/+10
* swr/rast: Consolidate TRANSLATE_ADDRESSGeorge Kyriazis2018-02-281-1/+2
* swr/rast: Code generation cleanupGeorge Kyriazis2018-02-281-15/+21
* swr/rast: Normalize path for debug metadataGeorge Kyriazis2018-02-161-1/+2
* swr/rast: Separate event types to public and privateGeorge Kyriazis2018-02-162-12/+21
* swr/rast: Cleanup knob definitionsGeorge Kyriazis2018-02-161-50/+40
* meson/swr: Updated copyright datesGeorge Kyriazis2018-02-021-1/+1
* meson/swr: re-shuffle generated filesGeorge Kyriazis2018-02-021-76/+0
* swr/rast: Updated copyright datesGeorge Kyriazis2018-01-253-3/+3
* swr/rast: silence generated file warningsGeorge Kyriazis2018-01-191-0/+1
* swr/rast: AVX-512 changes to enable 16-wide VSGeorge Kyriazis2018-01-191-0/+4
* swr/rast: x86 autogenerated macro workGeorge Kyriazis2018-01-192-2/+2
* swr/rast: Initial work for debugging support.George Kyriazis2018-01-192-3/+19
* swr/rast: autogenerate named structs instead of literal structsTim Rowley2018-01-101-8/+15
* meson: Build SWR driverDylan Baker2018-01-081-0/+158
* swr/rast: Replace VPSRL with LSHRTim Rowley2017-12-151-2/+0
* swr/rast: Rework thread binding parameters for machine partitioningTim Rowley2017-12-151-1/+28
* swr/rast: SIMD16 Fetch - Fully widen 32-bit integer vertex componentsTim Rowley2017-12-151-0/+1
* swr/rast: SIMD16 Fetch - Fully widen 32-bit float vertex componentsTim Rowley2017-12-151-1/+2
* swr/rast: Implement AVX-512 GATHERPS in SIMD16 fetch shaderTim Rowley2017-11-201-0/+1
* swr/rast: remove llvm fence/atomics from generated filesTim Rowley2017-09-221-0/+8
* swr/rast: Migrate memory pointers to gfxptr_t typeTim Rowley2017-09-131-1/+1
* swr/rast: Removed some trailing whitespace caught during reviewTim Rowley2017-09-061-2/+2
* swr/rast: Allow gather of floats from fetch shader with 2-4GB offsetsTim Rowley2017-09-061-0/+1
* swr/rast: simplify knob default value setupTim Rowley2017-08-021-9/+4
* swr/rast: split gen_knobs templates into .h/.cppTim Rowley2017-08-023-116/+163
* swr/rast: gen_knobs template code styleTim Rowley2017-08-021-2/+2
* swr/rast: switch gen_knobs.cpp licenseTim Rowley2017-08-021-12/+17
* swr/rast: threadID via portable std::this_thread::get_id()Tim Rowley2017-08-021-9/+11
* swr/rast: non-regex knob fallback code for gcc < 4.9Tim Rowley2017-07-271-0/+21
* swr/rast: quit using linux-specific gettid()Tim Rowley2017-07-211-2/+3
* swr/rast: increase number of possible draws in flightTim Rowley2017-06-301-1/+1