summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-18swr/rast: Optimize late/bindless JIT of samplersGeorge Kyriazis
2018-04-18swr/rast: Implement VROUND intrinsic in x86 lowering passGeorge Kyriazis
2018-04-18swr/rast: Refactor to improve code sharing.George Kyriazis
2018-04-18swr/rast: minimize codegen redundant workGeorge Kyriazis
2018-04-18swr/rast: double-pump in x86 lowering passGeorge Kyriazis
2018-04-18swr/rast: Fix 64bit float loads in x86 lowering passGeorge Kyriazis
2018-04-18swr/rast: Add shader stats infrastructure (WIP)George Kyriazis
2018-04-18swr/rast: Type-check TemplateArgUnrollerGeorge Kyriazis
2018-04-18swr/rast: Add vgather to x86 lowering pass.George Kyriazis
2018-04-18swr/rast: fix commentGeorge Kyriazis
2018-04-18swr/rast: add cvt instructions in x86 lowering passGeorge Kyriazis
2018-04-18swr/rast: Fix alloca usage in jitterGeorge Kyriazis
2018-04-18swr/rast: Change gfx pointers to gfxptr_tGeorge Kyriazis
2018-04-18swr/rast: Fix byte offset for non-indexed drawsGeorge Kyriazis
2018-04-18swr/rast: Add support for setting optimization levelGeorge Kyriazis
2018-04-18swr/rast: Adding translate call to builder_gfx_mem.George Kyriazis
2018-04-18swr/rast: Fix codegen for typedef typesGeorge Kyriazis
2018-04-18swr: add x86 lowering pass to fragment shaderGeorge Kyriazis
2018-04-18swr/rast: Enable generalized fetch jitGeorge Kyriazis
2018-04-18swr/rast: Add builder_gfx_mem.{h|cpp}George Kyriazis
2018-04-18swr/rast: Lower VGATHERPS and VGATHERPS_16 to x86.George Kyriazis
2018-04-18swr/rast: Cleanup of JitManager convenience typesGeorge Kyriazis
2018-04-18swr/rast: Lower PERMD and PERMPS to x86.George Kyriazis
2018-04-18swr/rast: Start refactoring of builder/packetizer.George Kyriazis
2018-04-18swr/rast: Simplify #define usage in gen source fileGeorge Kyriazis
2018-04-18swr/rast: Move CallPrint() to a separate fileGeorge Kyriazis
2018-04-18swr/rast: Fix name mangling for LLVM pow intrinsicGeorge Kyriazis
2018-04-18swr/rast: Add some archrast countersGeorge Kyriazis
2018-04-18swr/rast: Code cleanupGeorge Kyriazis
2018-04-18swr/rast: Add "Num Instructions Executed" stats intrinsic.George Kyriazis
2018-04-18swr/rast: Add MEM_ADD helper function to Builder.George Kyriazis
2018-04-18swr/rast: Permute work for simd16George Kyriazis
2018-04-18swr/rast: WIP builder rewrite (2)George Kyriazis
2018-04-18swr/rast: Add autogen of helper llvm intrinsics.George Kyriazis
2018-04-18swr/rast: WIP builder rewrite.George Kyriazis
2018-04-18swr/rast: LLVM 6 fixGeorge Kyriazis
2018-04-18swr/rast: Changes to allow jitter to compile with LLVM5George Kyriazis
2018-04-18swr/rast: Add some archrast statsGeorge Kyriazis
2018-04-18swr/rast: Silence some unused variable warningsGeorge Kyriazis
2018-04-18swr/rast: Add debug type info for i128George Kyriazis
2018-04-18swr/rast: Use blend context struct to pass paramsGeorge Kyriazis
2018-04-18swr/rast: Introduce JIT_MEM_CLIENTGeorge Kyriazis
2018-04-18swr/rast: Add some instructions to jitterGeorge Kyriazis
2018-04-17meson: Version libMesaOpenCL like autotools doesJan Alexander Steffens (heftig)
2018-04-17meson: Add library versions to swr driversJan Alexander Steffens (heftig)
2018-04-17radv: fix scissor computation when using half-pixel viewport offsetSamuel Pitoiset
2018-04-17spirv: Accept doubles in FaceForward, Reflect and RefractNeil Roberts
2018-04-17spirv: Add a 64-bit implementation of OpIsInfNeil Roberts
2018-04-17spirv: Use nir_imm_floatN_t for constants for GLSL450 builtinsNeil Roberts
2018-04-17nir/builder: Add a nir_imm_floatN_t helperNeil Roberts