Changeset 57358 in vbox for trunk/src/VBox/Devices/Graphics/testcase/dump-vmwgfx.c
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/testcase/dump-vmwgfx.c
r56316 r57358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #include <assert.h> 23 23 #include <dirent.h> … … 34 34 35 35 36 /******************************************************************************* 37 * Defined Constants And Macros *38 ******************************************************************************* /36 /********************************************************************************************************************************* 37 * Defined Constants And Macros * 38 *********************************************************************************************************************************/ 39 39 #define DRM_IOCTL_BASE 'd' 40 40 #define DRM_COMMAND_BASE 0x40 … … 59 59 60 60 61 /******************************************************************************* 62 * Structures and Typedefs *63 ******************************************************************************* /61 /********************************************************************************************************************************* 62 * Structures and Typedefs * 63 *********************************************************************************************************************************/ 64 64 struct drm_vmw_get_3d_cap_arg 65 65 { … … 99 99 100 100 101 /******************************************************************************* 102 * Global Variables *103 ******************************************************************************* /101 /********************************************************************************************************************************* 102 * Global Variables * 103 *********************************************************************************************************************************/ 104 104 /** The size of the 3D capabilities. */ 105 105 static uint32_t g_cb3dCaps;
Note:
See TracChangeset
for help on using the changeset viewer.