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

Support vulkan on linux #2842

Merged
merged 5 commits into from Jun 8, 2017
Merged

Support vulkan on linux #2842

merged 5 commits into from Jun 8, 2017

Commits on Jun 8, 2017

  1. vulkan bringup on linux

    cleanup: drop unused stuff
    kd-11 committed Jun 8, 2017
    Copy the full SHA
    4884137 View commit details
    Browse the repository at this point in the history
  2. fixes to project files and build scripts

    cleanup
    kd-11 committed Jun 8, 2017
    Copy the full SHA
    c07e2f4 View commit details
    Browse the repository at this point in the history
  3. update vulkan and glslang submodules

    update vulkan.7z
    kd-11 committed Jun 8, 2017
    Copy the full SHA
    097d06d View commit details
    Browse the repository at this point in the history
  4. vk: API bug fixes - Improve spec conformity

    explicitly request anisotropic filtering and BC compression
    
    clean up a leaking framebuffer handle reference when using debug overlay
    
    Wait for device instead of queue to ensure no conflict during renderer shutdown
    
    Clip scissor regions when doing surface clears
    kd-11 committed Jun 8, 2017
    Copy the full SHA
    121fde6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cf76b05 View commit details
    Browse the repository at this point in the history