mesa: Changes to 'master'

Kristian Høgsberg krh at kemper.freedesktop.org
Tue Oct 16 22:31:28 UTC 2007


 progs/xdemos/glxinfo.c  |  229 +++++++++++++++++++++++++++++++++++------
 src/glx/x11/glxclient.h |    4 
 src/glx/x11/glxcmds.c   |    7 -
 src/glx/x11/glxext.c    |  267 ++++++++++++++++++++++--------------------------
 4 files changed, 332 insertions(+), 175 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 6c533ea2d1953152f7d95d6c984e0d287edb46c2
Author: Kristian Høgsberg <krh at redhat.com>
Date:   Tue Oct 16 16:07:47 2007 -0400

    Handle fbconfigs and glx visuals separately.
    
    The old implementation fetches fbconfigs or glx visuals once and assumes the list
    describes both fbconfigs and glx visuals.  This patch splits it up and fetches
    visuals and fbconfigs in two steps and keep the two lists separate.  A server
    could have no glx visuals or no glx fbconfigs and the old code wouldn't know the
    difference.

commit 791ad0e77f48cd17f7c893bfbf63f21e62caee40
Author: Kristian Høgsberg <krh at redhat.com>
Date:   Tue Oct 16 16:01:34 2007 -0400

    Implement support for printing glx fbconfigs in glxinfo.

commit f7d1d554b12995b09dae79193bbf0d40478a19fd
Author: Kristian Høgsberg <krh at redhat.com>
Date:   Mon Oct 15 20:12:01 2007 -0400

    glxinfo: Only print visuals that actually support GLX.




More information about the mesa-commit mailing list