Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
21a3c1d4
Commit
21a3c1d4
authored
Sep 17, 2007
by
Roderick Colenbrander
Committed by
Alexandre Julliard
Sep 20, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Better video memory reporting.
parent
e94a21b2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
directx.c
dlls/wined3d/directx.c
+0
-0
wined3d_main.c
dlls/wined3d/wined3d_main.c
+1
-1
wined3d_gl.h
include/wine/wined3d_gl.h
+2
-0
No files found.
dlls/wined3d/directx.c
View file @
21a3c1d4
This diff is collapsed.
Click to expand it.
dlls/wined3d/wined3d_main.c
View file @
21a3c1d4
...
@@ -42,7 +42,7 @@ wined3d_settings_t wined3d_settings =
...
@@ -42,7 +42,7 @@ wined3d_settings_t wined3d_settings =
FALSE
,
/* Use of GLSL disabled by default */
FALSE
,
/* Use of GLSL disabled by default */
ORM_BACKBUFFER
,
/* Use the backbuffer to do offscreen rendering */
ORM_BACKBUFFER
,
/* Use the backbuffer to do offscreen rendering */
RTL_AUTO
,
/* Automatically determine best locking method */
RTL_AUTO
,
/* Automatically determine best locking method */
64
*
1024
*
1024
,
/* 64MB texture memory by default
*/
0
,
/* The default of memory is set in FillGLCaps
*/
NULL
/* No wine logo by default */
NULL
/* No wine logo by default */
};
};
...
...
include/wine/wined3d_gl.h
View file @
21a3c1d4
...
@@ -3101,6 +3101,8 @@ typedef enum _GL_Cards {
...
@@ -3101,6 +3101,8 @@ typedef enum _GL_Cards {
CARD_INTEL_I915GM
=
0x2592
CARD_INTEL_I915GM
=
0x2592
}
GL_Cards
;
}
GL_Cards
;
#define WINE_DEFAULT_VIDMEM 64*1024*1024
typedef
enum
_GL_VSVersion
{
typedef
enum
_GL_VSVersion
{
VS_VERSION_NOT_SUPPORTED
=
0x0
,
VS_VERSION_NOT_SUPPORTED
=
0x0
,
VS_VERSION_10
=
0x10
,
VS_VERSION_10
=
0x10
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment