VirtualBox

儲存庫 vbox 的更動 55213


忽略:
時間撮記:
2015-4-13 下午03:52:44 (10 年 以前)
作者:
vboxsync
訊息:

Host 3D: fix SEGFAULT on old X11 i915 driver on 3D state restore: use DEPTH_STENCIL attachment only in case if both DEPTH and STENCIL were specified.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c

    r55212 r55213  
    13631363    }
    13641364
     1365    /* Use GL_DEPTH_STENCIL only in case if both CR_STENCIL_BIT and CR_DEPTH_BIT specified. */
    13651366    if (   (pCtxInfo->CreateInfo.requestedVisualBits & CR_STENCIL_BIT)
    1366         || (pCtxInfo->CreateInfo.requestedVisualBits & CR_DEPTH_BIT))
     1367        && (pCtxInfo->CreateInfo.requestedVisualBits & CR_DEPTH_BIT))
    13671368    {
    13681369        pEl = &pData->aElements[pData->cElements];
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette