Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zfreeze: fix 2-component positions #2474

Merged
merged 1 commit into from May 31, 2015
Merged

zfreeze: fix 2-component positions #2474

merged 1 commit into from May 31, 2015

Conversation

Tilka
Copy link
Member

@Tilka Tilka commented May 28, 2015

No description provided.

@degasus
Copy link
Member

degasus commented May 28, 2015

LGTM

@@ -299,13 +302,16 @@ void VertexManager::CalculateZSlope(NativeVertexFormat* format)
// is enabled in the following flush.
for (unsigned int i = 0; i < 3; ++i)
{
u8* vtx_ptr = s_pCurBufferPointer - vert_decl.stride * (3 - i);
u8* vtx_ptr = s_pCurBufferPointer - vert_decl.stride * (3 - i) + vert_decl.position.offset;

This comment was marked as off-topic.

@Tilka Tilka changed the title zfreeze: fix input data zfreeze: fix 2-component positions May 29, 2015
Tilka added a commit that referenced this pull request May 31, 2015
zfreeze: fix 2-component positions
@Tilka Tilka merged commit a806feb into dolphin-emu:master May 31, 2015
@Tilka Tilka deleted the zfreeze branch May 31, 2015 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants