Re: OpenGL vs OpenGlES on arm64

2018-11-26 Thread Jammy Zhou
Just some background FYI: when I worked for Graphics Working Group, I initiated the 'glproxy' project [1] for runtime detection of OpenGL/ES backends, and the development paused in mid 2012 for missing enough interest from the members. [1] https://code.launchpad.net/glproxy On Tue, 27 Nov 2018 at

Re: A good skia [was: Re: [RFC] Linaro Toolchain for Android and NDK]

2011-02-28 Thread Jammy Zhou
The skia code is also hold in the chromium project. I used chromium web browser to check the skia performance with some browser benchmarks. I think pixman is also a good candidate for skia to benchmark toolchain. Regards, Jammy On Tue, Mar 1, 2011 at 10:53 AM, Jim Huang wrote: > On 1 March 201

Re: cc'ing patc...@linaro.org

2011-02-23 Thread Jammy Zhou
On Thu, Feb 24, 2011 at 4:46 AM, Guilherme Salgado wrote: > On Wed, 2011-02-23 at 10:09 +0800, Jammy Zhou wrote: > > Hi All, > > > > For some upstream projects, we don't use git-send-mail to send patch > > for review. Take KDE/Kwin project for example, post-revie

Re: cc'ing patc...@linaro.org

2011-02-22 Thread Jammy Zhou
Hi All, For some upstream projects, we don't use git-send-mail to send patch for review. Take KDE/Kwin project for example, post-review and the reviewboard[1] are used for patch review. How shall we handle such kind of cases? [1] https://git.reviewboard.kde.org/ Regards, Jammy On Wed, Feb 23, 2

Re: [PATCH] i.MX23/28 framebuffer driver

2011-02-17 Thread Jammy Zhou
ore on the xf86 side of things.. ie. to provide > default implementations of xf86CrtcFuncsRec and xf86OutputFuncsRec > functions.. > > BR, > -R > > On Wed, Feb 16, 2011 at 7:24 PM, Jammy Zhou wrote: > > > > There is already one KMS abstraction layer (libkms.so) in lib

Re: [PATCH] i.MX23/28 framebuffer driver

2011-02-17 Thread Jammy Zhou
To accommodate the fact of independent display controller and GPU components in ARM SOC, it will be better if we can separate KMS from DRM both in kernel space and user space (i.e, create a new drivers/video/kms directory for kernel side, move KMS related code in libdrm to libkms in user space). Th

Re: [PATCH] i.MX23/28 framebuffer driver

2011-02-16 Thread Jammy Zhou
There is already one KMS abstraction layer (libkms.so) in libdrm, maybe it can serve as what we needed. Regards, Jammy On Thu, Feb 17, 2011 at 9:08 AM, Clark, Rob wrote: > I'm still in the learning-as-I-go phase here, so definitely not ready > to propose a solution, but it does seem to me like

Re: software components Linaro focus on

2010-12-14 Thread Jammy Zhou
graphics and multimedia, power management as well On Wed, Dec 15, 2010 at 10:44 AM, Paul Li wrote: > Hi, > > > > I am a fresh of Linaro and I want to know what software components > Linaro focus on? I see Linux kernel, GCC, GDB, UBOOT on Linaro website, any > others? Thank you. > > > >

Re: Freescale Linux BSP review

2010-12-13 Thread Jammy Zhou
On Tue, Dec 14, 2010 at 10:06 AM, Jerome Glisse wrote: > On Mon, Dec 13, 2010 at 9:04 PM, Jammy Zhou wrote: > > > > > > On Tue, Dec 14, 2010 at 12:11 AM, Jerome Glisse > wrote: > >> > >> On Mon, Dec 13, 2010 at 10:18 AM, Arnd Bergmann wrote: > >

Re: Freescale Linux BSP review

2010-12-13 Thread Jammy Zhou
On Tue, Dec 14, 2010 at 12:11 AM, Jerome Glisse wrote: > On Mon, Dec 13, 2010 at 10:18 AM, Arnd Bergmann wrote: > > On Monday 13 December 2010, Jammy Zhou wrote: > >> On Mon, Dec 13, 2010 at 4:45 AM, Linus Walleij < > linus.wall...@linaro.org>wrote: > >> &g

