aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* r600/sfn: extract class to handle the VS export to different stagesGert Wollny2020-04-288-467/+617
* r600/sfn: Move some shader base methods to the public interfaceGert Wollny2020-04-281-5/+7
* r600/sfn: Add methods to valuepool to get a vector of valuesGert Wollny2020-04-282-0/+22
* r600/sfn: Move emission of barrier from compute shader to shader baseGert Wollny2020-04-284-11/+14
* r600/sfn: Emit some LDS instructionsGert Wollny2020-04-282-0/+53
* r600/sfn: Handle umul24 and umad24Gert Wollny2020-04-282-1/+5
* r600/sfn: Add IR instruction to fetch the TESS parametersGert Wollny2020-04-282-0/+31
* r600/sfn: Add TF write instructionGert Wollny2020-04-284-0/+83
* r600/sfn: Add LDS instruction to assembly conversionGert Wollny2020-04-281-0/+78
* r600/sfn: Add LDS IO instructions to r600 IRGert Wollny2020-04-285-0/+166
* r600/sfn: Don't emit inline constants in the r600 IRGert Wollny2020-04-281-23/+2
* r600/sfn: simplify UBO lowering passGert Wollny2020-04-281-20/+15
* r600: Handle texcoord semantics in LDS index evaluationGert Wollny2020-04-283-10/+12
* panfrost: Fix GL_EXT_vertex_array_bgraIcecream952020-04-281-1/+1
* gallium/swr: Fix LLVM 11 compilation issuesJan Zielinski2020-04-278-35/+156
* freedreno: Fix calculation of the const buffer cmdstream size.Eric Anholt2020-04-271-1/+1
* zink: explicitly unref old fb object when setting new oneMike Blumenkrantz2020-04-271-1/+5
* zink: remove framebuffer cacheMike Blumenkrantz2020-04-272-33/+4
* st/dri: Set next in template instead of after creation. (v2)Bas Nieuwenhuizen2020-04-274-3/+5
* freedreno: Fix derivatives without texturing on a3xx-a5xx.Eric Anholt2020-04-273-5/+5
* ac,radeonsi: fix compilations issues with LLVM 11Samuel Pitoiset2020-04-271-1/+1