VirtualBox

Ignore:
Timestamp:
Jan 13, 2011 10:59:03 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69403
Message:

FE/Qt: no comments for shaders (might induce problems) -- instead use a separate COPYRIGHT file

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 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201#extension GL_ARB_texture_rectangle : enable
    212uniform sampler2DRect uSrcTex;
  • trunk/src/VBox/Frontends/VirtualBox/shaders/cconvAYUV_void.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201void vboxCConv()
    212{}
  • trunk/src/VBox/Frontends/VirtualBox/shaders/cconvApplyAYUV.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201void vboxCConvApplyAYUV(vec4 color)
    212{
  • trunk/src/VBox/Frontends/VirtualBox/shaders/cconvBGR.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201#extension GL_ARB_texture_rectangle : enable
    212uniform sampler2DRect uSrcTex;
  • trunk/src/VBox/Frontends/VirtualBox/shaders/cconvBGR_void.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201void vboxCConv()
    212{}
  • trunk/src/VBox/Frontends/VirtualBox/shaders/cconvUYVY.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201#extension GL_ARB_texture_rectangle : enable
    212uniform sampler2DRect uSrcTex;
  • trunk/src/VBox/Frontends/VirtualBox/shaders/cconvUYVY_void.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201void vboxCConv()
    212{}
  • trunk/src/VBox/Frontends/VirtualBox/shaders/cconvYUY2.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201#extension GL_ARB_texture_rectangle : enable
    212uniform sampler2DRect uSrcTex;
  • trunk/src/VBox/Frontends/VirtualBox/shaders/cconvYUY2_void.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201void vboxCConv()
    212{}
  • trunk/src/VBox/Frontends/VirtualBox/shaders/cconvYV12.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201#extension GL_ARB_texture_rectangle : enable
    212uniform sampler2DRect uSrcTex;
  • trunk/src/VBox/Frontends/VirtualBox/shaders/cconvYV12_void.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201void vboxCConv()
    212{}
  • trunk/src/VBox/Frontends/VirtualBox/shaders/ckeyDst.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201#extension GL_ARB_texture_rectangle : enable
    212uniform sampler2DRect uDstTex;
  • trunk/src/VBox/Frontends/VirtualBox/shaders/ckeyDst2.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201#extension GL_ARB_texture_rectangle : enable
    212uniform sampler2DRect uDstTex;
  • trunk/src/VBox/Frontends/VirtualBox/shaders/ckeyDst_void.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201void vboxCKeyDst(void)
    212{
  • trunk/src/VBox/Frontends/VirtualBox/shaders/mainOverlay.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201void vboxCKeyDst(void);
    212void vboxCConv();
  • trunk/src/VBox/Frontends/VirtualBox/shaders/mainOverlayNoCKey.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201void vboxCConv();
    212void main(void)
  • trunk/src/VBox/Frontends/VirtualBox/shaders/mainOverlayNoDiscard.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201#extension GL_ARB_texture_rectangle : enable
    212uniform sampler2DRect uDstTex;
  • trunk/src/VBox/Frontends/VirtualBox/shaders/mainOverlayNoDiscard2.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201#extension GL_ARB_texture_rectangle : enable
    212uniform sampler2DRect uDstTex;
  • trunk/src/VBox/Frontends/VirtualBox/shaders/splitBGRA.c

    • Property svn:keywords deleted
    r35473 r35519  
    1 /* $Id$ */
    2 /** @file
    3  *
    4  * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * Shader programming for VBoxFBOverlay.
    6  */
    7 
    8 /*
    9  * Copyright (C) 2009-2011 Oracle Corporation
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * 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 GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  */
    19 
    201float vboxSplitBGRA(vec4 color, float coord)
    212{
Note: See TracChangeset for help on using the changeset viewer.

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