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

softgpu: Apply optimizations to states generically #16486

Merged
merged 6 commits into from
Dec 3, 2022

Commits on Dec 3, 2022

  1. Configuration menu
    Copy the full SHA
    778a048 View commit details
    Browse the repository at this point in the history
  2. softgpu: Force shading flag off in clearMode.

    Probably fixes a line shading bug, and clearer anyway.
    unknownbrackets committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    a04b7cf View commit details
    Browse the repository at this point in the history
  3. softgpu: Calc flags on state as we queue verts.

    Might be some other ways, like doing this directly in a vertex reader.
    Also am thinking about doing things regarding UVs or positions.
    
    Flags not yet used, keeping separate for perf checks.
    unknownbrackets committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    6bd0eec View commit details
    Browse the repository at this point in the history
  4. softgpu: Apply optimizations to states generically.

    This is for optimizations we can only do when we know the vertex values.
    unknownbrackets committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    4d92533 View commit details
    Browse the repository at this point in the history
  5. softgpu: Cleanup reapply logic.

    This makes more sense to read.
    unknownbrackets committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    0c42e45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    204789a View commit details
    Browse the repository at this point in the history