[Bug 9810] New: wined3d calls GDI and USER functions inside ENTER_GL/ LEAVE_GL

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Sep 28 06:06:50 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9810

           Summary: wined3d calls GDI and USER functions inside
                    ENTER_GL/LEAVE_GL
           Product: Wine
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: wine-directx-d3d
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: julliard at winehq.org


No GDI or USER function should be called from inside an ENTER_GL/LEAVE_GL
block.

The main offender seems to be the context management; it looks like it abuses
ENTER_GL to also lock its own data structures, so it's probably not just a
matter of removing the ENTER_GL blocks.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list