xf86-video-glint: Changes to 'master'

Matt Turner mattst88 at kemper.freedesktop.org
Wed Sep 22 21:36:35 PDT 2010


 DRI.txt             |  407 ----------
 Makefile.am         |    2 
 configure.ac        |   38 -
 src/Makefile.am     |   10 
 src/glint.h         |   33 
 src/glint_common.h  |   64 -
 src/glint_dri.c     | 1960 ----------------------------------------------------
 src/glint_dri.h     |  123 ---
 src/glint_dripriv.h |  296 -------
 src/glint_driver.c  |   71 -
 src/glint_regs.h    |   19 
 src/pm2_dac.c       |    8 
 src/pm3_accel.c     |    9 
 src/pm3_dac.c       |    2 
 src/tx_accel.c      |   15 
 15 files changed, 9 insertions(+), 3048 deletions(-)

New commits:
commit 0f943ec35255af41c8042a300cf73ecca35c9c55
Author: Matt Turner <mattst88 at gmail.com>
Date:   Thu Sep 23 00:18:29 2010 -0400

    Include xf86dgaproto.h, not xf86dgastr.h
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>

commit b4acf1fb50f1560d177e8e7912ef27ddca80d209
Author: Matt Turner <mattst88 at gmail.com>
Date:   Thu Sep 23 00:05:09 2010 -0400

    Delete CFB
    
    ajax killed cfb in April 2008 (0dab6fa3582b70ccd0f01459902415c28dbc81ff).
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>

commit 7669aeb2a170c246089043bb4d203c25cbfe5e95
Author: Matt Turner <mattst88 at gmail.com>
Date:   Thu Sep 23 00:01:16 2010 -0400

    Delete DRI/DRM
    
    The DRM kernel component has been gone since at least 2.6.13, and Mesa dropped
    the gamma driver in February 2010 (79aeafd3ca3680c28f6d47a21a501334844f4475).
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>

commit ff602c76781e27f191f4836b4f7eff5df5f7e54c
Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Sep 22 23:50:04 2010 -0400

    Don't check for unneeded proto headers.
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>

commit 705ffc1776df2240f337dd896223b371c12bc19f
Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Sep 15 23:23:56 2010 -0400

    Fix timing errors, as per documentation
    
    pm2_dac.c:
    -	VsEnd and VsStart should have 1 subtracted, say the docs. This also
    	matches with the PM3 and PM4 docs, and is what the pm2fb Linux
    	kernel driver does.
    -	Move VsTotal subtract-1 to instantiation, since it doesn't need to
    	be shifted before the subtraction, unlike horizontal timings
    	(HTotal, for instance).
    -	Remove subtract-1 from HsStart, as the docs don't say this is
    	correct. This also matches with the PM3 and PM4 docs, and is what
    	the pm2fb Linux kernel driver does.
    
    pm3_dac.c:
    -	Subtract 1 from HTotal after the Shiftbpp, as the docs say. This
    	error has existed since xf86-video-glint was imported into git and
    	has been propagated to the pm3fb Linux kernel driver.
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>



More information about the xorg-commit mailing list