summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-04-26broadcom/vc5: Add an assert about GFXH-1559.Eric Anholt1-0/+9
2018-04-26broadcom/vc5: Implement GFXH-1742 workaround (emit 2 dummy stores on 4.x).Eric Anholt1-8/+27
2018-04-26radeon/vcn: fix mpeg4 msg buffer settingsBoyuan Zhang1-9/+9
2018-04-25broadcom/vc5: Fix reloads of separate stencil buffers.Eric Anholt1-4/+16
2018-04-25broadcom/vc5: Fix cpp of MSAA surfaces on 4.x.Eric Anholt2-3/+5
2018-04-25broadcom/vc5: Implement stencil blits using RGBA.Eric Anholt2-2/+83
2018-04-25broadcom/vc5: Remove leftover vc4 MSAA lowering setup in the FS key.Eric Anholt1-4/+1
2018-04-25broadcom/vc5: Fix tile load/store of MSAA surfaces on 4.x.Eric Anholt1-1/+11
2018-04-24nvc0/ir: all short immediates are sign-extended, adjust LIMM testIlia Mirkin3-19/+24
2018-04-24gm107/ir/lib: fix sched in div u32 builtinKarol Herbst2-4/+4
2018-04-24broadcom/vc5: Set up internal_format for imported resources.Eric Anholt1-0/+2
2018-04-24broadcom/vc5: Assert that created BOs have offset != 0.Eric Anholt1-0/+1
2018-04-24broadcom/vc5: Don't allocate simulator BOs at offset 0.Eric Anholt1-1/+5
2018-04-24broadcom/vc5: Add sim support for the GET_BO_OFFSET ioctl.Eric Anholt2-6/+21
2018-04-24broadcom/vc5: Treat imports of DRM_FORMAT_MOD_INVALID BOs as linear.Eric Anholt1-0/+1
2018-04-24ac/radv/radeonsi: refactor harvest config register getters.Dave Airlie1-105/+6
2018-04-24ac/radv/radeonsi: refactor max simd waves into common code.Dave Airlie1-11/+1
2018-04-24ac/radv/radeonsi: refactor raster_config default values getters.Dave Airlie1-82/+3
2018-04-24radeonsi: use common gs_table_depth codeDave Airlie1-31/+2
2018-04-24radeonsi: don't runtime check gs table infoDave Airlie1-7/+7
2018-04-22nv50/ir: make a copy of tex src if it's referenced multiple timesIlia Mirkin1-37/+49
2018-04-21nv50/ir/ra: prefer def == src2 for fma with immediates on nvc0Karol Herbst1-10/+29
2018-04-20autotools: Add passes.h to sources so it will be included in the tarballDylan Baker1-0/+1
2018-04-20nvc0: fix line width on GM20x+Rhys Perry1-1/+4
2018-04-20etnaviv: fix texture_format_needs_swizLucas Stach1-1/+1
2018-04-20radeonsi: generate image load/store/atomic ops using ac_build_image_opcodeNicolai Hähnle1-131/+99
2018-04-20amd/common: pass address components individually to ac_build_image_intrinsicNicolai Hähnle1-144/+78
2018-04-20amd/common: pass new enum ac_image_dim to ac_build_image_opcodeNicolai Hähnle1-2/+48
2018-04-20radeonsi/nir: fix crash in test involving the sample maskNicolai Hähnle1-1/+2
2018-04-20radeonsi/nir: set FS properties only when scanning a fragment shaderNicolai Hähnle1-1/+2
2018-04-20radeonsi: fix error paths of si_texture_transfer_mapNicolai Hähnle1-13/+12
2018-04-19nir: Offset vertex_id by first_vertex instead of base_vertexNeil Roberts3-5/+4
2018-04-19svga: Fix incorrect advertizing of EGL_KHR_gl_colorspaceThomas Hellstrom1-1/+1
2018-04-19swr: Fix include for createPromoteMemoryToRegisterPassMike Lothian1-0/+3
2018-04-18radeon/vce: disable vce dual pipe on VegaMLeo Liu1-1/+2
2018-04-18radeonsi: add support for VegaMMarek Olšák5-2/+10
2018-04-18radeonsi/gfx9: fix a hang with an empty first IBMarek Olšák1-3/+4
2018-04-18swr/rast: Fix VGATHERPD loweringGeorge Kyriazis1-13/+69
2018-04-18swr/rast: Replace x86 VMOVMSK with llvm-only implementationGeorge Kyriazis5-5/+26
2018-04-18swr/rast: Optimize late/bindless JIT of samplersGeorge Kyriazis25-105/+213
2018-04-18swr/rast: Implement VROUND intrinsic in x86 lowering passGeorge Kyriazis1-1/+37
2018-04-18swr/rast: Refactor to improve code sharing.George Kyriazis1-43/+36
2018-04-18swr/rast: minimize codegen redundant workGeorge Kyriazis6-128/+335
2018-04-18swr/rast: double-pump in x86 lowering passGeorge Kyriazis1-11/+19
2018-04-18swr/rast: Fix 64bit float loads in x86 lowering passGeorge Kyriazis2-45/+25
2018-04-18swr/rast: Add shader stats infrastructure (WIP)George Kyriazis4-34/+148
2018-04-18swr/rast: Type-check TemplateArgUnrollerGeorge Kyriazis1-18/+21
2018-04-18swr/rast: Add vgather to x86 lowering pass.George Kyriazis1-9/+76
2018-04-18swr/rast: fix commentGeorge Kyriazis1-1/+1
2018-04-18swr/rast: add cvt instructions in x86 lowering passGeorge Kyriazis5-59/+48