Re: Freescale Linux BSP review

2010-12-13 Thread Jammy Zhou
On Mon, Dec 13, 2010 at 11:18 PM, Arnd Bergmann wrote: > On Monday 13 December 2010, Jammy Zhou wrote: > > On Mon, Dec 13, 2010 at 4:45 AM, Linus Walleij >wrote: > > > > > On 11 December 2010 22:41, Arnd Bergmann wrote: > > > > > > * amd-gpu -

Re: Freescale Linux BSP review

2010-12-12 Thread Jammy Zhou
On Mon, Dec 13, 2010 at 4:45 AM, Linus Walleij wrote: > On 11 December 2010 22:41, Arnd Bergmann wrote: > > * amd-gpu -- a single but huge driver for the GPU. As is normally the >> case with GPU drivers, we can expect long discussions >> before it will get considered for m

Re: Clutter/Unity Linaro 10.11 conclusions

2010-11-16 Thread Jammy Zhou
It's my pleasure. Thanks to the great help from Alexander and Alexandros, and I'm glad to co-work with your guys. I believe we can get more achievements in coming cycle. ;) On Tue, Nov 16, 2010 at 8:32 PM, Alexandros Frantzis < alexandros.frant...@linaro.org> wrote: > On Tue, Nov 16, 2010 at 12:1

Re: Login headless serial console

2010-10-12 Thread Jammy Zhou
Hi Shawn, For "console=ttymxc0" boot option used by mx51evk, there is a bug in /bin/auto-serial-console, which has been fixed by Alexander in linaro.overlay. Could you please have a try with the changes below? Normally, we don't need to input username/passwd for headless rootfs. line #15 of auto

Re: [clutter-gles] fix GL_INVALID_ENUM for glRenderbufferStorage

2010-09-20 Thread Jammy Zhou
: > On Sun, Sep 19, 2010 at 06:26:54PM +0800, Jammy Zhou wrote: > > Hi Alexandros, > > > > I found a bug in clutter for gles. And I have prepared a patch as > attached. > > Could you please add it to our clutter branch? I think this patch should > > also be ups

Re: [clutk] clutter_actor_paint cannot render to expected fbo

2010-09-20 Thread Jammy Zhou
ctk_effect_xxx_paint() functions Regards, Jammy On Sun, Sep 19, 2010 at 8:43 AM, Jammy Zhou wrote: > Hi Alexander, > > Yes, I also noticed this in the clutter reference manual. But no matter > cogl_flush() is called or not, the results are the same. I think the frame > buffer relate

[clutter-gles] fix GL_INVALID_ENUM for glRenderbufferStorage

2010-09-19 Thread Jammy Zhou
9a791927102de674829b184ee20c80411c58 Mon Sep 17 00:00:00 2001 From: Jammy Zhou Date: Sun, 19 Sep 2010 16:22:29 +0800 Subject: [PATCH 1/1] cogl-framebuffer.c: GL_DEPTH_STENCIL not supported in gles There is GL_INVALID_ENUM error for GL_DEPTH_STENCIL when call glRenderbufferStorage() with OpenGL

Re: [clutk] clutter_actor_paint cannot render to expected fbo

2010-09-18 Thread Jammy Zhou
gards, Jammy On Fri, Sep 17, 2010 at 9:57 PM, Alexander Sack wrote: > Hi Jammy, > > On Fri, Sep 17, 2010 at 5:23 AM, Jammy Zhou wrote: > > With the sequence above, the actor cannot be displayed on screen. But if > I > > replace clutter_actor_paint with raw gles

Re: clutk status update 2010/09/14

2010-09-18 Thread Jammy Zhou
Hi Alexandros, I think this patch is upstreamable. Regards, Jammy On Fri, Sep 17, 2010 at 3:19 PM, Alexandros Frantzis < alexandros.frant...@linaro.org> wrote: > On Thu, Sep 16, 2010 at 01:25:26PM +0800, Jammy Zhou wrote: > > I have found the point in cogl gles2

