1. 01 Apr, 2013 4 commits
    • Martin Storsjö's avatar
      opengl: Do subtexture uploads only for the visible area · 06c1f879
      Martin Storsjö authored
      This avoids doing the intermediate copy in some cases.
      Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
      06c1f879
    • Martin Storsjö's avatar
      opengl: Check whether full_width matches the pitch · 3943ba9e
      Martin Storsjö authored
      This is the actual width used in the upload calls if the check
      matched, so this is the width we should check for.
      Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
      3943ba9e
    • Erwan Tulou's avatar
      skins2: resize only similar layouts on-the-fly · fe29bc61
      Erwan Tulou authored
      This fixes a regression brought by ff74e967
      
      Forcefully resizing only makes sense when layouts were designed to be similar
      in size in the first place. Furthermore, it cuts off a larger layout if a
      smaller one is first defined when loading a skin.
      
      Ideally, the skins2 dtd should be extended for skins developers to explicitly
      express whether two layouts are tightly-coupled or not, i.e should always be
      kept the same size whatever the subsequent resizing performed by the user.
      fe29bc61
    • Erwan Tulou's avatar
      skins2: add a function that differentiates dependent and independent layouts. · ac394edb
      Erwan Tulou authored
      In skins2, a window can have multiple layouts with two different goals.
      
      First goal, layouts have the same original size and only differ in the
      presentation (different color, ...). If the active layout gets resized,
      the user expects the related inactive layouts with the same size to
      automatically resize, should they become active.
      
      Second goal, layouts are different in size, e.g a reduced layout and an
      expanded layout. In this case, resizing the active layout doesn't mean
      resizing the other inactive layouts, since they were not meant to be
      similar in size in the first place.
      
      This patch creates a function that will be used to differentiate these
      two different use of layouts.
      ac394edb
  2. 31 Mar, 2013 1 commit
    • Felix Paul Kühne's avatar
      extras/.../ios: rework the build script · c42f8e52
      Felix Paul Kühne authored
      Don't blacklist yuv converters, since those are needed for DVB subtitle display (thanks a bunch, Martin)
      
      Don't blacklist the adjust filter, since it is supported by MobileVLCKit now
      
      Don't build libmad, since libav can decode mp3 just fine
      
      add mooar debug for ARM builds
      c42f8e52
  3. 30 Mar, 2013 4 commits
  4. 29 Mar, 2013 4 commits
  5. 28 Mar, 2013 10 commits
  6. 27 Mar, 2013 7 commits
  7. 26 Mar, 2013 10 commits