xscope: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Aug 12 16:56:11 PDT 2009


 bigreqscope.h   |    2 
 decode11.c      |    2 
 decode_bigreq.c |    9 ++-
 decode_lbx.c    |   15 +++--
 decode_randr.c  |   15 +++--
 decode_render.c |   18 ++++--
 decode_shm.c    |   15 +++--
 decode_wcp.c    |   10 ++-
 extensions.c    |  162 +++++++++++++++++++++++++++++++++++++++++---------------
 extensions.h    |   43 ++++++++------
 lbxscope.h      |    2 
 print11.c       |   42 ++++++++++++++
 proto.h         |    3 +
 randrscope.h    |    3 -
 renderscope.h   |    4 -
 server.c        |   25 ++++++++
 shmscope.h      |    4 -
 table11.c       |    3 +
 wcpscope.h      |    3 -
 x11.h           |    5 +
 20 files changed, 282 insertions(+), 103 deletions(-)

New commits:
commit b90bb97a5b8686ba050835724c6b299a0cfb0305
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Aug 12 16:40:09 2009 -0700

    Add GenericEvent support
    
    Allows extensions to register their own decoders for GenericEvents,
    though none do, since XInput isn't decoded yet
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit f65c809fb7c269c2bf450274f424feab85ea95cb
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Aug 12 15:10:46 2009 -0700

    Print more useful messages for unknown replies, events & errors
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit 96d5676e6ef1a1bf687e44f2790d911364df7878
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Aug 12 14:29:20 2009 -0700

    Stop creating invalid name entries for extensions that aren't present
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit 3199c6fb39f02b36a07ef65bf4b07d6ec340944d
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Aug 12 14:18:25 2009 -0700

    Convert extension decoding to function pointer tables
    
    Each extension now registers it's own request, reply, event & error decoding
    functions as needed in the central table, instead of a cascading block of
    if/else statements to modify for each new extension added.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>



More information about the xorg-commit mailing list