[clutk] clutter_actor_paint cannot render to expected fbo

2010-09-16 Thread Jammy Zhou
Hi, I am porting clutter toolkit (clutk) to gles2. I found some problem between clutter/cogl rendering and raw gles2 rendering as mentioned below. It's appreciated that you can give some suggestions. In part of ctk_effect_blur_paint() function, we do as following - create fbo with texture and dep

Re: clutk status update 2010/09/14

2010-09-15 Thread Jammy Zhou
prepared a clutter patch as attached. Hi Alexandros, Could you please add this patch to the clutter branch in your ppa? Regards, Jammy On Wed, Sep 15, 2010 at 10:10 PM, Jesse Barker wrote: > On Wed, 2010-09-15 at 20:58 +0800, Jammy Zhou wrote: > > After debugging into glBindFramebuffer,

Re: clutk status update 2010/09/14

2010-09-15 Thread Jammy Zhou
Wed, 2010-09-15 at 20:58 +0800, Jammy Zhou wrote: > > After debugging into glBindFramebuffer, the error is not for this API > > call. And the GL_INVALID_OPERATION error should be caused by previous > > opengl call, for which CheckGLError is not called. > > Glad to hear it.

Re: clutk status update 2010/09/14

2010-09-15 Thread Jammy Zhou
After debugging into glBindFramebuffer, the error is not for this API call. And the GL_INVALID_OPERATION error should be caused by previous opengl call, for which CheckGLError is not called. Regards, Jammy On Wed, Sep 15, 2010 at 9:19 AM, Jammy Zhou wrote: > Hi Jesse, > > Thanks for y

Re: clutk status update 2010/09/14

2010-09-14 Thread Jammy Zhou
er > object extension functionality is simply not there (your OpenGL or GLES > implementation is too old). I notice that the 'WITH_GLES' paths have > fewer checks for capabilities. Is it possible that the code is simply > not checking at the moment? > > cheers, > Jes

Re: clutk status update 2010/09/14

2010-09-14 Thread Jammy Zhou
Hi Alexander, On Tue, Sep 14, 2010 at 4:31 PM, Alexander Sack wrote: > On Tue, Sep 14, 2010 at 9:38 AM, Jammy Zhou wrote: > > > > Issues Fixed: > > + Normalize clutter vetex positions to adapt to the vertex shader > > + Use GL_TRIANGLE_FAN to implement original used

clutk status update 2010/09/14

2010-09-14 Thread Jammy Zhou
Hi Sachin, I have summarized current status of clutk porting below, and if you have time, we can check the left issues together as we discussed in the conf-call yesterday. I think the issue marked with yellow has highest priority currently. Branch: + https://code.launchpad.net/~jammy-zhou/clutk

Re: Notes & Actions: Linaro graphics/multimedia - Aug 30, 2010 and Sep 06, 2010

2010-09-07 Thread Jammy Zhou
ilar as MxToolkit used in Meego. The bzr branch for clutk: https://code.launchpad.net/~jammy-zhou/clutk/gles2-shaders.hacky It's appreciated that you can give some suggestions. :) Regards, Jammy On Tue, Sep 7, 2010 at 4:03 PM, Alexandros Frantzis < alexandros.frant...@linaro.org> wrot

Re: Efika kernel

2010-08-25 Thread Jammy Zhou
ers/mxc/amd-gpu folder, I think Regards, Jammy On Wed, Aug 25, 2010 at 5:40 PM, Robert Schwebel wrote: > On Wed, Aug 25, 2010 at 05:34:37PM +0800, Jammy Zhou wrote: > > For accelerated graphics on MX51 (Z430 and Z160), the kernel module > > driver has been open sourced recently, b

Re: Efika kernel

2010-08-25 Thread Jammy Zhou
For accelerated graphics on MX51 (Z430 and Z160), the kernel module driver has been open sourced recently, but for user space libraries, they are still proprietary, and NDA is needed to access source code as well as related documents. Regards, Jammy On Wed, Aug 25, 2010 at 3:02 AM, Scott Bambroug