aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iris: Support I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCSNanley Chery2020-06-191-0/+11
* iris: Refactor modifier_is_supported for gen12Nanley Chery2020-06-191-9/+19
* iris: Handle importing aux-enabled surfaces on TGLNanley Chery2020-06-192-1/+16
* gallium/dri2: Support I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCSNanley Chery2020-06-191-0/+1
* isl/drm: Support I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCSNanley Chery2020-06-191-0/+7
* iris: Use ISL_AUX_USAGE_GEN12_CCS_E on gen12Nanley Chery2020-06-193-22/+28
* iris: Don't support sRGB + Y_TILED_CCS on gen9Nanley Chery2020-06-193-74/+21
* intel: Add ISL_AUX_USAGE_GEN12_CCS_ENanley Chery2020-06-196-9/+54
* ci: Enable NIR validation on a630 GLES2 and VK tests.Eric Anholt2020-06-191-1/+4
* ci: Bump vulkan CTS to 1.2.3.0.Eric Anholt2020-06-195-68/+47
* iris: Disable sRGB fast-clears for non-0/1 valuesNanley Chery2020-06-196-41/+20
* iris: Avoid fast-clear with incompatible viewNanley Chery2020-06-193-2/+40
* iris: Remove the CCS_D fallbackNanley Chery2020-06-193-4/+3
* iris: Drop can_fast_clear_color's format parameterNanley Chery2020-06-191-4/+3
* docs: move "stable" tag explanation next to `Fixes:`Eric Engestrom2020-06-191-23/+21
* docs: move `Fixes:` tag explanation to its own sectionEric Engestrom2020-06-191-21/+19
* docs: make it clear that the tags needs to be in the commit messageEric Engestrom2020-06-191-3/+3
* docs: reword a sentence a bitEric Engestrom2020-06-191-5/+4
* docs: add some formatting to the "backport merge request" optionEric Engestrom2020-06-191-2/+2
* docs: prefer `Fixes:` over `Cc: mesa-stable`Eric Engestrom2020-06-191-3/+4
* docs: drop `git sendemail` instructionsEric Engestrom2020-06-191-14/+0
* docs: reword "sending a patch revision" to "updating a merge request"Eric Engestrom2020-06-191-3/+4
* docs: stop considering `Cc: mesa-stable` as an email addressEric Engestrom2020-06-191-3/+3
* freedreno/a6xx: Set index buffer size to bo sizeKristian H. Kristensen2020-06-191-1/+1
* freedreno/a6xx: Don't write REG_A6XX_RB_SRGB_CNTL in restoreKristian H. Kristensen2020-06-191-3/+0
* anv: Use resolve_device_entrypoint for dispatch initJason Ekstrand2020-06-193-51/+17
* docs: suggest alternative installation methods for mesonEric Engestrom2020-06-191-1/+8
* turnip: Fill out VkPhysicalDeviceSubgroupPropertiesBrian Ho2020-06-191-0/+10
* zink: use int assignment for vk int typeMike Blumenkrantz2020-06-191-1/+1
* freedreno/ir3: move output_loc to variantRob Clark2020-06-198-37/+40
* freedreno/ir3: move const_state back to variantRob Clark2020-06-197-40/+54
* freedreno/ir3: un-embed const_stateRob Clark2020-06-198-10/+21
* freedreno/ir3: move num_reserved_user_consts out of const_stateRob Clark2020-06-193-3/+3
* freedreno/ir3: convert over to rallocRob Clark2020-06-193-26/+8
* freedreno/ir3: pass variant to ir3_create()Rob Clark2020-06-194-6/+8
* ir3: Split out variant-specific lowering and optimizationsConnor Abbott2020-06-195-96/+109
* freedreno/ir3: constify shader keyRob Clark2020-06-192-5/+5
* freedreno/ir3: drop shader->num_ubosRob Clark2020-06-194-17/+15
* freedreno/ir3: move ubo_state into const_stateRob Clark2020-06-199-28/+27
* freedreno/a6xx: defer userconst cmdstream size calculationRob Clark2020-06-193-25/+25
* freedreno/ir3: add accessor for const_stateRob Clark2020-06-1910-28/+39
* freedreno/ir3: refactor out helper to compile shader from asmRob Clark2020-06-198-48/+127
* st/mesa: make texture views inherit compressed_data storagePierre-Eric Pelloux-Prayer2020-06-192-6/+27
* ac/llvm: load 1 byte at a time if unaligned on gfx10Pierre-Eric Pelloux-Prayer2020-06-191-1/+1
* r600/sfn: Handle memory_barrierGert Wollny2020-06-191-0/+1
* r600/sfn: Take SSBO buffer ID offset into accountGert Wollny2020-06-194-8/+35
* r600/sfn: Add support for reading cube image array dim.Gert Wollny2020-06-193-15/+40
* r600/sfn: Add support for image_sizeGert Wollny2020-06-192-0/+24
* r600/sfn: Add imageio supportGert Wollny2020-06-193-47/+325
* r600/sfn: lower image derefsGert Wollny2020-06-192-1/+1