xf86-video-dummy: Changes to 'master'

Aaron Plattner aplattner at kemper.freedesktop.org
Sun Aug 6 00:15:00 UTC 2017


 configure.ac       |    9 --
 src/Makefile.am    |    5 -
 src/dummy.h        |   20 ------
 src/dummy_cursor.c |    2 
 src/dummy_dga.c    |  175 -----------------------------------------------------
 src/dummy_driver.c |   40 ++----------
 6 files changed, 9 insertions(+), 242 deletions(-)

New commits:
commit 5e90221dc68ae0893acd5c9b12d702269202558d
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Sat Aug 5 17:12:41 2017 -0700

    DUMMYGetRec: Fix misleading indentation
    
    GCC's -Wmisleading-indentation complains about this
    
      dummy_driver.c: In function ‘DUMMYGetRec’:
      dummy_driver.c:181:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
           if (pScrn->driverPrivate == NULL)
           ^~
      dummy_driver.c:183:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
               return TRUE;
               ^~~~~~
    
    Signed-off-by: Aaron Plattner <aplattner at nvidia.com>

commit 7957ad83b53b57f376164b10742d4e35223c9dcc
Author: Xiaolei Yu <dreifachstein at gmail.com>
Date:   Sat Aug 5 21:50:14 2017 +0700

    fix a memory leak in probe
    
    Signed-off-by: Xiaolei Yu <dreifachstein at gmail.com>
    Reviewed-by: Antoine Martin <antoine at nagafix.co.uk>
    Tested-by: Antoine Martin <antoine at nagafix.co.uk>
    Signed-off-by: Aaron Plattner <aplattner at nvidia.com>

commit 33e68185665b2d065525ac03332f080026b18d8d
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Sat Aug 5 21:34:31 2017 +0700

    Get rid of dPtr->FBBase
    
    The pointer to the screen's pixels is stored in the screen pixmap's
    devPrivate.ptr field.  Just use that instead of storing it
    redundantly.
    
    Signed-off-by: Aaron Plattner <aplattner at nvidia.com>
    Reviewed-by: Bob Terek <xorg at esoterek.com>
    Tested-by: Antoine Martin <antoine at nagafix.co.uk>

commit 87249af5faf85c8d093e910c069faa4db0aee843
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Sat Aug 5 21:31:13 2017 +0700

    Remove DGA support
    
    DGA was so 2004.
    
    Signed-off-by: Aaron Plattner <aplattner at nvidia.com>
    Reviewed-by: Bob Terek <xorg at esoterek.com>
    Tested-by: Antoine Martin <antoine at nagafix.co.uk>

commit 7c3b090e80a9b364434120262f9bef5686cd2e2e
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Sat Aug 5 21:27:30 2017 +0700

    Delete dPtr->screenSaver
    
    This is assigned, but never used.
    
    Signed-off-by: Aaron Plattner <aplattner at nvidia.com>
    Reviewed-by: Bob Terek <xorg at esoterek.com>
    Tested-by: Antoine Martin <antoine at nagafix.co.uk>

commit 12e3e2030171b7a5df074a56293eb16da40cd99b
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Sat Aug 5 21:25:03 2017 +0700

    Delete XV stuff
    
    As far as I can tell, this was never implemented or used.
    
    Signed-off-by: Aaron Plattner <aplattner at nvidia.com>
    Reviewed-by: Bob Terek <xorg at esoterek.com>
    Tested-by: Antoine Martin <antoine at nagafix.co.uk>



More information about the xorg-commit mailing list