1. 01 Jan, 2009 1 commit
    • Ryan C. Gordon's avatar
      Adjusted default choice of audio driver. · 0e24b20c
      Ryan C. Gordon authored
      If a driver can definitely see available devices, it is chosen. Otherwise,
       we'll take the first driver that initializes but saw no devices...this might
       be because it can't enumerate them, or there really aren't any available.
      
      This prevents the dsp driver from hogging control when there are no /dev/dsp*
       nodes (for example, on a Linux box with ALSA and no OSS emulation).
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403400
      0e24b20c
  2. 31 Dec, 2008 6 commits
  3. 30 Dec, 2008 9 commits
  4. 29 Dec, 2008 1 commit
  5. 25 Dec, 2008 6 commits
  6. 24 Dec, 2008 3 commits
  7. 23 Dec, 2008 5 commits
  8. 22 Dec, 2008 3 commits
    • Sam Lantinga's avatar
      typo fix · 01a9edc3
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403369
      01a9edc3
    • Sam Lantinga's avatar
      /* FIXME FIXME FIXME · d6295612
      Sam Lantinga authored
       * Window creation fails in the colormap code on DirectColor visuals:
       *      XA_RGB_BEST_MAP not found and could not be created
       * I'm disabling this for now until Bob can look at it.  We don't need
       * it until we implement the gamma fading using DirectColor RGB ramps
       */
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403368
      d6295612
    • Sam Lantinga's avatar
      Fixed crash when resizing the window with the software renderer. · 1ebf771a
      Sam Lantinga authored
      This is similar to the crash fix in the OpenGL renderer in revision 4187
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403367
      1ebf771a
  9. 21 Dec, 2008 6 commits