1. 05 Jul, 2016 6 commits
    • Adam Jackson's avatar
      Remove fbpseudocolor · 7e21611d
      Adam Jackson authored
       "An experimental pseudocolor emulation layer.  Not fully completed,
       currently only works for 16bpp."  That was almost four years ago.
       It still doesn't work, only one driver even attempts to use it, it
       contains an ad-hoc implementation of damage, and should really be
       done up in Composite now anyway.
      
       Backport to nx-libs: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
      7e21611d
    • Cyril Brulebois's avatar
      fb: Mark some variables as unused. · 3a54da8b
      Cyril Brulebois authored
       There's no use for the values set through the various macro calls
       (fbGetDrawable and fbGetDrawablePixmap), so mark those variables as unused.
      
       The following warnings go away accordingly:
       |   CC     libfb_la-fb24_32.lo
       | fb24_32.c: In function 'fb24_32ReformatTile':
       | fb24_32.c:544:19: warning: variable 'newYoff' set but not used [-Wunused-but-set-variable]
       | fb24_32.c:544:10: warning: variable 'newXoff' set but not used [-Wunused-but-set-variable]
       | fb24_32.c:543:19: warning: variable 'oldYoff' set but not used [-Wunused-but-set-variable]
       | fb24_32.c:543:10: warning: variable 'oldXoff' set but not used [-Wunused-but-set-variable]
       |   CC     libfb_la-fbfill.lo
       | fbfill.c: In function 'fbFill':
       | fbfill.c:72:21: warning: variable 'stipYoff' set but not used [-Wunused-but-set-variable]
       | fbfill.c:72:11: warning: variable 'stipXoff' set but not used [-Wunused-but-set-variable]
       | fbfill.c:100:21: warning: variable 'stipYoff' set but not used [-Wunused-but-set-variable]
       | fbfill.c:100:11: warning: variable 'stipXoff' set but not used [-Wunused-but-set-variable]
       | fbfill.c:142:20: warning: variable 'tileYoff' set but not used [-Wunused-but-set-variable]
       | fbfill.c:142:10: warning: variable 'tileXoff' set but not used [-Wunused-but-set-variable]
       |   CC     libfb_la-fbgc.lo
       | fbgc.c: In function 'fbPadPixmap':
       | fbgc.c:92:19: warning: variable 'yOff' set but not used [-Wunused-but-set-variable]
       | fbgc.c:92:13: warning: variable 'xOff' set but not used [-Wunused-but-set-variable]
       | fbgc.c: In function 'fbCanEvenStipple':
       | fbgc.c:166:23: warning: variable 'stipYoff' set but not used [-Wunused-but-set-variable]
       | fbgc.c:166:13: warning: variable 'stipXoff' set but not used [-Wunused-but-set-variable]
       |   CC     libfb_la-fbpush.lo
       | fbpush.c: In function 'fbPushPixels':
       | fbpush.c:238:20: warning: variable 'stipYoff' set but not used [-Wunused-but-set-variable]
       | fbpush.c:238:10: warning: variable 'stipXoff' set but not used [-Wunused-but-set-variable]
      Reviewed-by: 's avatarJeremy Huddleston <jeremyhu@apple.com>
      Signed-off-by: 's avatarCyril Brulebois <kibi@debian.org>
       Backport to nx-libs: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
      3a54da8b
    • Jeremy Huddleston's avatar
      Add _X_UNUSED attribute to designate unused variables and silence warnings · b91099b9
      Jeremy Huddleston authored
      Signed-off-by: 's avatarJeremy Huddleston <jeremyhu@apple.com>
      Reviewed-by: 's avatarDaniel Stone <daniel@fooishbar.org>
       Backport to nx-libs: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
      b91099b9
    • Mike Gabriel's avatar
    • Mike Gabriel's avatar
      Xserver/xfixes/region.c: Don't declare and set PictureScreenPtr ps (in… · f364bacf
      Mike Gabriel authored
      Xserver/xfixes/region.c: Don't declare and set PictureScreenPtr ps (in ProcXFixesSetPictureClipRegion). Variable is not used.
      f364bacf
    • Mike Gabriel's avatar
      Merge branch 'sunweaver-pr/proxy-to-proxy-over-unix-socket' into 3.6.x · 854f3fa4
      Mike Gabriel authored
      Attributes GH PR #142: https://github.com/ArcticaProject/nx-libs/pull/142
      Reviewed by: Salvador Fandino <sfandino@yahoo.com>  -- Mon, 04 Jul 2016 16:31:00 +0200
      854f3fa4
  2. 04 Jul, 2016 14 commits
  3. 03 Jul, 2016 2 commits
  4. 02 Jul, 2016 11 commits
  5. 01 Jul, 2016 7 commits