summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-12-01radeonsi: always use a staging texture for linear 1D textures in VRAMMarek Olšák1-1/+5
2020-12-01radeonsi: print more fields in si_dump_shader_keyMarek Olšák1-0/+9
2020-12-01intel/compiler: Add GEN125 to enum genJordan Justen1-12/+13
2020-12-01intel/iris: Build gen 12.5Jordan Justen5-6/+37
2020-12-01intel/anv: Build gen 12.5Jordan Justen8-5/+51
2020-12-01intel/isl: Build gen 12.5Jordan Justen6-2/+45
2020-12-01intel/genxml: Build gen 12.5Jordan Justen6-3/+22
2020-12-01intel/genxml: Copy gen12.xml to gen125.xmlJordan Justen1-0/+7340
2020-12-01intel/dev: Add gen_device_info_is_12hpJordan Justen1-0/+4
2020-12-01intel/dev: Use GEN_GEN if defined for gen_device_info_is_9lpJordan Justen1-0/+9
2020-12-01glx: Remove DRI1Adam Jackson8-2143/+1
2020-12-01glx: Handle create_context in terms of create_context_attribsAdam Jackson6-150/+49
2020-12-01glx: Check share ctx compatibility in ::create_context_attribsAdam Jackson3-0/+21
2020-12-01glx: Remove unused __GLXDRIscreen::createContextAdam Jackson1-5/+0
2020-12-01glx: Eliminate some stub functions for !GLX_DIRECT_RENDERINGAdam Jackson1-17/+5
2020-12-01zink: revert to old load_ubo implementationErik Faye-Lund2-53/+0
2020-12-01zink: add alternate ubo loader in ntvMike Blumenkrantz1-0/+92
2020-12-01util/slab: do not dereference NULL-pointerErik Faye-Lund1-3/+6
2020-12-01radeon/vcn: hevc main10 profile decoding pitch fixRuijing Dong1-3/+5
2020-12-01d3d12: Fix GCC warnings for missing function prototypesJesse Natalie8-16/+18
2020-12-01microsoft/compiler: Add missing 'return' to switch caseJesse Natalie1-1/+1
2020-12-01d3d12: Fix use of incorrect clear color variableJesse Natalie1-1/+1
2020-12-01microsoft/compiler: Misc fixes caught by GCCJesse Natalie5-16/+17
2020-12-01d3d12: Misc fixes caught by GCC warnings / code inspectionJesse Natalie4-3/+27
2020-12-01microsoft/compiler: Fix unhandled switch case warningsJesse Natalie3-2/+16
2020-12-01d3d12: Fix unhandled switch case warningsJesse Natalie5-4/+16
2020-12-01d3d12: Clean up d3d12_compiler.hJesse Natalie2-10/+12
2020-12-01d3d12: Remove Windows-specific macrosJesse Natalie7-12/+13
2020-12-01d3d12: Fix signed-unsigned comparison warningsJesse Natalie7-36/+40
2020-12-01d3d12: Fix brace-initialization issuesJesse Natalie4-12/+12
2020-12-01microsoft/compiler: Remove dead code/variablesJesse Natalie3-77/+1
2020-12-01d3d12: Delete unused local variablesJesse Natalie9-23/+1
2020-12-01gallium/tests: fix unused-but-set-variable warningMichel Zou1-0/+1
2020-12-01softpipe: fix maybe-uninitialized warningMichel Zou1-0/+2
2020-12-01wgl: fix maybe-uninitialized warningMichel Zou1-1/+1
2020-12-01glsl: fix redefinition warning on win32Michel Zou2-2/+2
2020-12-01glapi: fix unused-function warningMichel Zou1-0/+2
2020-12-01util: fix mingw format-extra-args warningMichel Zou2-6/+7
2020-12-01nir: don't sink instructions into loopsDaniel Schürmann1-20/+8
2020-12-01d3d12: do not inspect NULL samplersErik Faye-Lund1-1/+2
2020-12-01aco: Fix NGG GS assert failure from the WG scan.Timur Kristóf1-1/+1
2020-12-01intel/tools/aubinator_error_decode: allow 0 argumentsMarcin Ślusarz1-3/+2
2020-12-01intel/tools/aubinator_error_decode: allow "-" as an input fileMarcin Ślusarz1-8/+11
2020-12-01intel/tools/aubinator_error_decode: exit with an error on unknown optionMarcin Ślusarz1-0/+3
2020-12-01d3d12: lower bitfield_extract to shiftsErik Faye-Lund1-0/+1
2020-12-01Revert "radv/llvm,aco: always split typed vertex buffer loads on GFX6 and GFX...Samuel Pitoiset2-16/+12
2020-12-01etnaviv/drm: add some locking assertsChristian Gmeiner4-2/+20
2020-12-01etnaviv/drm: convert to simple_mtxChristian Gmeiner5-21/+21
2020-12-01etnaviv/drm: fix evil-twin etna_drm_table_lockChristian Gmeiner3-3/+2
2020-12-01v3dv: don't log out of pool memory errors for internal driver poolsIago Toral Quiroga3-6/+36