Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G glow-extras
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glow
  • glow-extras
  • Merge requests
  • !4

Pipeline Rewrite

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jonathan Kunstwald requested to merge feature/add-clustered-forward-pipeline into master Dec 19, 2018
  • Overview 0
  • Commits 276
  • Pipelines 0
  • Changes 107

Pipeline

  • Add new clustered forward rendering pipeline
    • Z-Pre pass
    • Cascaded Shadow Maps
    • CPU light clustering
    • Order-independent Transparency
    • Point, Sphere and Tube Lights
    • SSAO algorithm (Scalable Ambient Obscurance)
    • Temporal Anti-Aliasing
    • HDR, Bloom and Postprocessing
  • Integrate into GlfwApp
  • Expand material
    • Add IBL shader helper
    • Increase default BRDF LUT size

Other

  • Add DebugOverlay
    • On-screen ImGui OpenGL error log
    • Replaces default glow terminal output to make logging more readable for other things like Shader compilation
    • Integrated into GlfwApp, on by default
  • Add shader embedding
    • Can be enabled with a CMake Option
    • Active for pipeline and material
    • Requires no further adjustments to usage
  • Delete old pipeline
    • Remove debugging dependency on it
    • Remove from GlfwApp
  • Add FOV getters to CameraBase and derivatives
  • GlfwApp
    • Perform default camera handling update with variable timestep
    • Add optional ImGui pipeline scene configuration window

Misc

  • Fix __FILE__ usage on MSVC
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/add-clustered-forward-pipeline