summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* broadcom/vc5: Implement stencil blits using RGBA.Eric Anholt2018-04-252-2/+83
* broadcom/vc5: Remove leftover vc4 MSAA lowering setup in the FS key.Eric Anholt2018-04-251-4/+1
* broadcom/vc5: Fix tile load/store of MSAA surfaces on 4.x.Eric Anholt2018-04-251-1/+11
* draw: fix different sign logic when clippingRoland Scheidegger2018-04-251-9/+8
* draw: simplify clip null tri logicRoland Scheidegger2018-04-251-11/+9
* nvc0/ir: all short immediates are sign-extended, adjust LIMM testIlia Mirkin2018-04-243-19/+24
* meson: raise required version to 0.44.1Dylan Baker2018-04-241-6/+0
* meson: fix graw-xlib after auxiliary consolidationDylan Baker2018-04-241-2/+1
* gm107/ir/lib: fix sched in div u32 builtinKarol Herbst2018-04-242-4/+4
* broadcom/vc5: Set up internal_format for imported resources.Eric Anholt2018-04-241-0/+2
* broadcom/vc5: Assert that created BOs have offset != 0.Eric Anholt2018-04-241-0/+1
* broadcom/vc5: Don't allocate simulator BOs at offset 0.Eric Anholt2018-04-241-1/+5
* broadcom/vc5: Add sim support for the GET_BO_OFFSET ioctl.Eric Anholt2018-04-242-6/+21
* broadcom/vc5: Treat imports of DRM_FORMAT_MOD_INVALID BOs as linear.Eric Anholt2018-04-241-0/+1
* Revert "st/dri: Fix dangling pointer to a destroyed dri_drawable"Marek Olšák2018-04-241-4/+0
* gallivm: dump bitcode before optimizationRoland Scheidegger2018-04-241-13/+20
* gallivm: (trivial) do division by 1000 with int64Roland Scheidegger2018-04-241-1/+1
* gallivm: remove LICM passRoland Scheidegger2018-04-241-1/+9
* gallivm: add early cse passRoland Scheidegger2018-04-241-4/+5
* ac/radv/radeonsi: refactor harvest config register getters.Dave Airlie2018-04-241-105/+6
* ac/radv/radeonsi: refactor max simd waves into common code.Dave Airlie2018-04-241-11/+1
* ac/radv/radeonsi: refactor raster_config default values getters.Dave Airlie2018-04-241-82/+3
* radeonsi: use common gs_table_depth codeDave Airlie2018-04-241-31/+2
* radeonsi: don't runtime check gs table infoDave Airlie2018-04-241-7/+7
* st/dri: Fix dangling pointer to a destroyed dri_drawableJohan Klokkhammer Helsing2018-04-231-0/+4
* nv50/ir: make a copy of tex src if it's referenced multiple timesIlia Mirkin2018-04-221-37/+49
* virgl: disable virgl when no 3D for virtio gpu.Lepton Wu2018-04-231-0/+11
* gallium/tests/trivial: fix viewport depth transformIlia Mirkin2018-04-212-6/+7
* trace: allow image resource to be nullIlia Mirkin2018-04-211-1/+1
* nv50/ir/ra: prefer def == src2 for fma with immediates on nvc0Karol Herbst2018-04-211-10/+29
* autotools: Include new meson files18.1-branchpointDylan Baker2018-04-203-1/+7
* 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
* gallium/util: Android backtrace supportStefan Schake2018-04-203-1/+114
* gallium/util: Don't stub u_debug_stack on AndroidStefan Schake2018-04-201-1/+2
* radeonsi: generate image load/store/atomic ops using ac_build_image_opcodeNicolai Hähnle2018-04-202-132/+100
* amd/common: pass address components individually to ac_build_image_intrinsicNicolai Hähnle2018-04-202-145/+79
* 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
* clover: Fix host access validation for sub-buffer creationAaron Watry2018-04-191-2/+7
* 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
* meson: build graw testsDylan Baker2018-04-185-0/+108