summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-14aco/spill: only prevent rematerializable vars from being DCE'd if they haven'...Daniel Schürmann1-21/+16
2020-12-14aco: fix DCE of rematerializable phi operandsDaniel Schürmann1-8/+7
2020-12-14radv: advertise VK_KHR_fragment_shading_rate on GFX10.3+Samuel Pitoiset3-1/+36
2020-12-14aco: implement a workaround for gl_FragCoord.z with VRS on GFX10.3Samuel Pitoiset2-1/+36
2020-12-14radv/llvm: implement a workaround for gl_FragCoord.z with VRS on GFX10.3Samuel Pitoiset4-7/+40
2020-12-14radv: track if VRS is enabled to apply a workaround on GFX10.3Samuel Pitoiset4-0/+21
2020-12-14aco: implement fragment shading rateSamuel Pitoiset2-4/+70
2020-12-14radv/llvm: implement fragment shading rateSamuel Pitoiset2-1/+67
2020-12-14radv: implement VK_KHR_fragment_shading_rateSamuel Pitoiset10-14/+216
2020-12-14radv: add VK_KHR_fragment_shading_rate but leave it disabledSamuel Pitoiset1-0/+1
2020-12-14amd/registers: add missing VRS registersSamuel Pitoiset1-1/+14
2020-12-14aco: don't create dead exec mask phis on merge blocksDaniel Schürmann1-4/+4
2020-12-14etnaviv: remove imm_ prefix from etna_shader_uniform_info membersChristian Gmeiner7-47/+47
2020-12-14etnaviv: rename from immedaite to uniform in some placesChristian Gmeiner4-36/+36
2020-12-14radv: fix access to uninitialized radeon_bo_metadataSimon Ser1-3/+2
2020-12-14st/pbo: fix pbo uploads without PIPE_CAP_TGSI_VS_LAYER_VIEWPORTMike Blumenkrantz1-1/+1
2020-12-14zink: really fix direct image mapping offset (I mean it this time)Mike Blumenkrantz1-2/+2
2020-12-14ci: skip failing test on lavapipeSimon Ser1-0/+6
2020-12-13zink: fix property detectionHoe Hao Cheng1-9/+1
2020-12-12mesa: Remove cmd_size < 0 check.Vinson Lee1-2/+1
2020-12-12intel/genxml: Avoid generating identical 12.5 and 12 branches.Vinson Lee1-0/+4
2020-12-11mesa: Remove extra texObj.Vinson Lee1-1/+1
2020-12-11nir: Redefine start/end_ip of blocks to fix NIR-to-TGSI liveness bugs.Eric Anholt4-18/+24
2020-12-11gallium/ntt: Drop reindexing of SSA defs and regs.Eric Anholt1-6/+0
2020-12-11gallium/ntt: Don't manually reindex instrs.Eric Anholt1-2/+0
2020-12-11lavapipe: add support for VK_KHR_descriptor_update_templateDave Airlie4-1/+231
2020-12-11lavapipe: add support for VK_KHR_push_descriptorDave Airlie5-2/+194
2020-12-11lavapipe: refactor descriptor set binding to support push later.Dave Airlie3-44/+48
2020-12-11gallium/u_threaded: fix pipe_resource leak for staging transferPierre-Eric Pelloux-Prayer1-1/+1
2020-12-11lima: add support for half float texturesErico Nunes2-0/+17
2020-12-11mesa: allow half float textures based on ARB_half_float_pixelErico Nunes1-1/+2
2020-12-11zink: fix direct image mapping offsetMike Blumenkrantz1-3/+6
2020-12-11CI: Add Windows source dependency mapDaniel Stone2-0/+35
2020-12-11nir: change return type to voidChristian Gmeiner1-3/+1
2020-12-11turnip: pCounterBufferOffsets can be NULL on vkCmd*TransformFeedbackEXT()Samuel Iglesias Gonsálvez1-2/+4
2020-12-11mesa: Remove silly "dummy_false" extension supportAdam Jackson3-5/+0
2020-12-11aco/ra: use get_reg_specified() for p_extract_vectorDaniel Schürmann1-7/+3
2020-12-11aco: Use program->num_waves as maximum in scheduler.Timur Kristóf1-2/+2
2020-12-11nir/opt_access: don't ignore infer_non_readableRhys Perry1-2/+2
2020-12-11zink: replace old code with generated zink_instanceHoe Hao Cheng2-139/+5
2020-12-11zink: hook zink_instance to buildHoe Hao Cheng1-1/+10
2020-12-11zink: generate instance creation code with a python scriptHoe Hao Cheng2-0/+244
2020-12-11zink: factor out GET_PROC_ADDR and friends to zink_screen.hAdam Jackson2-18/+18
2020-12-11zink: allow Extension/Version to be shared across filesHoe Hao Cheng2-165/+164
2020-12-11mesa: check for extension instead of desktop GLErik Faye-Lund1-1/+1
2020-12-11mesa: do not allow es2-extension enums for es1Erik Faye-Lund1-1/+1
2020-12-11.gitlab-ci: verify that Get-Content workedErik Faye-Lund1-2/+7
2020-12-11gitlab-ci: copy piglit expected results to artifactsErik Faye-Lund2-1/+2
2020-12-11android: fix build failure with libbacktracecheyang1-1/+3
2020-12-11v3d: extend the list of formats supported by the TFU unitJuan A. Suarez Romero5-10/+22