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

Make CpuWriteGpuReadBelt texture copies easier/less error prone #1689

Merged
merged 3 commits into from
Mar 27, 2023

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented Mar 23, 2023

And has a much stronger debug check.
In fact it found a bug (kinda) where we wrote undetermined color data in our point cloud renderer for the requried padding. (not a big deal, but we should be safe and never write "random" data to the gpu unless we think the perf is worth the risks)

Checklist

@Wumpf Wumpf changed the title CpuWriteGpuReadBelt makes texture copies now easier Make CpuWriteGpuReadBelt texture copie easier Mar 23, 2023
@Wumpf Wumpf changed the title Make CpuWriteGpuReadBelt texture copie easier Make CpuWriteGpuReadBelt texture copies easier/less error prone Mar 23, 2023
@Wumpf Wumpf added the 🔺 re_renderer affects re_renderer itself label Mar 23, 2023
@Wumpf Wumpf force-pushed the andreas/re_renderer/nicer-texture-copies branch 2 times, most recently from 6d9ee89 to fd033ec Compare March 23, 2023 16:16
@Wumpf Wumpf marked this pull request as ready for review March 23, 2023 16:19
@teh-cmc teh-cmc requested a review from emilk March 24, 2023 08:07
@teh-cmc
Copy link
Member

teh-cmc commented Mar 24, 2023

I have no idea why this says I asked a review from Emil btw
image

@emilk emilk removed their request for review March 25, 2023 16:13
Base automatically changed from andreas/re_renderer/gpuwritecpureadbelt to main March 27, 2023 08:37
@Wumpf Wumpf force-pushed the andreas/re_renderer/nicer-texture-copies branch from fd033ec to 2315a7e Compare March 27, 2023 08:56
@Wumpf Wumpf merged commit 3390626 into main Mar 27, 2023
@Wumpf Wumpf deleted the andreas/re_renderer/nicer-texture-copies branch March 27, 2023 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔺 re_renderer affects re_renderer itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants