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
8899f341
Commit
8899f341
authored
Nov 20, 2008
by
Henri Verbeet
Committed by
Alexandre Julliard
Nov 20, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: wined3d_gl.h should be internal to wined3d.
parent
4defc2b5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
wined3d_gl.h
dlls/wined3d/wined3d_gl.h
+10
-10
wined3d_private.h
dlls/wined3d/wined3d_private.h
+1
-1
No files found.
include/wine
/wined3d_gl.h
→
dlls/wined3d
/wined3d_gl.h
View file @
8899f341
...
@@ -1965,8 +1965,8 @@ typedef void (WINE_GLAPI * PGLFNGLTEXSUBIMAGE3DEXTPROC) (GLenum target, GLint le
...
@@ -1965,8 +1965,8 @@ typedef void (WINE_GLAPI * PGLFNGLTEXSUBIMAGE3DEXTPROC) (GLenum target, GLint le
/* GL_EXT_texture_env_dot3 */
/* GL_EXT_texture_env_dot3 */
#ifndef GL_EXT_texture_env_dot3
#ifndef GL_EXT_texture_env_dot3
#define GL_EXT_texture_env_dot3 1
#define GL_EXT_texture_env_dot3 1
#define GL_DOT3_RGB_EXT
0x8740
#define GL_DOT3_RGB_EXT
0x8740
#define GL_DOT3_RGBA_EXT
0x8741
#define GL_DOT3_RGBA_EXT
0x8741
#endif
#endif
/* GL_EXT_texture_lod_bias */
/* GL_EXT_texture_lod_bias */
#ifndef GL_EXT_texture_lod_bias
#ifndef GL_EXT_texture_lod_bias
...
@@ -2740,7 +2740,7 @@ typedef void (WINE_GLAPI * PGLFNGETCOMBINERSTAGEPARAMETERFVNVPROC) (GLenum stage
...
@@ -2740,7 +2740,7 @@ typedef void (WINE_GLAPI * PGLFNGETCOMBINERSTAGEPARAMETERFVNVPROC) (GLenum stage
#endif
#endif
/**
/**
* Point sprites
* Point sprites
*/
*/
/* GL_ARB_point_sprite */
/* GL_ARB_point_sprite */
#ifndef GL_ARB_point_sprite
#ifndef GL_ARB_point_sprite
...
@@ -2749,11 +2749,11 @@ typedef void (WINE_GLAPI * PGLFNGETCOMBINERSTAGEPARAMETERFVNVPROC) (GLenum stage
...
@@ -2749,11 +2749,11 @@ typedef void (WINE_GLAPI * PGLFNGETCOMBINERSTAGEPARAMETERFVNVPROC) (GLenum stage
#define GL_COORD_REPLACE_ARB 0x8862
#define GL_COORD_REPLACE_ARB 0x8862
#endif
#endif
/**
/**
* @TODO: GL_NV_point_sprite
* @TODO: GL_NV_point_sprite
*/
*/
/**
/**
* Occlusion Queries
* Occlusion Queries
*/
*/
/* GL_ARB_occlusion_query */
/* GL_ARB_occlusion_query */
#ifndef GL_ARB_occlusion_query
#ifndef GL_ARB_occlusion_query
...
@@ -3192,8 +3192,8 @@ typedef void (WINE_GLAPI * PGLFNVERTEXATTRIBPOINTERPROC) (GLuint index, GLint si
...
@@ -3192,8 +3192,8 @@ typedef void (WINE_GLAPI * PGLFNVERTEXATTRIBPOINTERPROC) (GLuint index, GLint si
/****************************************************
/****************************************************
* OpenGL Official Version
* OpenGL Official Version
* defines
* defines
****************************************************/
****************************************************/
/* GL_VERSION_1_3 */
/* GL_VERSION_1_3 */
#if !defined(GL_DOT3_RGBA)
#if !defined(GL_DOT3_RGBA)
...
@@ -3396,7 +3396,7 @@ typedef enum _GL_SupportedExt {
...
@@ -3396,7 +3396,7 @@ typedef enum _GL_SupportedExt {
/****************************************************
/****************************************************
* #Defines
* #Defines
****************************************************/
****************************************************/
#define GL_EXT_FUNCS_GEN \
#define GL_EXT_FUNCS_GEN \
/** ARB Extensions **/
\
/** ARB Extensions **/
\
...
@@ -3809,7 +3809,7 @@ typedef BOOL (WINAPI * WINED3D_PFNWGLSETPIXELFORMATWINE) (HDC hdc, int iPixelFor
...
@@ -3809,7 +3809,7 @@ typedef BOOL (WINAPI * WINED3D_PFNWGLSETPIXELFORMATWINE) (HDC hdc, int iPixelFor
/****************************************************
/****************************************************
* Structures
* Structures
****************************************************/
****************************************************/
typedef
struct
{
typedef
struct
{
...
@@ -3840,7 +3840,7 @@ typedef struct _WineD3D_GL_Info {
...
@@ -3840,7 +3840,7 @@ typedef struct _WineD3D_GL_Info {
DWORD
driver_version_hipart
;
DWORD
driver_version_hipart
;
CHAR
gl_renderer
[
255
];
CHAR
gl_renderer
[
255
];
/**
/**
* CAPS Constants
* CAPS Constants
*/
*/
UINT
max_buffers
;
UINT
max_buffers
;
UINT
max_lights
;
UINT
max_lights
;
...
...
dlls/wined3d/wined3d_private.h
View file @
8899f341
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
#include "wined3d_private_types.h"
#include "wined3d_private_types.h"
#include "wine/wined3d_interface.h"
#include "wine/wined3d_interface.h"
#include "wine/wined3d_caps.h"
#include "wine/wined3d_caps.h"
#include "wine
/wine
d3d_gl.h"
#include "wined3d_gl.h"
#include "wine/list.h"
#include "wine/list.h"
/* Hash table functions */
/* Hash table functions */
...
...
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