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
0f161dc1
Commit
0f161dc1
authored
Aug 05, 2009
by
Henri Verbeet
Committed by
Alexandre Julliard
Aug 05, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Remove some unused code.
parent
5b90101e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
wined3d_private.h
dlls/wined3d/wined3d_private.h
+0
-13
No files found.
dlls/wined3d/wined3d_private.h
View file @
0f161dc1
...
...
@@ -181,9 +181,6 @@ const struct min_lookup minMipLookup_noFilter[WINED3DTEXF_ANISOTROPIC + 1];
const
GLenum
magLookup
[
WINED3DTEXF_ANISOTROPIC
+
1
];
const
GLenum
magLookup_noFilter
[
WINED3DTEXF_ANISOTROPIC
+
1
];
extern
const
struct
filter_lookup
filter_lookup_nofilter
;
extern
struct
filter_lookup
filter_lookup
;
/* float_16_to_32() and float_32_to_16() (see implementation in
* surface_base.c) convert 16 bit floats in the FLOAT16 data type
* to standard C floats and vice versa. They do not depend on the encoding
...
...
@@ -1474,12 +1471,6 @@ extern const IWineD3DVtbl IWineD3D_Vtbl;
BOOL
InitAdapters
(
IWineD3DImpl
*
This
);
/* TODO: setup some flags in the registry to enable, disable pbuffer support
(since it will break quite a few things until contexts are managed properly!) */
extern
BOOL
pbuffer_support
;
/* allocate one pbuffer per surface */
extern
BOOL
pbuffer_per_surface
;
/* A helper function that dumps a resource list */
void
dumpResources
(
struct
list
*
list
);
...
...
@@ -1794,10 +1785,6 @@ HRESULT basetexture_set_autogen_filter_type(IWineD3DBaseTexture *iface, WINED3DT
BOOL
basetexture_set_dirty
(
IWineD3DBaseTexture
*
iface
,
BOOL
dirty
);
DWORD
basetexture_set_lod
(
IWineD3DBaseTexture
*
iface
,
DWORD
new_lod
);
void
basetexture_unload
(
IWineD3DBaseTexture
*
iface
);
static
inline
void
basetexture_setsrgbcache
(
IWineD3DBaseTexture
*
iface
,
BOOL
srgb
)
{
IWineD3DBaseTextureImpl
*
This
=
(
IWineD3DBaseTextureImpl
*
)
iface
;
This
->
baseTexture
.
is_srgb
=
srgb
;
}
/*****************************************************************************
* IWineD3DTexture implementation structure (extends IWineD3DBaseTextureImpl)
...
...
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