aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/auxiliary: Handle count == 0 in u_vbuf_get_minmax_index_mappedIcecream952019-12-161-0/+6
* gallium/auxiliary: Reduce conversions in u_vbuf_get_minmax_index_mappedIcecream952019-12-161-6/+12
* radeonsi/gfx10: fix ngg_get_ordered_idMarek Olšák2019-12-162-2/+2
* radeonsi: reset more fields in si_llvm_context_set_ir to fix reusing ctxMarek Olšák2019-12-161-0/+2
* radeonsi: fix determining whether the VS prolog is neededMarek Olšák2019-12-161-3/+6
* radeonsi: allow generating VS prologs with 0 inputsMarek Olšák2019-12-162-8/+11
* radeonsi/gfx10: don't insert NGG streamout atomics if they are never usedMarek Olšák2019-12-161-31/+34
* radeonsi: don't wrap the VS prolog in if (ES thread) .. endifMarek Olšák2019-12-161-25/+0
* radeonsi: set is_monolithic for VS prologs when the shader is really monolithicMarek Olšák2019-12-161-0/+1
* radeonsi: disallow compute-based culling if polygon mode is enabledMarek Olšák2019-12-163-2/+5
* radeonsi: deduplicate ES and GS thread enablement codeMarek Olšák2019-12-163-22/+25
* panfrost: Remove fbd_type enumAlyssa Rosenzweig2019-12-161-1/+1
* panfrost: Fix FBD issueAlyssa Rosenzweig2019-12-162-5/+2
* panfrost: Pass blend RT number throughAlyssa Rosenzweig2019-12-164-8/+11
* radeonsi: disable dcc for 2x MSAA surface and bpe < 4Pierre-Eric Pelloux-Prayer2019-12-161-1/+3
* v3d: expose OES_geometry_shaderIago Toral Quiroga2019-12-161-5/+26
* v3d: support precompiling geometry shadersIago Toral Quiroga2019-12-161-16/+48
* v3d: disable lowering of indirect inputsIago Toral Quiroga2019-12-161-0/+1
* v3d: fix primitive queries for geometry shadersIago Toral Quiroga2019-12-166-11/+33
* v3d: handle writes to gl_Layer from geometry shadersIago Toral Quiroga2019-12-161-0/+8
* v3d: move layer rendering to a separate helperIago Toral Quiroga2019-12-161-115/+119
* v3d: support rendering to multi-layered framebuffersIago Toral Quiroga2019-12-163-109/+147
* v3d: do not limit new CL space allocations with branch to 4096 bytesIago Toral Quiroga2019-12-161-1/+1
* v3d: remove obsolete assertionIago Toral Quiroga2019-12-161-2/+0
* v3d: support transform feedback with geometry shadersIago Toral Quiroga2019-12-162-9/+21
* v3d: save geometry shader state for blittingIago Toral Quiroga2019-12-161-0/+1
* v3d: don't try to render if shaders failed to compileIago Toral Quiroga2019-12-161-0/+29
* v3d: add support for adjacency primitivesIago Toral Quiroga2019-12-161-10/+32
* v3d: compute appropriate VPM memory configuration for geometry shader workloadsIago Toral Quiroga2019-12-161-24/+234
* v3d: implement geometry shader instancingIago Toral Quiroga2019-12-161-3/+6
* v3d: emit geometry shader state commandsIago Toral Quiroga2019-12-164-4/+188
* v3d: add initial compiler plumbing for geometry shadersIago Toral Quiroga2019-12-162-31/+168
* gallium/swr: Enable support bptc format.Denis Pauk2019-12-141-2/+1
* freedreno/a6xx: fix OUT_REG() vs growable cmdstreamRob Clark2019-12-141-1/+1
* lima: split draw calls on 64k verticesErico Nunes2019-12-141-48/+97
* vc4: move the draw splitting routine to shared codeErico Nunes2019-12-145-33/+122
* lima: refactor indexed draw indices uploadErico Nunes2019-12-142-15/+19
* lima: allocate separate bo to store varyingsErico Nunes2019-12-142-9/+18
* gallium/util: add alignment parameter to util_upload_index_bufferErico Nunes2019-12-146-7/+7
* iris: Implement WA for push constants.Rafael Antognolli2019-12-131-1/+12
* lima/parser: Add texture descriptor parserAndreas Baierl2019-12-135-0/+131
* lima/parser: Add RSW parsingAndreas Baierl2019-12-135-0/+185
* lima/parser: Some fixes and cleanupsAndreas Baierl2019-12-132-46/+36
* iris: Alphabetize source files after iris_perf.c was addedKenneth Graunke2019-12-131-1/+1
* freedreno/ir3: add last-baryf shaderdb statRob Clark2019-12-131-1/+2
* panfrost: Report GPU name in es2_infoAlyssa Rosenzweig2019-12-131-2/+2
* panfrost: Move property queries to _encoderAlyssa Rosenzweig2019-12-131-51/+3
* panfrost: Move nir_undef_to_zero to Midgard compilerAlyssa Rosenzweig2019-12-133-89/+0
* panfrost: Pass size to panfrost_batch_get_scratchpadAlyssa Rosenzweig2019-12-134-18/+35
* panfrost: Calculate maximum stack_size per batchAlyssa Rosenzweig2019-12-132-0/+13