summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-19radeonsi: move the tess factor ring size assertion to a place where it mattersMarek Olšák2-1/+1
2019-08-19ac/nir: set image=true when loading FMASK for imagesMarek Olšák1-1/+1
2019-08-19etnaviv: rs: add support for 64bpp clearsChristian Gmeiner1-7/+5
2019-08-19etnaviv: update headers from rnndbChristian GMEINER13-115/+204
2019-08-19swrast: Make the fetch funcs table sparse.Eric Anholt1-191/+24
2019-08-19gallium: Remove manual defining of PIPE_FORMAT enum values.Eric Anholt1-357/+357
2019-08-19svga: Drop unsupported formats from the format table.Eric Anholt1-170/+0
2019-08-19svga: Remove duplication in the format table.Eric Anholt1-329/+322
2019-08-19svga: Factor out the format conversion table entry lookup.Eric Anholt1-16/+25
2019-08-19nir: Add more source types to nir_tex_instr_src_typeJason Ekstrand1-3/+14
2019-08-19pan/midgard: Compute liveness per-blockAlyssa Rosenzweig2-70/+169
2019-08-19pan/midgard: Analyze load/store for swizzle propagationAlyssa Rosenzweig1-3/+21
2019-08-19pan/midgard: Treat cubemaps "stores" as loadsAlyssa Rosenzweig5-19/+15
2019-08-19pan/midgard: Clamp cubemap swizzle to XYXXAlyssa Rosenzweig1-0/+1
2019-08-19pan/midgard: Clamp st_vary swizzle by number of componentsAlyssa Rosenzweig1-1/+2
2019-08-19pan/midgard: Use type-appropriate swizzle for texture coordinateAlyssa Rosenzweig1-1/+7
2019-08-19pan/midgard: Set mask for lowered read-hazard movesAlyssa Rosenzweig1-0/+1
2019-08-19pan/midgard: Fix texw lowering with complex control flowAlyssa Rosenzweig1-1/+1
2019-08-19pan/midgard: Add mir_rewrite_index_dst_single helperAlyssa Rosenzweig2-2/+8
2019-08-19pan/midgard: Print predecessors in MIRAlyssa Rosenzweig1-0/+5
2019-08-19pan/midgard: Index blocks for printingAlyssa Rosenzweig3-2/+10
2019-08-19pan/midgard: Add mir_foreach_srcAlyssa Rosenzweig1-0/+3
2019-08-19pan/midgard: Add mir_foreach_instr_in_block_revAlyssa Rosenzweig1-0/+2
2019-08-19pan/midgard: Add mir_foreach_successor helperAlyssa Rosenzweig1-0/+8
2019-08-19pan/midgard: Add mir_foreach_predecessor utilityAlyssa Rosenzweig1-0/+11
2019-08-19pan/midgard: Link exit blockAlyssa Rosenzweig1-1/+9
2019-08-19pan/midgard: Add mir_exit_block helperAlyssa Rosenzweig1-0/+13
2019-08-19pan/midgard: Maintain block predecessor setAlyssa Rosenzweig2-3/+20
2019-08-19pan/midgard: Use ralloc on ctx/blocksAlyssa Rosenzweig1-15/+11
2019-08-19pan/midgard: Shrink successors[] to 2 lengthAlyssa Rosenzweig1-1/+1
2019-08-19nir: Add missing dependency in Android.nir.gen.mkRoman Stratiienko1-0/+1
2019-08-18meson: build lima tools as part of 'all' toolsErico Nunes1-0/+1
2019-08-18ac/nir: Fix store_scratch with a non-full writemaskConnor Abbott3-5/+42
2019-08-17glsl/standalone: init shader stage in init_gl_program()Vasily Khoruzhick1-2/+4
2019-08-16iris: Only request an input mask if the shader needs itJason Ekstrand1-1/+3
2019-08-16gallium: add back YVU supportXiong, James1-5/+5
2019-08-16lima: actually wait for bo in lima_bo_waitErico Nunes2-0/+5
2019-08-16nir/algebraic: add a few masking-before-unpack optimizationsRhys Perry1-1/+9
2019-08-15lima: fix compilation of standalone compilerVasily Khoruzhick1-2/+2
2019-08-16Revert "radv/gfx10: Enable DCC for storage images."Bas Nieuwenhuizen3-18/+4
2019-08-16Revert "radv: Do not decompress on LAYOUT_GENERAL."Bas Nieuwenhuizen1-3/+3
2019-08-16mesa: add support for CET to x86/x86-64 asm files.Dave Airlie16-74/+97
2019-08-15pan/bifrost: Manually constant fold register classAlyssa Rosenzweig1-12/+9
2019-08-15gallium/util: widen type before multiplicationErik Faye-Lund1-1/+1
2019-08-15mesa: avoid warning on WindowsErik Faye-Lund1-1/+1
2019-08-15win32: unify strcasecmp definitionsErik Faye-Lund7-3/+6
2019-08-15mesa/main: avoid warning when casting offset to pointerErik Faye-Lund1-1/+1
2019-08-15nir: avoid warning when casting bogus pointerErik Faye-Lund1-1/+1
2019-08-15glsl: fixup u64-warningErik Faye-Lund1-1/+1
2019-08-15isl: Enable Unorm Path in Color PipeKenneth Graunke2-0/+9