aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: use local ws variable in si_need_dma_spaceMarek Olšák2019-02-061-9/+10
* radeonsi: don't leak an index buffer if draw_vbo failsMarek Olšák2019-02-061-3/+5
* radeonsi: make allocator_zeroed_memory unmappable and use bigger buffersMarek Olšák2019-02-061-1/+2
* radeonsi: clear allocator_zeroed_memory with SDMAMarek Olšák2019-02-064-12/+9
* radeonsi: initialize textures using DCC to black when possibleMarek Olšák2019-02-063-13/+63
* freedreno: a2xx: fix fast clearJonathan Marek2019-02-061-1/+0
* v3d: Store the actual mask of color buffers present in the key.Eric Anholt2019-02-051-9/+10
* v3d: Fix precompile of FRAG_RESULT_DATA1 and higher outputs.Eric Anholt2019-02-051-1/+1
* nir: Move V3D's "the shader was TGSI, ignore FS output types" flag to NIR.Eric Anholt2019-02-052-10/+2
* nvc0/ir: replace cvt instructions with add to improve shader performanceKarol Herbst2019-02-052-0/+64
* swr/rast: update SWR rasterizer shader statsAlok Hota2019-02-0510-38/+204
* radeonsi: release tokens after creating the shader programGert Wollny2019-02-051-0/+2
* nv50,nvc0: add explicit settings for recent capsIlia Mirkin2019-02-042-0/+4
* panfrost: Implement Midgard shader toolchainAlyssa Rosenzweig2019-02-0513-2/+6383
* panfrost: Initial stub for Panfrost driverAlyssa Rosenzweig2019-02-0511-0/+2984
* radeonsi: fix crashing performance counters (division by zero)Marek Olšák2019-02-041-1/+1
* radeonsi: handle render_condition_enable in si_compute_clear_render_targetMarek Olšák2019-02-043-3/+8
* radeonsi: use compute for clear_render_target when possibleSonny Jiang2019-02-045-0/+184
* ac/radv/radeonsi: add ac_get_num_physical_sgprs() helperTimothy Arceri2019-02-011-4/+3
* freedreno: more fixing release tarballRob Clark2019-01-311-1/+3
* virgl: ARB_query_buffer_object supportDave Airlie2019-01-317-1/+58
* virgl: enable elapsed time queriesDave Airlie2019-01-311-1/+1
* radeonsi: fix a comment typo in si_fine_fence_setMarek Olšák2019-01-301-1/+1
* r600: add -Wstrict-overflow=0 to meson to silence the warningMarek Olšák2019-01-301-1/+1
* radeonsi: unify error paths in si_texture_create_objectMarek Olšák2019-01-301-9/+9
* radeonsi: merge & rename texture BO metadata functionsMarek Olšák2019-01-301-64/+53
* radeonsi: enable dithered alpha-to-coverage for better qualityMarek Olšák2019-01-301-4/+5
* v3d: Fix leak in resource setup error pathErnestas Kulik2019-01-291-1/+1
* vc4: Fix leak in HW queries error pathErnestas Kulik2019-01-291-1/+1
* v3d: Always enable the NEON utile load/store code.Eric Anholt2019-01-291-5/+6
* 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
* 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
* 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-283-17/+1
* kmsro: Extend to include hx8357d.Eric Anholt2019-01-282-0/+2
* pl111: Rename the pl111 driver to "kmsro".Eric Anholt2019-01-285-14/+14
* virgl: Set sRGB write control CAP based on host capabilitiesGert Wollny2019-01-283-0/+13
* etnaviv: add linear sampling supportChristian Gmeiner2019-01-283-1/+25
* etnaviv: update headers from rnndbChristian Gmeiner2019-01-288-55/+227