summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* clover: update ICD table to support everything up to 2.2Karol Herbst2019-02-262-1/+218
* include/CL: Update to the latest OpenCL 2.2 headersPierre Moreau2019-02-261-0/+5
* gallium/u_tests: use a compute-only context to test GCN compute ringMarek Olšák2019-02-261-5/+3
* radeonsi: always use compute rings for clover on CI and newer (v2)Marek Olšák2019-02-2611-75/+130
* freedreno/a6xx: vertex_id is not _zero_basedRob Clark2019-02-261-1/+1
* freedreno/a6xx: fix DRAW_IDX_INDIRECT max_indiciesRob Clark2019-02-261-2/+1
* freedreno/a6xx: fix ssbo alignmentRob Clark2019-02-261-1/+2
* freedreno/a6xx: fix hangs with large shadersRob Clark2019-02-261-2/+2
* svga: fix dma.pending > 0 testBrian Paul2019-02-261-1/+1
* svga: assorted whitespace and formatting fixesBrian Paul2019-02-267-56/+52
* freedreno/a6xx: Silence compiler warningsEduardo Lima Mitev2019-02-261-2/+4
* meson/iris: Use current coding styleDylan Baker2019-02-251-7/+10
* radeonsi: fix query buffer allocationTimothy Arceri2019-02-262-25/+32
* swr/rast: Fix autotools and scons codegenAlok Hota2019-02-252-20/+12
* swr/rast: Add general SWTag statisticsAlok Hota2019-02-253-161/+191
* swr/rast: Add string handling to AR event frameworkAlok Hota2019-02-255-31/+54
* swr/rast: Add initial SWTag proto definitionsAlok Hota2019-02-252-39/+71
* swr/rast: Cleanup and generalize gen_archrastAlok Hota2019-02-252-81/+41
* d3d: meson: do not prefix user provided d3d-drivers-pathSergii Romantsov2019-02-251-1/+1
* iris: Properly allow rendering to RGBX formats.Kenneth Graunke2019-02-251-2/+9
* iris: Drop RGBX -> RGBA for storage image usagesKenneth Graunke2019-02-251-6/+3
* iris: Always use in-tree i915_drm.hJordan Justen2019-02-243-3/+3
* panfrost: Decode render target swizzle/channelsAlyssa Rosenzweig2019-02-253-23/+81
* panfrost/midgard: Add fround(_even), ftrunc, ffmaAlyssa Rosenzweig2019-02-253-0/+14
* panfrost/nondrm: Split out dump_countersAlyssa Rosenzweig2019-02-252-5/+10
* panfrost/nondrm: Make COHERENT_LOCAL explicitAlyssa Rosenzweig2019-02-252-1/+2
* panfrost/nondrm: Flag CPU-invisible regionsAlyssa Rosenzweig2019-02-252-3/+4
* panfrost/meson: Remove subdir for nondrmAlyssa Rosenzweig2019-02-251-1/+0
* panfrost: Use tiler fast path (performance boost)Alyssa Rosenzweig2019-02-251-4/+38
* meson: ensure that xmlpool_options.h is generated for gallium targets that ne...David Shao2019-02-245-5/+5
* etnaviv: blt: mark used src resource as read fromChristian Gmeiner2019-02-231-0/+2
* etnaviv: rs: mark used src resource as read fromChristian Gmeiner2019-02-231-0/+1
* gallium/auxiliary/vl: Fix duplicate symbol build errors.Vinson Lee2019-02-222-6/+6
* swr/rast: bypass size limit for non-sampled texturesAlok Hota2019-02-221-1/+3
* tgsi: don't set tgsi_info::uses_bindless_images for constbufs and hw atomicsMarek Olšák2019-02-221-1/+3
* freedreno/a6xx: cube image fixRob Clark2019-02-221-0/+4
* freedreno/a6xx: fix border-color offsetRob Clark2019-02-221-1/+1
* freedreno: fix race conditionRob Clark2019-02-223-5/+16
* nv50: disable computeIlia Mirkin2019-02-221-1/+1
* virgl: Enable mixed color FBO attachemnets only when the host supportsGert Wollny2019-02-222-1/+2
* Revert "iris: Enable auxiliary buffer support"Kenneth Graunke2019-02-211-0/+3
* iris: Enable -msse2 and -mstackrealignKenneth Graunke2019-02-211-3/+3
* iris: Enable auxiliary buffer supportKenneth Graunke2019-02-211-3/+0
* iris: Flag ALL_DIRTY_BINDINGS on aux state change.Rafael Antognolli2019-02-213-21/+29
* iris: Skip resolve if there's no context.Rafael Antognolli2019-02-211-1/+9
* iris/clear: Pass on render_condition_enabled.Rafael Antognolli2019-02-211-2/+4
* iris: Avoid leaking if we fail to allocate the aux buffer.Rafael Antognolli2019-02-211-2/+6
* iris: Only resolve compute resources for compute shadersKenneth Graunke2019-02-211-4/+3
* iris: Fix aux usage in render resolve codeKenneth Graunke2019-02-211-1/+1
* iris: Pin HiZ buffers when rendering.Rafael Antognolli2019-02-211-0/+8