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
c6af1f5c
Commit
c6af1f5c
authored
Sep 16, 2009
by
Matteo Bruni
Committed by
Alexandre Julliard
Oct 27, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9: Add D3DXAssembleShader tests.
parent
76e00905
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
0 deletions
+8
-0
Makefile.in
dlls/d3dx9_36/tests/Makefile.in
+1
-0
asm.c
dlls/d3dx9_36/tests/asm.c
+0
-0
res.vsh
dlls/d3dx9_36/tests/res.vsh
+2
-0
resources.h
dlls/d3dx9_36/tests/resources.h
+2
-0
rsrc.rc
dlls/d3dx9_36/tests/rsrc.rc
+3
-0
No files found.
dlls/d3dx9_36/tests/Makefile.in
View file @
c6af1f5c
...
...
@@ -6,6 +6,7 @@ TESTDLL = d3dx9_36.dll
IMPORTS
=
d3dx9 d3d9 user32 gdi32 kernel32
CTESTS
=
\
asm.c
\
core.c
\
math.c
\
mesh.c
\
...
...
dlls/d3dx9_36/tests/asm.c
0 → 100644
View file @
c6af1f5c
This diff is collapsed.
Click to expand it.
dlls/d3dx9_36/tests/res.vsh
0 → 100644
View file @
c6af1f5c
#define REGISTER r0
vs.1.1
dlls/d3dx9_36/tests/resources.h
View file @
c6af1f5c
...
...
@@ -23,4 +23,6 @@
#define IDD_BITMAPDATA_1x1 11
#define IDS_STRING 12
#define IDB_ASMSHADER 20
#endif
/* __WINE_D3DX9_36_TEST_RESOURCES_H */
dlls/d3dx9_36/tests/rsrc.rc
View file @
c6af1f5c
...
...
@@ -26,3 +26,6 @@ STRINGTABLE
/* @makedep: bmp1x1.bmp */
IDB_BITMAP_1x1 BITMAP bmp1x1.bmp
IDD_BITMAPDATA_1x1 RCDATA bmp1x1.bmp
/* @makedep: res.vsh */
IDB_ASMSHADER RCDATA res.vsh
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