Changeset 62489 in vbox for trunk/src/VBox/HostServices/SharedOpenGL
- Timestamp:
- Jul 22, 2016 6:41:09 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109047
- Location:
- trunk/src/VBox/HostServices/SharedOpenGL
- Files:
-
- 26 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTest.cpp
r53815 r62489 5 5 6 6 /* 7 * Copyright (C) 2009-201 2Oracle Corporation7 * Copyright (C) 2009-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp
r44528 r62489 5 5 6 6 /* 7 * Copyright (C) 2009-201 2Oracle Corporation7 * Copyright (C) 2009-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp
r53815 r62489 5 5 6 6 /* 7 * Copyright (C) 2009-201 4Oracle Corporation7 * Copyright (C) 2009-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp
r56578 r62489 6 6 7 7 /* 8 * Copyright (C) 2006-201 2Oracle Corporation8 * Copyright (C) 2006-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/display_base.cpp
r53145 r62489 6 6 7 7 /* 8 * Copyright (C) 2014 Oracle Corporation8 * Copyright (C) 2014-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/display_composite.cpp
r53145 r62489 6 6 7 7 /* 8 * Copyright (C) 2014 Oracle Corporation8 * Copyright (C) 2014-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/display_vrdp.cpp
r53153 r62489 6 6 7 7 /* 8 * Copyright (C) 2014 Oracle Corporation8 * Copyright (C) 2014-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/display_window.cpp
r56939 r62489 6 6 7 7 /* 8 * Copyright (C) 2014 Oracle Corporation8 * Copyright (C) 2014-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/display_window_rootvr.cpp
r53158 r62489 6 6 7 7 /* 8 * Copyright (C) 2014 Oracle Corporation8 * Copyright (C) 2014-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/server_presenter.cpp
r55998 r62489 6 6 7 7 /* 8 * Copyright (C) 2012-201 3Oracle Corporation8 * Copyright (C) 2012-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/server_presenter.h
r54747 r62489 6 6 7 7 /* 8 * Copyright (C) 2014 Oracle Corporation8 * Copyright (C) 2014-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/window.cpp
r54747 r62489 6 6 7 7 /* 8 * Copyright (C) 2014 Oracle Corporation8 * Copyright (C) 2014-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_framebuffer.c
r46173 r62489 6 6 7 7 /* 8 * Copyright (C) 2009-201 2Oracle Corporation8 * Copyright (C) 2009-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getshaders.c
r56827 r62489 6 6 7 7 /* 8 * Copyright (C) 2009-201 5Oracle Corporation8 * Copyright (C) 2009-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_glsl.c
r55014 r62489 6 6 7 7 /* 8 * Copyright (C) 2009-201 2Oracle Corporation8 * Copyright (C) 2009-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp
r55832 r62489 6 6 7 7 /* 8 * Copyright (C) 2010-201 3Oracle Corporation8 * Copyright (C) 2010-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_rpw.cpp
r50277 r62489 6 6 7 7 /* 8 * Copyright (C) 2010-201 3Oracle Corporation8 * Copyright (C) 2010-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_texture.c
r55013 r62489 6 6 7 7 /* 8 * Copyright (C) 2010 Oracle Corporation8 * Copyright (C) 2010-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/dlm/dlm_lists.c
r56948 r62489 11 11 12 12 /* 13 * Copyright (C) 2015 Oracle Corporation13 * Copyright (C) 2015-2016 Oracle Corporation 14 14 * 15 15 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/dlm/dlm_state.c
r56950 r62489 5 5 6 6 /* 7 * Copyright (C) 2015 Oracle Corporation7 * Copyright (C) 2015-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/expando/expandospu.c
r56566 r62489 12 12 13 13 /* 14 * Copyright (C) 2015 Oracle Corporation14 * Copyright (C) 2015-2016 Oracle Corporation 15 15 * 16 16 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa.c
r55898 r62489 4 4 5 5 /* 6 * Copyright (C) 2009-201 2Oracle Corporation6 * Copyright (C) 2009-2016 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.h
r53601 r62489 5 5 6 6 /* 7 * Copyright (C) 2009-201 4Oracle Corporation7 * Copyright (C) 2009-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_framebuffer.c
r44529 r62489 6 6 7 7 /* 8 * Copyright (C) 2009-201 0Oracle Corporation8 * Copyright (C) 2009-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_shaders.c
r51336 r62489 6 6 7 7 /* 8 * Copyright (C) 2009-201 0Oracle Corporation8 * Copyright (C) 2009-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_visibleregion.c
r44529 r62489 6 6 7 7 /* 8 * Copyright (C) 2008-201 0Oracle Corporation8 * Copyright (C) 2008-2016 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.