summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* iris: some initial HiZ bitsKenneth Graunke2019-02-217-17/+146
* iris: disable aux for external thingsKenneth Graunke2019-02-211-1/+14
* iris: Resolves for computeKenneth Graunke2019-02-211-2/+8
* iris: consider framebuffer parameter for aux usagesKenneth Graunke2019-02-213-9/+13