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

Test comparison to base branch #1

Closed
wants to merge 4 commits into from
Closed

Conversation

geerlingguy
Copy link

Feeling cute, will close later...

Comment on lines +189 to +194
/*radeon_ring_write(ring,PACKET3(PACKET3_CP_DMA,4));
radeon_ring_write(ring,lower_32_bits(src_offset));
radeon_ring_write(ring,upper_32_bits(src_offset) & 0xFF);
radeon_ring_write(ring,lower_32_bits(dst_offset));
radeon_ring_write(ring,upper_32_bits(dst_offset) & 0xFF);
radeon_ring_write(ring,(cur_size_in_dw*4));*/
Copy link

@bernhardkaindl bernhardkaindl Apr 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could these disabled ring writes be the cause of Jeff's slightly garbled textures?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants