Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
0cf44ae0
Commit
0cf44ae0
authored
Jan 03, 2010
by
Gerald Pfeifer
Committed by
Alexandre Julliard
Jan 04, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Introduce WINED3DFMT_INST and use it in CheckTextureCapability().
parent
a55399f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
directx.c
dlls/wined3d/directx.c
+1
-1
wined3d.idl
include/wine/wined3d.idl
+1
-0
No files found.
dlls/wined3d/directx.c
View file @
0cf44ae0
...
...
@@ -3124,7 +3124,7 @@ static BOOL CheckTextureCapability(struct wined3d_adapter *adapter,
*
* With Shader Model 3.0 capable cards Instancing 'just works' in Windows.
*/
case
WINE
MAKEFOURCC
(
'I'
,
'N'
,
'S'
,
'T'
)
:
case
WINE
D3DFMT_INST
:
TRACE
(
"ATI Instancing check hack
\n
"
);
if
(
gl_info
->
supported
[
ARB_VERTEX_PROGRAM
]
||
gl_info
->
supported
[
ARB_VERTEX_SHADER
])
{
...
...
include/wine/wined3d.idl
View file @
0cf44ae0
...
...
@@ -266,6 +266,7 @@ typedef enum _WINED3DFORMAT
WINED3DFMT_G8R8_G8B8
=
0
x42475247
,
/*
GRGB
*/
WINED3DFMT_R8G8_B8G8
=
0
x47424752
,
/*
RGBG
*/
WINED3DFMT_ATI2N
=
0
x32495441
,
/*
ATI2
*/
WINED3DFMT_INST
=
0
x54534e49
,
/*
INST
*/
WINED3DFMT_NVHU
=
0
x5548564e
,
/*
NVHU
*/
WINED3DFMT_NVHS
=
0
x5348564e
,
/*
NVHS
*/
...
...
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