1. 07 Dec, 2017 2 commits
    • Lars Knoll's avatar
      devPrivates fixes · e073093c
      Lars Knoll authored
      Backported from X.Org:
      
          commit 0693083335185ce05ee64546151f3fc43ce98575
          Author: Lars Knoll <lars@trolltech.com>
          Date:   Mon Mar 6 21:00:09 2006 +0000
      
          render/picture.c Correctly initialize devPrivates variable in source only
              pictures to 0
          miext/cw/cw.h Don't try to access devPrivates of source only pictures
      Backported-from-NX-by: 's avatarUlrich Sibiller <uli42@gmx.de>
      e073093c
    • Adam Jackson's avatar
      Coverity # 337: Remove useless NULL check. · 0a010adf
      Adam Jackson authored
      Backported from X.org:
      
         Commit 6bb2dc02a7cffd6ed7dd28e88d584920a4150749
         Author: Adam Jackson <ajax@nwnk.net>
         Date:   Wed Mar 15 16:01:47 2006 +0000
      
         Coverity # 337: Remove useless NULL check.
      Backported-to-NX-by: 's avatarUlrich Sibiller <uli42@gmx.de>
      0a010adf
  2. 10 Apr, 2017 1 commit
  3. 03 Mar, 2017 1 commit
    • Mihai Moldovan's avatar
      misc nx-X11/programs/Xserver/{hw/nxagent,miext,render}/: move code around so… · 1a7fc41c
      Mihai Moldovan authored
      misc nx-X11/programs/Xserver/{hw/nxagent,miext,render}/: move code around so that we can drop nx-X11/programs/Xserver/render/miglyph.c (and by extension nx-X11/programs/Xserver/hw/nxagent/NXmiglyph.c.)
      
      This is essentially a bastardized cross/backport of these X.Org commits - based
      on our current architecture:
      
      commit 4b14c9a9cd2033d3839c4ba364d41ab4c4b198ab
      Author: Eric Anholt <eric@anholt.net>
      Date:   Fri Oct 19 16:34:54 2007 -0700
      
          Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.
      
          Not all of the DDX/miext Glyphs hook implementations have been removed, but
          they should be.
      
      and
      
      commit 2251572062b2c25643671b8d5070de1c3f7ae976
      Author: Aaron Plattner <aplattner@nvidia.com>
      Date:   Fri Oct 26 15:13:50 2007 -0700
      
          Restore the CompositeGlyphs -> ps->Glyphs -> miGlyphs callchain to allow acceleration architectures to wrap above miGlyphs.
      
      Conflicts:
      	nx-X11/programs/Xserver/render/miglyph.c
      	nx-X11/programs/Xserver/render/mipict.h
      	nx-X11/programs/Xserver/render/picture.c
      1a7fc41c
  4. 04 Dec, 2016 1 commit
  5. 02 Nov, 2016 1 commit
  6. 05 Jul, 2016 1 commit
  7. 02 Jul, 2016 2 commits
  8. 02 May, 2016 2 commits
    • Mike Gabriel's avatar
    • Mike Gabriel's avatar
      Rename region macros to eliminate screen argument · 63f1fff8
      Mike Gabriel authored
      This is a huge mechanical patch and a few small fixups required to finish
      the job. They were reviewed separately, but because the server does not
      build without both pieces, I've merged them together at this time.
      
      The mechanical changes were performed by running the included
      'fix-region' script over the whole nx-X11/programs/Xserver tree:
      
      $ cd nx-X11/programs/Xserver && ( git ls-files | grep -v '^fix-' | xargs ./fix-region; )
      
      And then, the white space errors in the resulting patch were fixed
      using the provided fix-patch-whitespace script.
      
      $ sh ./fix-patch-whitespace
      
      Thanks to Jamey Sharp for the mighty fine sed-generating sed script.
      
      v1: Keith Packard <keithp@keithp.com> (X.Org xserver commit: 2dc138922b7588515d5f2447e4b9dcdc0bef15e0)
      v2: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> (apply fix-region script to nx-libs)
      63f1fff8
  9. 28 Dec, 2015 1 commit
  10. 10 Oct, 2011 1 commit