VirtualBox

Ignore:
Timestamp:
Mar 20, 2009 11:12:16 AM (16 years ago)
Author:
vboxsync
Message:

crOpenGL: increase guest readback buffer size to 2k, to reduce confusing warning in host log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c

    r17860 r18109  
    976976
    977977    //@todo remove this crap at all later
    978     conn->cbHostBufferAllocated = 1*1024;
     978    conn->cbHostBufferAllocated = 2*1024;
    979979    conn->pHostBuffer = (uint8_t*) crAlloc(conn->cbHostBufferAllocated);
    980980    CRASSERT(conn->pHostBuffer);
Note: See TracChangeset for help on using the changeset viewer.

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