Changeset 54772 in vbox for trunk/src/VBox
- Timestamp:
- Mar 16, 2015 1:25:00 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp
r54771 r54772 3119 3119 else 3120 3120 { 3121 /* Allocate and initialize texture memory. (Passing the zero filled pSurfaceData solves 3122 the fedora 21 corruption issues (launchpad, background, search field, login).) */ 3121 /* Allocate and initialize texture memory. Passing the zero filled pSurfaceData avoids 3122 exposing random host memory to the guest and helps a with the fedora 21 surface 3123 corruption issues (launchpad, background, search field, login). */ 3123 3124 glTexImage2D(GL_TEXTURE_2D, 3124 3125 0,
Note:
See TracChangeset
for help on using the changeset viewer.