summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-21freedreno/a4xx: restore pitch to bytes change to layout codeJonathan Marek1-3/+3
2020-06-21vulkan/wsi: Really terminate DRM lease in wsi_release_display().Mario Kleiner1-6/+16
2020-06-21freedreno/ir3: split ubo analysis/lowering passesRob Clark4-12/+31
2020-06-21freedreno/ir3: splitup get_existing_range()Rob Clark1-11/+33
2020-06-21freedreno/ir3: split out ubo info from rangeRob Clark4-31/+50
2020-06-20turnip: remove unnecessary OVERFLOW_FLAG_REG checkJonathan Marek1-90/+10
2020-06-20freedreno/a6xx: remove unnecessary OVERFLOW_FLAG_REG checkJonathan Marek2-124/+16
2020-06-20freedreno/a6xx: VSC "STRM_ARRAY_PITCH" is "STRM_LIMIT"Jonathan Marek3-10/+12
2020-06-20radv: enable radv_no_dynamic_bounds for more Path of Exile executablesRhys Perry1-1/+10
2020-06-20gallium/util: add missing includeErik Faye-Lund1-0/+1
2020-06-20gallium/util: limit STACK_LEN on WindowsErik Faye-Lund1-0/+5
2020-06-20graw/gdi: do not depend on UNICODE macroErik Faye-Lund1-1/+1
2020-06-20gallium/os: call "ANSI" version of GetCommandLineErik Faye-Lund1-1/+1
2020-06-19intel/compiler: Always apply sample mask on Vulkan.Arcady Goldmints-Orlov5-2/+8
2020-06-19radv: enable radv_no_dynamic_bounds for Path of ExileRhys Perry1-0/+4
2020-06-19radv: add new drirc option radv_no_dynamic_boundsRhys Perry2-0/+9
2020-06-19iris: Support I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCSNanley Chery1-0/+11
2020-06-19iris: Refactor modifier_is_supported for gen12Nanley Chery1-9/+19
2020-06-19iris: Handle importing aux-enabled surfaces on TGLNanley Chery2-1/+16
2020-06-19gallium/dri2: Support I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCSNanley Chery1-0/+1
2020-06-19isl/drm: Support I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCSNanley Chery1-0/+7
2020-06-19iris: Use ISL_AUX_USAGE_GEN12_CCS_E on gen12Nanley Chery3-22/+28
2020-06-19iris: Don't support sRGB + Y_TILED_CCS on gen9Nanley Chery3-74/+21
2020-06-19intel: Add ISL_AUX_USAGE_GEN12_CCS_ENanley Chery6-9/+54
2020-06-19ci: Enable NIR validation on a630 GLES2 and VK tests.Eric Anholt1-1/+4
2020-06-19ci: Bump vulkan CTS to 1.2.3.0.Eric Anholt5-68/+47
2020-06-19iris: Disable sRGB fast-clears for non-0/1 valuesNanley Chery6-41/+20
2020-06-19iris: Avoid fast-clear with incompatible viewNanley Chery3-2/+40
2020-06-19iris: Remove the CCS_D fallbackNanley Chery3-4/+3
2020-06-19iris: Drop can_fast_clear_color's format parameterNanley Chery1-4/+3
2020-06-19docs: move "stable" tag explanation next to `Fixes:`Eric Engestrom1-23/+21
2020-06-19docs: move `Fixes:` tag explanation to its own sectionEric Engestrom1-21/+19
2020-06-19docs: make it clear that the tags needs to be in the commit messageEric Engestrom1-3/+3
2020-06-19docs: reword a sentence a bitEric Engestrom1-5/+4
2020-06-19docs: add some formatting to the "backport merge request" optionEric Engestrom1-2/+2
2020-06-19docs: prefer `Fixes:` over `Cc: mesa-stable`Eric Engestrom1-3/+4
2020-06-19docs: drop `git sendemail` instructionsEric Engestrom1-14/+0
2020-06-19docs: reword "sending a patch revision" to "updating a merge request"Eric Engestrom1-3/+4
2020-06-19docs: stop considering `Cc: mesa-stable` as an email addressEric Engestrom1-3/+3
2020-06-19freedreno/a6xx: Set index buffer size to bo sizeKristian H. Kristensen1-1/+1
2020-06-19freedreno/a6xx: Don't write REG_A6XX_RB_SRGB_CNTL in restoreKristian H. Kristensen1-3/+0
2020-06-19anv: Use resolve_device_entrypoint for dispatch initJason Ekstrand3-51/+17
2020-06-19docs: suggest alternative installation methods for mesonEric Engestrom1-1/+8
2020-06-19turnip: Fill out VkPhysicalDeviceSubgroupPropertiesBrian Ho1-0/+10
2020-06-19zink: use int assignment for vk int typeMike Blumenkrantz1-1/+1
2020-06-19freedreno/ir3: move output_loc to variantRob Clark8-37/+40
2020-06-19freedreno/ir3: move const_state back to variantRob Clark7-40/+54
2020-06-19freedreno/ir3: un-embed const_stateRob Clark8-10/+21
2020-06-19freedreno/ir3: move num_reserved_user_consts out of const_stateRob Clark3-3/+3
2020-06-19freedreno/ir3: convert over to rallocRob Clark3-26/+8