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
9d8c6326
Commit
9d8c6326
authored
Jan 09, 2009
by
Henri Verbeet
Committed by
Alexandre Julliard
Jan 09, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Remove stray tabs.
parent
ac914262
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1 addition
and
4 deletions
+1
-4
basetexture.c
dlls/wined3d/basetexture.c
+0
-1
device.c
dlls/wined3d/device.c
+0
-1
directx.c
dlls/wined3d/directx.c
+1
-2
drawprim.c
dlls/wined3d/drawprim.c
+0
-0
palette.c
dlls/wined3d/palette.c
+0
-0
surface.c
dlls/wined3d/surface.c
+0
-0
surface_gdi.c
dlls/wined3d/surface_gdi.c
+0
-0
No files found.
dlls/wined3d/basetexture.c
View file @
9d8c6326
...
...
@@ -249,7 +249,6 @@ HRESULT basetexture_bind(IWineD3DBaseTexture *iface)
glTexParameteri
(
textureDimensions
,
GL_TEXTURE_WRAP_R
,
GL_CLAMP_TO_EDGE
);
}
}
}
else
{
/* this only happened if we've run out of openGL textures */
WARN
(
"This texture doesn't have an openGL texture assigned to it
\n
"
);
hr
=
WINED3DERR_INVALIDCALL
;
...
...
dlls/wined3d/device.c
View file @
9d8c6326
...
...
@@ -1954,7 +1954,6 @@ static HRESULT WINAPI IWineD3DDeviceImpl_CreatePalette(IWineD3DDevice *iface, DW
object
->
parent
=
Parent
;
object
->
wineD3DDevice
=
This
;
object
->
palNumEntries
=
IWineD3DPaletteImpl_Size
(
Flags
);
object
->
hpal
=
CreatePalette
((
const
LOGPALETTE
*
)
&
(
object
->
palVersion
));
if
(
!
object
->
hpal
)
{
...
...
dlls/wined3d/directx.c
View file @
9d8c6326
...
...
@@ -520,8 +520,7 @@ static BOOL IWineD3DImpl_FillGLCaps(WineD3D_GL_Info *gl_info) {
ENTER_GL
();
gl_string
=
(
const
char
*
)
glGetString
(
GL_RENDERER
);
if
(
NULL
==
gl_string
)
gl_string
=
"None"
;
if
(
!
gl_string
)
gl_string
=
"None"
;
strcpy
(
gl_info
->
gl_renderer
,
gl_string
);
gl_string
=
(
const
char
*
)
glGetString
(
GL_VENDOR
);
...
...
dlls/wined3d/drawprim.c
View file @
9d8c6326
dlls/wined3d/palette.c
View file @
9d8c6326
dlls/wined3d/surface.c
View file @
9d8c6326
dlls/wined3d/surface_gdi.c
View file @
9d8c6326
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