aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a6xx: convert draw packet to OUT_PKT()Rob Clark2020-04-301-48/+51
* freedreno/a6xx: add OUT_PKT()Rob Clark2020-04-301-1/+76
* freedreno/a6xx: skip unnecessary MRT blend stateRob Clark2020-04-301-3/+3
* freedreno/a6xx: combine sample mask into blend stateRob Clark2020-04-304-35/+102
* freedreno/a6xx: move blend-color to stateobjRob Clark2020-04-302-0/+5
* freedreno/a6xx: limit LRZ state emitRob Clark2020-04-302-9/+34
* freedreno/a6xx: limit PROG_FB_RAST state emitRob Clark2020-04-303-2/+10
* freedreno/a6xx: move scissor state to stateobjRob Clark2020-04-302-2/+9
* freedreno/a6xx: move const state to single stateobjRob Clark2020-04-302-19/+28
* freedreno/a6xx: avoid unnecessary clearing VS DP stateRob Clark2020-04-302-1/+7
* freedreno/a6xx: small query cleanupRob Clark2020-04-301-3/+1
* panfrost: Don't leak temporary descriptors arrayTomeu Vizoso2020-04-301-0/+2
* panfrost: Emit blend descriptors on BifrostTomeu Vizoso2020-04-303-21/+97
* gallium: extract out logicop helperRob Clark2020-04-305-68/+30
* gallivm: fix half to float conversions with llvm 11Roland Scheidegger2020-04-301-10/+24
* freedreno: fix buffer importRob Clark2020-04-291-1/+2
* freedreno: switch to simple_mtxRob Clark2020-04-292-7/+7
* freedreno: add screen lock wrappersRob Clark2020-04-2910-51/+69
* freedreno/a4xx: enable A405Konrad Dybcio2020-04-291-0/+1
* iris: handle PIPE_CAP_CLEAR_SCISSOREDMike Blumenkrantz2020-04-292-12/+17
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-2960-36/+82
* iris: move iris_vtable to iris_screenMike Blumenkrantz2020-04-2919-187/+201
* ac/surface: add code for gfx10 displayable DCCMarek Olšák2020-04-294-10/+21
* ac/surface: don't compute DCC if it's unsupported by DCN on gfx9+Marek Olšák2020-04-291-12/+1
* ac/surface: replace RADEON_SURF_OPTIMIZE_FOR_SPACE with !FORCE_SWIZZLE_MODEMarek Olšák2020-04-292-6/+4
* ac/surface: remove RADEON_SURF_TC_COMPATIBLE_HTILE and assume it's always setMarek Olšák2020-04-291-7/+7
* ac/surface: rename micro tile mode enums like gfx10 uses themMarek Olšák2020-04-292-6/+6
* winsys/svga: Optionally avoid caching buffer mapsThomas Hellstrom2020-04-294-12/+22
* gallium/pipebuffer: Use persistent maps for slabsThomas Hellstrom2020-04-293-4/+14
* iris/bufmgr: Check if iris_bo_gem_mmap failedDanylo Piliaiev2020-04-291-0/+8
* iris: Fix downcast of bound_vertex_buffers from uint64_t to intKenneth Graunke2020-04-291-1/+1
* freedreno/a6xx: invalidate tex state cache entries on rebindRob Clark2020-04-293-1/+30
* freedreno: rebind_resource() *before* bo changesRob Clark2020-04-291-4/+2
* freedreno: rebind resource in all contextsRob Clark2020-04-295-15/+27
* freedreno: optimize rebind_resource()Rob Clark2020-04-294-38/+123
* freedreno: mark more state dirty when rebinding resourcesRob Clark2020-04-292-6/+16
* freedreno: don't realloc idle bo'sRob Clark2020-04-292-5/+13
* freedreno: small whitespace fixRob Clark2020-04-291-1/+1
* gallium/swr: Fix crashes and failures in vertex fetchJan Zielinski2020-04-282-3/+7
* freedreno/log-parser: support to read gzip'd logsRob Clark2020-04-281-1/+8
* freedreno/a6xx: pre-calculate expected vsc stream sizesRob Clark2020-04-288-1/+229
* freedreno: add helper to estimate # of bins per pipeRob Clark2020-04-282-6/+24
* freedreno/a6xx+tu: rename VSC_DATA/VSC_DATA2Rob Clark2020-04-283-56/+61
* radeonsi: Count planes for imported textures.Bas Nieuwenhuizen2020-04-281-0/+9
* r600: Enable tesselation for NIRGert Wollny2020-04-281-3/+2
* r600/sfn: Add tesselation shadersGert Wollny2020-04-288-4/+419
* r600/sfn: Add lowering passes for Tesselation IOGert Wollny2020-04-285-0/+487
* r600/sfn: Move removing of unused variablesGert Wollny2020-04-281-3/+4
* r600/sfn: Handle LDS output in VSGert Wollny2020-04-282-1/+17
* r600/sfn: derive the GS from the vertex stage for a common interfaceGert Wollny2020-04-282-4/+5