summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* swr/rast: bypass size limit for non-sampled texturesAlok Hota2019-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
* iris: Flush before hiz_exec.Rafael Antognolli2019-02-211-0/+2
* iris: Allow disabling aux via INTEL_DEBUG optionsKenneth Graunke2019-02-211-2/+4
* iris: do flush for buffers stillKenneth Graunke2019-02-211-19/+17
* iris: make surface states for CCS_D tooKenneth Graunke2019-02-211-1/+2
* iris: Skip msaa16 on gen < 9.Rafael Antognolli2019-02-211-15/+33
* iris: Set program key fields for MCSKenneth Graunke2019-02-211-3/+6
* iris: don't use hiz for MSAA buffersKenneth Graunke2019-02-211-9/+12