aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* autotools: Add passes.h to sources so it will be included in the tarballDylan Baker2018-04-201-0/+1
* nvc0: fix line width on GM20x+Rhys Perry2018-04-201-1/+4
* etnaviv: fix texture_format_needs_swizLucas Stach2018-04-201-1/+1
* radeonsi: generate image load/store/atomic ops using ac_build_image_opcodeNicolai Hähnle2018-04-201-131/+99
* amd/common: pass address components individually to ac_build_image_intrinsicNicolai Hähnle2018-04-201-144/+78
* amd/common: pass new enum ac_image_dim to ac_build_image_opcodeNicolai Hähnle2018-04-201-2/+48
* radeonsi/nir: fix crash in test involving the sample maskNicolai Hähnle2018-04-201-1/+2
* radeonsi/nir: set FS properties only when scanning a fragment shaderNicolai Hähnle2018-04-201-1/+2
* radeonsi: fix error paths of si_texture_transfer_mapNicolai Hähnle2018-04-201-13/+12
* nir: Offset vertex_id by first_vertex instead of base_vertexNeil Roberts2018-04-193-5/+4
* svga: Fix incorrect advertizing of EGL_KHR_gl_colorspaceThomas Hellstrom2018-04-191-1/+1
* swr: Fix include for createPromoteMemoryToRegisterPassMike Lothian2018-04-191-0/+3
* radeon/vce: disable vce dual pipe on VegaMLeo Liu2018-04-181-1/+2
* radeonsi: add support for VegaMMarek Olšák2018-04-185-2/+10
* radeonsi/gfx9: fix a hang with an empty first IBMarek Olšák2018-04-181-3/+4
* swr/rast: Fix VGATHERPD loweringGeorge Kyriazis2018-04-181-13/+69
* swr/rast: Replace x86 VMOVMSK with llvm-only implementationGeorge Kyriazis2018-04-185-5/+26
* swr/rast: Optimize late/bindless JIT of samplersGeorge Kyriazis2018-04-1825-105/+213
* swr/rast: Implement VROUND intrinsic in x86 lowering passGeorge Kyriazis2018-04-181-1/+37
* swr/rast: Refactor to improve code sharing.George Kyriazis2018-04-181-43/+36
* swr/rast: minimize codegen redundant workGeorge Kyriazis2018-04-186-128/+335
* swr/rast: double-pump in x86 lowering passGeorge Kyriazis2018-04-181-11/+19
* swr/rast: Fix 64bit float loads in x86 lowering passGeorge Kyriazis2018-04-182-45/+25
* swr/rast: Add shader stats infrastructure (WIP)George Kyriazis2018-04-184-34/+148
* swr/rast: Type-check TemplateArgUnrollerGeorge Kyriazis2018-04-181-18/+21
* swr/rast: Add vgather to x86 lowering pass.George Kyriazis2018-04-181-9/+76
* swr/rast: fix commentGeorge Kyriazis2018-04-181-1/+1
* swr/rast: add cvt instructions in x86 lowering passGeorge Kyriazis2018-04-185-59/+48
* swr/rast: Fix alloca usage in jitterGeorge Kyriazis2018-04-183-0/+20
* swr/rast: Change gfx pointers to gfxptr_tGeorge Kyriazis2018-04-1811-103/+220
* swr/rast: Fix byte offset for non-indexed drawsGeorge Kyriazis2018-04-181-2/+3
* swr/rast: Add support for setting optimization levelGeorge Kyriazis2018-04-189-18/+55
* swr/rast: Adding translate call to builder_gfx_mem.George Kyriazis2018-04-182-0/+7
* swr/rast: Fix codegen for typedef typesGeorge Kyriazis2018-04-181-0/+1
* swr: add x86 lowering pass to fragment shaderGeorge Kyriazis2018-04-181-0/+7
* swr/rast: Enable generalized fetch jitGeorge Kyriazis2018-04-185-1103/+139
* swr/rast: Add builder_gfx_mem.{h|cpp}George Kyriazis2018-04-185-4/+210
* swr/rast: Lower VGATHERPS and VGATHERPS_16 to x86.George Kyriazis2018-04-181-67/+2
* swr/rast: Cleanup of JitManager convenience typesGeorge Kyriazis2018-04-184-44/+5
* swr/rast: Lower PERMD and PERMPS to x86.George Kyriazis2018-04-184-86/+14
* swr/rast: Start refactoring of builder/packetizer.George Kyriazis2018-04-1816-46/+565
* swr/rast: Simplify #define usage in gen source fileGeorge Kyriazis2018-04-181-4/+3
* swr/rast: Move CallPrint() to a separate fileGeorge Kyriazis2018-04-184-21/+56
* swr/rast: Fix name mangling for LLVM pow intrinsicGeorge Kyriazis2018-04-181-1/+1
* swr/rast: Add some archrast countersGeorge Kyriazis2018-04-187-4/+53
* swr/rast: Code cleanupGeorge Kyriazis2018-04-181-8/+1
* swr/rast: Add "Num Instructions Executed" stats intrinsic.George Kyriazis2018-04-181-7/+21
* swr/rast: Add MEM_ADD helper function to Builder.George Kyriazis2018-04-182-0/+9
* swr/rast: Permute work for simd16George Kyriazis2018-04-187-10/+67
* swr/rast: WIP builder rewrite (2)George Kyriazis2018-04-181-4/+13