Changeset 35519 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jan 13, 2011 10:59:03 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69403
- Location:
- trunk/src/VBox/Frontends/VirtualBox/shaders
- Files:
-
- 1 added
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvAYUV.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 #extension GL_ARB_texture_rectangle : enable 21 2 uniform sampler2DRect uSrcTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvAYUV_void.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 void vboxCConv() 21 2 {} -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvApplyAYUV.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 void vboxCConvApplyAYUV(vec4 color) 21 2 { -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvBGR.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 #extension GL_ARB_texture_rectangle : enable 21 2 uniform sampler2DRect uSrcTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvBGR_void.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 void vboxCConv() 21 2 {} -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvUYVY.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 #extension GL_ARB_texture_rectangle : enable 21 2 uniform sampler2DRect uSrcTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvUYVY_void.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 void vboxCConv() 21 2 {} -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvYUY2.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 #extension GL_ARB_texture_rectangle : enable 21 2 uniform sampler2DRect uSrcTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvYUY2_void.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 void vboxCConv() 21 2 {} -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvYV12.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 #extension GL_ARB_texture_rectangle : enable 21 2 uniform sampler2DRect uSrcTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/cconvYV12_void.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 void vboxCConv() 21 2 {} -
trunk/src/VBox/Frontends/VirtualBox/shaders/ckeyDst.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 #extension GL_ARB_texture_rectangle : enable 21 2 uniform sampler2DRect uDstTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/ckeyDst2.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 #extension GL_ARB_texture_rectangle : enable 21 2 uniform sampler2DRect uDstTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/ckeyDst_void.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 void vboxCKeyDst(void) 21 2 { -
trunk/src/VBox/Frontends/VirtualBox/shaders/mainOverlay.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 void vboxCKeyDst(void); 21 2 void vboxCConv(); -
trunk/src/VBox/Frontends/VirtualBox/shaders/mainOverlayNoCKey.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 void vboxCConv(); 21 2 void main(void) -
trunk/src/VBox/Frontends/VirtualBox/shaders/mainOverlayNoDiscard.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 #extension GL_ARB_texture_rectangle : enable 21 2 uniform sampler2DRect uDstTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/mainOverlayNoDiscard2.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 #extension GL_ARB_texture_rectangle : enable 21 2 uniform sampler2DRect uDstTex; -
trunk/src/VBox/Frontends/VirtualBox/shaders/splitBGRA.c
- Property svn:keywords deleted
r35473 r35519 1 /* $Id$ */2 /** @file3 *4 * VBox frontends: Qt4 GUI ("VirtualBox"):5 * Shader programming for VBoxFBOverlay.6 */7 8 /*9 * Copyright (C) 2009-2011 Oracle Corporation10 *11 * This file is part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This file is free software;13 * you can redistribute it and/or modify it under the terms of the GNU14 * General Public License (GPL) as published by the Free Software15 * Foundation, in version 2 as it comes in the "COPYING" file of the16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 */19 20 1 float vboxSplitBGRA(vec4 color, float coord) 21 2 {
Note:
See TracChangeset
for help on using the changeset viewer.