summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: fix crashing performance counters (division by zero)Marek Olšák2019-02-051-1/+1
* v3d: Fix leak in resource setup error pathErnestas Kulik2019-01-311-1/+1
* freedreno: more fixing release tarballRob Clark2019-01-311-1/+3
* vc4: Fix leak in HW queries error pathErnestas Kulik2019-01-311-1/+1
* freedreno: fix sysmem rendering being used when clear is usedJonathan Marek2019-01-291-1/+1
* freedreno: fix depth usage logicJonathan Marek2019-01-291-2/+6
* freedreno: fix invalidate logicJonathan Marek2019-01-292-10/+10
* st/dri: invalidate_resource depth/stencil before flush_resourceJonathan Marek2019-01-291-7/+7
* freedreno: minor cleanupsRob Clark2019-01-292-2/+0
* freedreno: stop frob'ing pipe_resource::nr_samplesRob Clark2019-01-294-6/+15
* freedreno/a6xx: fix blitter nr_samples checkRob Clark2019-01-291-1/+3
* freedreno/a5xx: fix blitter nr_samples checkRob Clark2019-01-291-1/+2
* vc4: Enable NEON asm on meson cross-builds.Eric Anholt2019-01-281-4/+6
* kmsro: Add freedreno renderonly supportJonathan Marek2019-01-283-0/+20
* freedreno: a2xx: add perfcntrsJonathan Marek2019-01-288-0/+1118
* freedreno: a2xx: minor solid_vertexbuf fixupsJonathan Marek2019-01-283-4/+6
* freedreno: a2xx: clear fixes and fast clear pathJonathan Marek2019-01-288-126/+434
* freedreno: a2xx: a20x hw binningJonathan Marek2019-01-2811-16/+298
* freedreno: a2xx: enable early-Z testingJonathan Marek2019-01-284-3/+11
* freedreno: a2xx: ir2 cleanupJonathan Marek2019-01-282-3/+1
* Switch imx to kmsro and remove the imx winsysRob Herring2019-01-2816-253/+3
* kmsro: Add etnaviv renderonly supportRob Herring2019-01-284-17/+50
* kmsro: Extend to include hx8357d.Eric Anholt2019-01-284-0/+4
* pipe-loader: Fallback to kmsro driver when no matching driver name foundRob Herring2019-01-281-5/+8
* pl111: Rename the pl111 driver to "kmsro".Eric Anholt2019-01-2821-51/+51
* virgl: Set sRGB write control CAP based on host capabilitiesGert Wollny2019-01-283-0/+13
* Gallium: Add new CAPS to indicate whether a driver can switch SRGB writeGert Wollny2019-01-283-0/+6
* etnaviv: add linear sampling supportChristian Gmeiner2019-01-283-1/+25
* etnaviv: update headers from rnndbChristian Gmeiner2019-01-288-55/+227
* etnaviv: extend etna_resource with an addressing modeChristian Gmeiner2019-01-284-8/+22
* nvc0: don't put text segment into bufctxIlia Mirkin2019-01-276-13/+16
* v3d: Create separate sampler states for the various blend formats.Eric Anholt2019-01-273-46/+299
* v3d: Move the sampler state to the long-lived state uploader.Eric Anholt2019-01-273-6/+13
* v3d: Use the symbolic names for wrap modes from the XML.Eric Anholt2019-01-271-6/+9
* v3d: Fix stencil sampling from a separate-stencil buffer.Eric Anholt2019-01-272-0/+7
* v3d: Fix stencil sampling from packed depth/stencil.Eric Anholt2019-01-271-1/+1
* v3d: Fix release-build warning about utile_h.Eric Anholt2019-01-271-2/+1
* v3d: Flush blit jobs immediately after generating them.Eric Anholt2019-01-271-0/+8
* v3d: Fix BO stats accounting for imported buffers.Eric Anholt2019-01-271-0/+3
* v3d: Drop maximum number of texture units down to 16.Eric Anholt2019-01-271-3/+3
* v3d: Avoid duplicating limits defines between gallium and v3d core.Eric Anholt2019-01-276-12/+9
* v3d: Rename gallium-local limits defines from VC5 to V3D.Eric Anholt2019-01-2711-33/+33
* st/nine: Enable debug info if NDEBUG is not setAxel Davy2019-01-2611-26/+26
* st/nine: Immediately upload user provided texturesAxel Davy2019-01-261-0/+13
* freedreno: add renderonly scanoutJonathan Marek2019-01-268-10/+66
* freedreno/a2xx: fix unused variable warningRob Clark2019-01-261-1/+0
* tgsi: remove culldist semantic from docsTimothy Arceri2019-01-261-18/+0
* gallium: Make sure we return is_unorm/is_snorm for compressed formats.Eric Anholt2019-01-255-24/+101
* gallium: Fix comment about possible colorspaces.Eric Anholt2019-01-251-1/+1
* gallium: Enable unit tests as actual meson unit tests.Eric Anholt2019-01-252-7/+9