summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2020-06-22gallium: Add pipe cap for primitive restart with fixed indexNeil Roberts20-0/+25
2020-06-22nv50/ir/ra: fix memory corruption when spillingKarol Herbst1-22/+71
2020-06-22nv50/ir/ra: convert some for loops to Range-based for loopsKarol Herbst1-11/+8
2020-06-22panfrost: Copy resources when mapping to avoid waiting for readersIcecream951-1/+23
2020-06-22panfrost: Update sampler views when the texture bo changesIcecream953-1/+4
2020-06-22panfrost: RGBA4 and RGB5_A1 framebuffer supportIcecream952-0/+3
2020-06-22r600/sfn: Don't set num_components on TESS sysvalue intrinsicsGert Wollny2-12/+8
2020-06-22r600/sfn: Add support for shared atomicsGert Wollny6-0/+164
2020-06-22r600/sfn: Add lowering pass for shared IOGert Wollny1-0/+90
2020-06-22nv50/ir/nir: rework CFG handlingKarol Herbst1-32/+34
2020-06-22nv50/ir/nir: rework input output handlingKarol Herbst1-43/+34
2020-06-22nv50/ir/nir: handle clip vertex for tess eval shadersKarol Herbst1-0/+1
2020-06-22nv50/ir/nir: don't emit a restart with set a stream_idKarol Herbst1-2/+7
2020-06-22nvc0: enable spirv caps with nirKarol Herbst1-1/+2
2020-06-22nv50/ir/nir: fix nv_viewport_array2Karol Herbst1-0/+1
2020-06-22nv50/ir/nir: fix ext_demote_to_helper_invocationKarol Herbst1-1/+5
2020-06-22nv50/ir/print: add missing VIEWPORT_MASK handlingKarol Herbst1-1/+4
2020-06-22nv50/ir/nir: add workaround for double vertex attribsKarol Herbst1-0/+2
2020-06-22gv100/ir: fix OP_TXG for shadow texturesKarol Herbst1-2/+9
2020-06-22gv100/ir: fix shift loweringKarol Herbst2-19/+17
2020-06-22gv100/ir: fix atom casKarol Herbst2-1/+3
2020-06-21freedreno/a4xx: simplify setup_slicesJonathan Marek1-65/+25
2020-06-21freedreno/a4xx: restore pitch to bytes change to layout codeJonathan Marek1-3/+3
2020-06-21freedreno/ir3: split out ubo info from rangeRob Clark1-2/+2
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 Marek1-4/+4
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-Orlov1-0/+1
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-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 Chery1-0/+2
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-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-19zink: use int assignment for vk int typeMike Blumenkrantz1-1/+1
2020-06-19freedreno/ir3: move output_loc to variantRob Clark3-15/+15
2020-06-19ir3: Split out variant-specific lowering and optimizationsConnor Abbott1-1/+3
2020-06-19freedreno/ir3: drop shader->num_ubosRob Clark2-5/+14
2020-06-19freedreno/ir3: move ubo_state into const_stateRob Clark2-3/+3
2020-06-19freedreno/a6xx: defer userconst cmdstream size calculationRob Clark3-25/+25