VirtualBox

Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (9 years ago)
Author:
vboxsync
Message:

*: scm cleanup run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp

    r57154 r57358  
    1717
    1818
    19 /*******************************************************************************
    20 *   Header Files                                                               *
    21 *******************************************************************************/
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2222/* Enable to disassemble defined shaders. (Windows host only) */
    2323#if defined(RT_OS_WINDOWS) && defined(DEBUG) && 0 /* Disabled as we don't have the DirectX SDK avaible atm. */
     
    5757
    5858
    59 /*******************************************************************************
    60 *   Defined Constants And Macros                                               *
    61 *******************************************************************************/
     59/*********************************************************************************************************************************
     60*   Defined Constants And Macros                                                                                                 *
     61*********************************************************************************************************************************/
    6262#ifndef VBOX_VMSVGA3D_DEFAULT_OGL_PROFILE
    6363# define VBOX_VMSVGA3D_DEFAULT_OGL_PROFILE 1.0
     
    136136
    137137
    138 /*******************************************************************************
    139 *   Global Variables                                                           *
    140 *******************************************************************************/
     138/*********************************************************************************************************************************
     139*   Global Variables                                                                                                             *
     140*********************************************************************************************************************************/
    141141/* Define the default light parameters as specified by MSDN. */
    142142/* @todo move out; fetched from Wine */
     
    158158
    159159
    160 /*******************************************************************************
    161 *   Internal Functions                                                         *
    162 *******************************************************************************/
     160/*********************************************************************************************************************************
     161*   Internal Functions                                                                                                           *
     162*********************************************************************************************************************************/
    163163static int  vmsvga3dContextDestroyOgl(PVGASTATE pThis, PVMSVGA3DCONTEXT pContext, uint32_t cid);
    164164static void vmsvgaColor2GLFloatArray(uint32_t color, GLfloat *pRed, GLfloat *pGreen, GLfloat *pBlue, GLfloat *pAlpha);
Note: See TracChangeset for help on using the changeset viewer.

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