aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* etnaviv: keep track of mapped bo addressChristian Gmeiner2019-03-012-9/+11
* etnaviv: implement ETC2 block patching for HALTI0Christian Gmeiner2019-03-014-0/+201
* freedreno: Fix a couple of warningsKristian H. Kristensen2019-02-281-1/+1
* freedreno/a6xx: Don't zero SO buffer addressesKristian H. Kristensen2019-02-281-38/+0
* freedreno/a6xx: Only output MRT control for used framebuffersKristian H. Kristensen2019-02-281-1/+1
* radeonsi/nir: move si_lower_nir() call into compiler threadTimothy Arceri2019-02-281-2/+3
* freedreno: catch failing fd_blit and fallback to software blitJonathan Marek2019-02-273-11/+15
* freedreno: use renderonly path for buffers allocated with modifiersJonathan Marek2019-02-271-1/+7
* freedreno: a2xx: fix mipmapping for NPOT texturesJonathan Marek2019-02-271-0/+6
* freedreno: a2xx: fix fast clear for some gmem configurationsJonathan Marek2019-02-271-3/+3
* freedreno: a2xx: add use_hw_binning functionJonathan Marek2019-02-271-2/+24
* freedreno: a2xx: don't write 4th vertex in mem2gmemJonathan Marek2019-02-271-3/+1
* swr/codegen: fix autotools buildErik Faye-Lund2019-02-271-8/+8
* meson/swr: replace hard-coded path with current_build_dir()Eric Engestrom2019-02-271-1/+1
* iris: add libmesa_iris_gen8 library to the buildTapani Pälli2019-02-271-0/+21
* panfrost/midgard: Allow flt to run on most unitsAlyssa Rosenzweig2019-02-271-1/+1
* panfrost: Expose perf counters in environmentAlyssa Rosenzweig2019-02-273-13/+11
* panfrost: Identify 4-bit channel texture formatsAlyssa Rosenzweig2019-02-273-0/+6
* panfrost: Add RGB565, RGB5A1 texture formatsAlyssa Rosenzweig2019-02-272-0/+4
* iris: Enable ARB_shader_draw_parameters supportJose Maria Casanova Crespo2019-02-265-4/+212
* 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