aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* panfrost: Calculate polygon list header sizeAlyssa Rosenzweig2019-06-172-1/+107
* panfrost: Add pan_tiler.h headerAlyssa Rosenzweig2019-06-171-0/+44
* panfrost: Document tile size heuristicAlyssa Rosenzweig2019-06-171-0/+65
* panfrost: Rename tiler fields per tiler researchAlyssa Rosenzweig2019-06-173-60/+54
* panfrost: Add notes about the tiler allocationsAlyssa Rosenzweig2019-06-171-0/+86
* panfrost: Integrate kernel names for tiler FBDAlyssa Rosenzweig2019-06-173-48/+66
* panfrost: ci: Speed things up a bit by skipping a git cloneTomeu Vizoso2019-06-171-2/+5
* panfrost: ci: Exclude all blend tests from resultsTomeu Vizoso2019-06-171-41/+3
* lima: lower fmod in ppir and gpirErico Nunes2019-06-161-0/+2
* freedreno/a6xx: re-enable UBWC for depth/stencilRob Clark2019-06-151-0/+2
* freedreno/a6xx: handle z24s8/z24x8 blits with u_blitterRob Clark2019-06-152-25/+11
* freedreno/a6xx: handle fallback for rewritten blits ourselfRob Clark2019-06-151-11/+37
* freedreno/a6xx: rename variableRob Clark2019-06-151-39/+39
* freedreno/a6xx: consolidate z/s blit handlingRob Clark2019-06-151-67/+46
* gallium: add z24s8_as_r8g8b8a8 formatRob Clark2019-06-153-0/+10
* lima: fix dynarray usage in lima_submit_add_boErico Nunes2019-06-141-1/+1
* panfrost: Fix variant selectionAlyssa Rosenzweig2019-06-141-4/+10
* ac: add radeon_info::is_amdgpu instead of checking drm_major == 3Marek Olšák2019-06-1416-68/+23
* virgl: Return immediately when finding a compatible resource in the cacheAlexandros Frantzis2019-06-141-25/+14
* virgl: Use virgl_resource_cache in the vtest winsysAlexandros Frantzis2019-06-144-122/+44
* virgl: Use virgl_resource_cache in the drm winsysAlexandros Frantzis2019-06-144-123/+44
* virgl: Introduce virgl_resource_cacheAlexandros Frantzis2019-06-146-0/+331
* etnaviv: fix some pm query issuesLucas Stach2019-06-141-2/+6
* panfrost: Fix general purpose varying handlingBoris Brezillon2019-06-134-15/+44
* iris: Enable INTEL_shader_atomic_float_minmaxCaio Marcelo de Oliveira Filho2019-06-131-0/+1
* gallium: Add PIPE_CAP_ATOMIC_FLOAT_MINMAXCaio Marcelo de Oliveira Filho2019-06-133-0/+4
* freedreno/a6xx: fix MAX_INDICESRob Clark2019-06-131-2/+1
* freedreno/blitter: remove dead codeRob Clark2019-06-131-7/+0
* freedreno: turn staging cube into 2d-arrayRob Clark2019-06-131-0/+2
* panfrost: ci: Exclude some tests from resultsTomeu Vizoso2019-06-131-1/+50
* panfrost: ci: Update test expectationsTomeu Vizoso2019-06-131-93/+5
* vl: Always enable drm winsys.Bas Nieuwenhuizen2019-06-132-9/+3
* lima/ppir: change offset type to intMateusz Krzak2019-06-132-2/+2
* virgl: virgl_transfer should own its virgl_resourceChia-I Wu2019-06-122-8/+6
* virgl: pass virgl_context to transfer create/destroyChia-I Wu2019-06-125-22/+21
* virgl: init transfer queue from virgl_contextChia-I Wu2019-06-123-10/+11
* virgl: clean up virgl_transfer_queue.hChia-I Wu2019-06-122-1/+13
* radeonsi: add radeonsi_debug_disassembly optionNicolai Hähnle2019-06-122-6/+10
* radeonsi: fix line splitting in si_shader_dump_assemblyNicolai Hähnle2019-06-121-1/+1
* radeonsi: raise the alignment of LDS memory for compute shadersNicolai Hähnle2019-06-121-1/+1
* radeonsi: use an explicit symbol for the LSHS LDS memoryNicolai Hähnle2019-06-122-2/+20
* radeonsi: rename lds_{load,store} to lshs_lds_{load,store}Nicolai Hähnle2019-06-121-17/+16
* radeonsi/gfx9: declare LDS ESGS ring as an explicit symbol on LLVM >= 9Nicolai Hähnle2019-06-123-36/+94
* amd/rtld: layout and relocate LDS symbolsNicolai Hähnle2019-06-125-33/+66
* radeonsi: cleanup some #includesNicolai Hähnle2019-06-121-2/+2
* radeonsi: inline si_shader_binary_read_config into its only callerNicolai Hähnle2019-06-122-16/+7
* radeonsi: use the new run-time linker for shadersNicolai Hähnle2019-06-129-237/+272
* radeonsi: don't declare pointers to static stringsNicolai Hähnle2019-06-121-2/+2
* radeonsi: dump shader binary buffer contentsNicolai Hähnle2019-06-122-0/+19
* radeonsi: return bool from si_shader_binary_uploadNicolai Hähnle2019-06-124-19/+16