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
ce4d0331
Commit
ce4d0331
authored
Dec 09, 2008
by
Henri Verbeet
Committed by
Alexandre Julliard
Dec 09, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Fix some spelling errors.
parent
50a87e23
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
arb_program_shader.c
dlls/wined3d/arb_program_shader.c
+2
-2
vertexbuffer.c
dlls/wined3d/vertexbuffer.c
+1
-1
No files found.
dlls/wined3d/arb_program_shader.c
View file @
ce4d0331
...
...
@@ -3402,7 +3402,7 @@ static BOOL gen_yv12_read(SHADER_BUFFER *buffer, GLenum textype, char *luminance
shader_addline
(
buffer
,
"MIN texcrd.y, temp.y, texcrd.y;
\n
"
);
shader_addline
(
buffer
,
"TEX luminance, texcrd, texture[0], %s;
\n
"
,
tex
);
}
else
{
/* Reading from texture_rectangles is pretty str
e
ightforward, just use the unmodified
/* Reading from texture_rectangles is pretty str
a
ightforward, just use the unmodified
* texture coordinate. It is still a good idea to clamp it though, since the opengl texture
* is bigger
*/
...
...
@@ -3446,7 +3446,7 @@ static GLuint gen_yuv_shader(IWineD3DDeviceImpl *device, enum yuv_fixup yuv_fixu
* contains the luminance and alpha the chroma. With UYVY it is vice versa. Thus
* take the format into account when generating the read swizzles
*
* Reading the Y value is str
e
ightforward - just sample the texture. The hardware
* Reading the Y value is str
a
ightforward - just sample the texture. The hardware
* takes care of filtering in the horizontal and vertical direction.
*
* Reading the U and V values is harder. We have to avoid filtering horizontally,
...
...
dlls/wined3d/vertexbuffer.c
View file @
ce4d0331
...
...
@@ -328,7 +328,7 @@ static inline BOOL IWineD3DVertexBufferImpl_FindDecl(IWineD3DVertexBufferImpl *T
* depend on the semantic as well, for example a FLOAT4 texcoord needs no conversion while a FLOAT4 positiont needs one
*/
if
(
use_vs
(
device
))
{
TRACE
(
"v
hs
ader
\n
"
);
TRACE
(
"v
sh
ader
\n
"
);
/* If the current vertex declaration is marked for no half float conversion don't bother to
* analyse the strided streams in depth, just set them up for no conversion. Return decl changed
* if we used conversion before
...
...
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