aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* panfrost: Handle minor cppcheck issuesAlyssa Rosenzweig2019-12-132-2/+1
* panfrost: Emit SFBD/MFBD after a batch, instead of beforeAlyssa Rosenzweig2019-12-136-85/+105
* panfrost: Route stack_size from compilerAlyssa Rosenzweig2019-12-132-0/+2
* etnaviv: add missing vs_needs_z_div handling to NIR backendJonathan Marek2019-12-131-1/+21
* etnaviv: add missing formatsJonathan Marek2019-12-132-28/+60
* etnaviv: remove swizzle from format tableJonathan Marek2019-12-131-80/+65
* etnaviv: disable integer vertex formats on pre-HALTI2 hardwareJonathan Marek2019-12-131-1/+13
* etnaviv: update INT_FILTER choice for GLES3 formatsJonathan Marek2019-12-134-2/+40
* etnaviv: set output mode and saturate bitsJonathan Marek2019-12-135-3/+30
* etnaviv: sRGB render target supportJonathan Marek2019-12-133-15/+32
* etnaviv: remove sRGB formats from format tableJonathan Marek2019-12-131-23/+9
* gallium/swr: Fix arb_transform_feedback2Tomasz Pyra2019-12-1310-14/+66
* i965/iris: perf-queries: don't invalidate/flush 3d pipelineLionel Landwerlin2019-12-131-12/+6
* v3d: actually root the first BO in a command list in the jobIago Toral Quiroga2019-12-131-1/+1