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
2dc451e1
Commit
2dc451e1
authored
Jul 17, 2006
by
Christian Costa
Committed by
Alexandre Julliard
Jul 18, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Readd missing copyright to shaders files.
parent
95ac88cc
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
1 deletion
+4
-1
arb_program_shader.c
dlls/wined3d/arb_program_shader.c
+1
-0
baseshader.c
dlls/wined3d/baseshader.c
+1
-0
pixelshader.c
dlls/wined3d/pixelshader.c
+1
-0
surface.c
dlls/wined3d/surface.c
+0
-1
vertexshader.c
dlls/wined3d/vertexshader.c
+1
-0
No files found.
dlls/wined3d/arb_program_shader.c
View file @
2dc451e1
...
...
@@ -4,6 +4,7 @@
*
* Copyright 2002-2003 Jason Edmeades
* Copyright 2002-2003 Raphael Junqueira
* Copyright 2004 Christian Costa
* Copyright 2005 Oliver Stieber
* Copyright 2006 Ivan Gyurdiev
* Copyright 2006 Jason Green
...
...
dlls/wined3d/baseshader.c
View file @
2dc451e1
...
...
@@ -3,6 +3,7 @@
*
* Copyright 2002-2003 Jason Edmeades
* Copyright 2002-2003 Raphael Junqueira
* Copyright 2004 Christian Costa
* Copyright 2005 Oliver Stieber
* Copyright 2006 Ivan Gyurdiev
*
...
...
dlls/wined3d/pixelshader.c
View file @
2dc451e1
...
...
@@ -3,6 +3,7 @@
*
* Copyright 2002-2003 Jason Edmeades
* Copyright 2002-2003 Raphael Junqueira
* Copyright 2004 Christian Costa
* Copyright 2005 Oliver Stieber
* Copyright 2006 Ivan Gyurdiev
*
...
...
dlls/wined3d/surface.c
View file @
2dc451e1
...
...
@@ -1098,7 +1098,6 @@ HRESULT WINAPI IWineD3DSurfaceImpl_GetDC(IWineD3DSurface *iface, HDC *pHDC) {
b_info
->
bmiHeader
.
biPlanes
=
1
;
b_info
->
bmiHeader
.
biBitCount
=
This
->
bytesPerPixel
*
8
;
b_info
->
bmiHeader
.
biXPelsPerMeter
=
0
;
b_info
->
bmiHeader
.
biYPelsPerMeter
=
0
;
b_info
->
bmiHeader
.
biClrUsed
=
0
;
...
...
dlls/wined3d/vertexshader.c
View file @
2dc451e1
...
...
@@ -3,6 +3,7 @@
*
* Copyright 2002-2003 Jason Edmeades
* Copyright 2002-2003 Raphael Junqueira
* Copyright 2004 Christian Costa
* Copyright 2005 Oliver Stieber
* Copyright 2006 Ivan Gyurdiev
*
...
...
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