- Timestamp:
- Mar 27, 2013 12:33:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_misc.c
r45201 r45207 1069 1069 if (srcY0 > srcY1) 1070 1070 { 1071 if (dstY0 > dstY1) 1071 /* work around Intel driver bug on Linux host */ 1072 if (1 || dstY0 > dstY1) 1072 1073 { 1073 1074 /* use srcY1 < srcY2 && dstY1 < dstY2 whenever possible to avoid GPU driver bugs */
Note:
See TracChangeset
for help on using the changeset viewer.