Changes between Version 1 and Version 2 of Ticket #13191, comment 20


Ignore:
Timestamp:
Jul 17, 2018, 10:31:09 PM (6 years ago)
Author:
cocobean

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13191, comment 20

    v1 v2  
    1 The issue is within mesa_swpipe. I swapped out mesa_swpipe with mesa_swrast and it fixed all my 3D rendering issues and crash issues. So, that is the quick workaround for now.
    2 Need to review GLView locking/unlocking in apps per dev specs. Fixing mesa_swpipe is long term fix. Short term fix is to provide mesa_swrast in Haiku Depot/nightly images.
     1The issue is within mesa_swpipe. I swapped out mesa_swpipe with mesa_swrast and it fixed all my 3D rendering issues and crash issues.
     2
     3Short term: Provide mesa_swrast in Haiku Depot/nightly images.
     4
     5Long term: Fix mesa_swpipe driver issues.