1. 27 Jun, 2023 1 commit
    • Damjan Jovanovic's avatar
      opengl32: Implement filtering on all the ChoosePixelFormat() flags that are ignored when unset. · f70fc9cb
      Damjan Jovanovic authored
      When any of these flags:
      - PFD_DRAW_TO_WINDOW
      - PFD_DRAW_TO_BITMAP
      - PFD_SUPPORT_GDI
      - PFD_SUPPORT_OPENGL
      are set on the PIXELFORMATDESCRIPTOR parameter to ChoosePixelFormat(),
      the returned pixel format must also have them set, but when they are
      unset, the returned pixel format may or may not have them set.
      
      Also add support for filtering on all these flags. In particular, the
      lack of filtering on PFD_SUPPORT_GDI, was causing (at least) Java 1.3
      to fail to initialize graphics, because we were returning a pixel
      format without the PFD_SUPPORT_GDI flag it asked for.
      
      Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=7767
      f70fc9cb
  2. 09 Dec, 2022 1 commit
  3. 06 Dec, 2022 2 commits
  4. 25 Nov, 2022 1 commit
  5. 21 Nov, 2022 4 commits
  6. 17 Nov, 2022 1 commit
  7. 10 Nov, 2022 2 commits
  8. 09 Nov, 2022 2 commits
  9. 08 Nov, 2022 7 commits
  10. 04 Nov, 2022 4 commits
  11. 03 Nov, 2022 2 commits
  12. 17 Oct, 2022 4 commits
  13. 22 Jun, 2022 1 commit
  14. 01 Dec, 2021 1 commit
  15. 11 Oct, 2021 1 commit
  16. 12 Feb, 2021 1 commit
  17. 23 Apr, 2020 1 commit
  18. 17 Apr, 2020 1 commit
  19. 26 Feb, 2019 1 commit
  20. 09 Oct, 2018 1 commit
  21. 14 Aug, 2018 1 commit