summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-19nir: Add fclamp_pos opcodeAlyssa Rosenzweig1-0/+1
2020-05-19nir: Add fsat_signed opcodeAlyssa Rosenzweig1-0/+1
2020-05-19tu: Support VK_FORMAT_FEATURE_BLIT_SRC_BIT for texture-only formatsConnor Abbott1-2/+2
2020-05-19tu: Fix buffer compressed pitch calculation with unaligned sizesConnor Abbott1-13/+18
2020-05-19tu: Fall back to 3d blit path for BC1_RGB_* formatsConnor Abbott1-1/+11
2020-05-19tu: Always initialize image_view fields for blit sourcesConnor Abbott1-26/+28
2020-05-19nir: Add a store_reg helper and use the builder in phis_to_regsJason Ekstrand2-21/+25
2020-05-19nir: Add a new helper for iterating phi sources leaving a blockJason Ekstrand3-15/+30
2020-05-19nir/clone: Re-use clone_alu for nir_alu_instr_cloneJason Ekstrand1-21/+17
2020-05-19radv/winsys: Finish mapping for sparse residency.Bas Nieuwenhuizen1-21/+42
2020-05-19intel/drm-shim: Return correct values for I915_PARAM_HAS_ALIASING_PPGTTIan Romanick1-1/+6
2020-05-19intel/drm-shim: Add noop ioctl handler for set_tilingIan Romanick1-0/+1
2020-05-19radv: Expose VK_EXT_pipeline_creation_cache_control.Bas Nieuwenhuizen3-0/+8
2020-05-19radv: Support VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT.Bas Nieuwenhuizen2-18/+39
2020-05-19radv: Support VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT.Bas Nieuwenhuizen1-0/+12
2020-05-19radv: Support VK_PIPELINE_COMPILE_REQUIRED_EXT.Bas Nieuwenhuizen3-12/+32
2020-05-19panfrost: Enable AFBC for Z24X8Alyssa Rosenzweig1-5/+2
2020-05-19panfrost: Fix Z24 vs Z32 mixupAlyssa Rosenzweig5-13/+6
2020-05-19panfrost: Switch formats to tableAlyssa Rosenzweig7-269/+288
2020-05-19pan/mfbd: Add format codes for PIPE_FORMAT_B5G5R5A1_UNORMAlyssa Rosenzweig1-1/+7
2020-05-19nir/opt_if: use nir_src_as_bool in opt_peel_loop_initial_if helperRhys Perry1-12/+10
2020-05-19nir/opt_if: run opt_peel_loop_initial_if after all other optimizationsRhys Perry7-17/+44
2020-05-19nir: Add documentation for each jump instruction typeJason Ekstrand1-0/+18
2020-05-19nir: Use a switch statement in nir_handle_add_jumpJason Ekstrand1-13/+20
2020-05-19nir: Validate jump instructions as an instruction typeJason Ekstrand1-30/+39
2020-05-19radv/aco: enable storageInputOutput16 on GFX9+Samuel Pitoiset1-2/+2
2020-05-19aco: fix off-by-one error with 16-bit MTBUF opcodes on GFX10Samuel Pitoiset1-1/+1
2020-05-19aco: implement 16-bit interpSamuel Pitoiset1-4/+34
2020-05-19aco: emit v_interp_*_f16 instructions as VOP3 instead of VINTRPSamuel Pitoiset1-14/+42
2020-05-19aco: validate v_interp_*_f16 as VOP3 instructions instead of VINTRPSamuel Pitoiset1-2/+13
2020-05-19aco: implement 16-bit vertex fetches with tbuffer_load_format_d16_*Samuel Pitoiset1-17/+39
2020-05-19aco: implement 8-bit/16-bit mov's with p_create_vectorSamuel Pitoiset1-6/+8
2020-05-19aco: allow to load/store 16-bit values in VMEM for tess and geomSamuel Pitoiset1-3/+3
2020-05-19aco: convert 16-bit values before exporting MRTsSamuel Pitoiset1-2/+39
2020-05-19aco: store 16-bit temporary outputs as v2bSamuel Pitoiset1-1/+3
2020-05-19Expose EGL_KHR_platform_* when EXT is supportedEmmanuel Gil Peyrot1-0/+3
2020-05-19pan/decode: Fix min/max_tile_coord mixupAlyssa Rosenzweig1-1/+1
2020-05-19pan/decode: Use a page table for tracking mmapsAlyssa Rosenzweig2-25/+17
2020-05-19freedreno/ir3/validate: add checking for types and opcodesRob Clark3-59/+60
2020-05-19freedreno/ir3: add helpers to deal with src/dst typesRob Clark4-8/+122
2020-05-19freedreno/ir3: add simple validate passRob Clark5-2/+139
2020-05-19freedreno/ir3: fix mismatched wrmask for overlapping VS inputsRob Clark1-0/+33
2020-05-19freedreno/ir3/cp: fix cmps foldingRob Clark1-1/+2
2020-05-19freedreno/ir3/print: print cat2 conditionRob Clark1-0/+22
2020-05-19freedreno/ir3: fix immed type in create_addr0()Rob Clark1-24/+6
2020-05-19freedreno/ir3/cf: handle multiple cov's properlyRob Clark1-8/+19
2020-05-19freedreno/ir3: fix mismatched flags on splitRob Clark1-1/+3
2020-05-19freedreno/ir3/group: fix for half-regsRob Clark2-2/+6
2020-05-19freedreno/ir3: make input/output iterators declare cursor ptrRob Clark9-19/+9
2020-05-19freedreno/ir3: make foreach_ssa_src declar cursor ptrRob Clark8-16/+4