glamor: Changes to 'master'

Zhigang Gong gongzg at kemper.freedesktop.org
Mon May 14 20:41:10 PDT 2012


 src/Makefile.am     |    2 -
 src/glamor.c        |    5 +-
 src/glamor.h        |    3 +
 src/glamor_egl.c    |   19 ++++------
 src/glamor_fbo.c    |   98 ++++------------------------------------------------
 src/glamor_pixmap.c |   12 +++---
 src/glamor_priv.h   |    1 
 src/glamor_render.c |    2 -
 src/glamor_utils.h  |    2 -
 src/glapi.h         |    6 +--
 10 files changed, 34 insertions(+), 116 deletions(-)

New commits:
commit 36d4d32bdd6ecc03f45fd68b1c214748ab5e0c0b
Author: Zhigang Gong <zhigang.gong at linux.intel.com>
Date:   Tue May 15 10:52:37 2012 +0800

    Remove the texture cache code.
    
    Caching texture objects is not necessary based on previous testing.
    To keep the code simple, we remove it.
    
    Signed-off-by: Zhigang Gong <zhigang.gong at linux.intel.com>

commit 59b18f837483329564192f5ac0b23834c21e2f7a
Author: Zhigang Gong <zhigang.gong at linux.intel.com>
Date:   Tue May 15 10:42:41 2012 +0800

    Added strict warning flags to CFLAGS.
    
    We miss the strict warning flags for a long time, now add it back.
    This commit also fixed most of the warnings after enable the strict
    flags.
    
    Signed-off-by: Zhigang Gong <zhigang.gong at linux.intel.com>



More information about the xorg-commit mailing list