aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add pipe cap for primitive restart with fixed indexNeil Roberts2020-06-2217-0/+17
* nv50/ir/ra: fix memory corruption when spillingKarol Herbst2020-06-221-22/+71
* nv50/ir/ra: convert some for loops to Range-based for loopsKarol Herbst2020-06-221-11/+8
* panfrost: Copy resources when mapping to avoid waiting for readersIcecream952020-06-221-1/+23
* panfrost: Update sampler views when the texture bo changesIcecream952020-06-223-1/+4
* panfrost: RGBA4 and RGB5_A1 framebuffer supportIcecream952020-06-222-0/+3
* r600/sfn: Don't set num_components on TESS sysvalue intrinsicsGert Wollny2020-06-222-12/+8
* r600/sfn: Add support for shared atomicsGert Wollny2020-06-226-0/+164
* r600/sfn: Add lowering pass for shared IOGert Wollny2020-06-221-0/+90
* nv50/ir/nir: rework CFG handlingKarol Herbst2020-06-221-32/+34
* nv50/ir/nir: rework input output handlingKarol Herbst2020-06-221-43/+34
* nv50/ir/nir: handle clip vertex for tess eval shadersKarol Herbst2020-06-221-0/+1
* nv50/ir/nir: don't emit a restart with set a stream_idKarol Herbst2020-06-221-2/+7
* nvc0: enable spirv caps with nirKarol Herbst2020-06-221-1/+2
* nv50/ir/nir: fix nv_viewport_array2Karol Herbst2020-06-221-0/+1
* nv50/ir/nir: fix ext_demote_to_helper_invocationKarol Herbst2020-06-221-1/+5
* nv50/ir/print: add missing VIEWPORT_MASK handlingKarol Herbst2020-06-221-1/+4
* nv50/ir/nir: add workaround for double vertex attribsKarol Herbst2020-06-221-0/+2
* gv100/ir: fix OP_TXG for shadow texturesKarol Herbst2020-06-221-2/+9
* gv100/ir: fix shift loweringKarol Herbst2020-06-222-19/+17
* gv100/ir: fix atom casKarol Herbst2020-06-222-1/+3
* freedreno/a4xx: simplify setup_slicesJonathan Marek2020-06-211-65/+25
* freedreno/a4xx: restore pitch to bytes change to layout codeJonathan Marek2020-06-211-3/+3
* freedreno/ir3: split out ubo info from rangeRob Clark2020-06-211-2/+2
* freedreno/a6xx: remove unnecessary OVERFLOW_FLAG_REG checkJonathan Marek2020-06-202-124/+16
* freedreno/a6xx: VSC "STRM_ARRAY_PITCH" is "STRM_LIMIT"Jonathan Marek2020-06-201-4/+4
* intel/compiler: Always apply sample mask on Vulkan.Arcady Goldmints-Orlov2020-06-191-0/+1
* 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
* 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-191-0/+2
* 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
* 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
* zink: use int assignment for vk int typeMike Blumenkrantz2020-06-191-1/+1
* freedreno/ir3: move output_loc to variantRob Clark2020-06-193-15/+15
* ir3: Split out variant-specific lowering and optimizationsConnor Abbott2020-06-191-1/+3
* freedreno/ir3: drop shader->num_ubosRob Clark2020-06-192-5/+14
* freedreno/ir3: move ubo_state into const_stateRob Clark2020-06-192-3/+3
* freedreno/a6xx: defer userconst cmdstream size calculationRob Clark2020-06-193-25/+25
* freedreno/ir3: add accessor for const_stateRob Clark2020-06-192-11/+13
* 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