Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D58659A58 for ; Tue, 24 Jan 2012 15:16:11 +0000 (UTC) Received: (qmail 5835 invoked by uid 500); 24 Jan 2012 15:16:11 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 5766 invoked by uid 500); 24 Jan 2012 15:16:10 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 5758 invoked by uid 99); 24 Jan 2012 15:16:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jan 2012 15:16:10 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [84.2.42.6] (HELO mail01d.mail.t-online.hu) (84.2.42.6) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jan 2012 15:16:02 +0000 Received: from andras (5400F880.dsl.pool.telekom.hu [84.0.248.128]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail01d.mail.t-online.hu (Postfix) with ESMTPSA id 3TXY3w3l9yz1744v for ; Tue, 24 Jan 2012 16:15:40 +0100 (CET) Message-ID: Reply-To: "Andras Csizmadia" From: "Andras Csizmadia" To: References: In-Reply-To: Subject: Re: Pushing Flex components thorough the GPU Date: Tue, 24 Jan 2012 16:15:40 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="ISO-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3538.513 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3538.513 Another performance optimization tip would be Alchemy integration (Memory operations). But i'm not sure the status of the product.. http://ncannasse.fr/blog/adobe_make_some_alchemy "Starting with Flash Player 11.2 and AIR 3.2, content targeting Flash Player 11 and AIR 3 (i.e., content using SWF version 13 and above) will not support the experimental Alchemy prototype." -- Also changing Array to Vector in the framework where its possible. -----Original Message----- From: Frank Altomare Sent: Tuesday, January 24, 2012 4:36 AM To: flex-dev@incubator.apache.org Subject: Pushing Flex components thorough the GPU Hi Everyone, Has anyone looked into the feasibility of pushing some of the Flex components through a GPU framework such as Starling? Once Stage3D comes out for mobile this would bring some huge improvements to controls like Lists. Imagine all the fun we could have with GPU powred list item renderers :)