Changeset 57358 in vbox for trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp
r57154 r57358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 /* Enable to disassemble defined shaders. (Windows host only) */ 23 23 #if defined(RT_OS_WINDOWS) && defined(DEBUG) && 0 /* Disabled as we don't have the DirectX SDK avaible atm. */ … … 57 57 58 58 59 /******************************************************************************* 60 * Defined Constants And Macros *61 ******************************************************************************* /59 /********************************************************************************************************************************* 60 * Defined Constants And Macros * 61 *********************************************************************************************************************************/ 62 62 #ifndef VBOX_VMSVGA3D_DEFAULT_OGL_PROFILE 63 63 # define VBOX_VMSVGA3D_DEFAULT_OGL_PROFILE 1.0 … … 136 136 137 137 138 /******************************************************************************* 139 * Global Variables *140 ******************************************************************************* /138 /********************************************************************************************************************************* 139 * Global Variables * 140 *********************************************************************************************************************************/ 141 141 /* Define the default light parameters as specified by MSDN. */ 142 142 /* @todo move out; fetched from Wine */ … … 158 158 159 159 160 /******************************************************************************* 161 * Internal Functions *162 ******************************************************************************* /160 /********************************************************************************************************************************* 161 * Internal Functions * 162 *********************************************************************************************************************************/ 163 163 static int vmsvga3dContextDestroyOgl(PVGASTATE pThis, PVMSVGA3DCONTEXT pContext, uint32_t cid); 164 164 static void vmsvgaColor2GLFloatArray(uint32_t color, GLfloat *pRed, GLfloat *pGreen, GLfloat *pBlue, GLfloat *pAlpha);
Note:
See TracChangeset
for help on using the changeset viewer.