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

Rendering pipeline #33

Closed
wants to merge 32 commits into from
Closed

Rendering pipeline #33

wants to merge 32 commits into from

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    64bed93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a084e08 View commit details
    Browse the repository at this point in the history
  3. Added some logging

    Rinzii committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    008b0ed View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Merge branch 'main' into vk

    Rinzii committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    db607d8 View commit details
    Browse the repository at this point in the history
  2. more work being done

    Rinzii committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    8770fb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    a63a314 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. add devices

    Rinzii committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    fcdce75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1801250 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. more work to go

    Rinzii committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    042aa93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d24ef94 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Merge remote-tracking branch 'origin/main' into vk

    # Conflicts:
    #	editor/src/main.cpp
    #	engine/header_list.cmake
    Rinzii committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    85be9a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42b9a54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd938b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89bf599 View commit details
    Browse the repository at this point in the history
  5. Minor cleaning on main

    Rinzii committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    86d1e1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    394e6ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19db378 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb8c71b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #35 from Rinzii/main

    main merge
    Rinzii authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6172b0e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c8ef864 View commit details
    Browse the repository at this point in the history
  11. Remove old headers

    Rinzii committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    708f270 View commit details
    Browse the repository at this point in the history
  12. Update vulkan hpp to 1.3.260

    Rinzii committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    57013eb View commit details
    Browse the repository at this point in the history
  13. Refresh

    Rinzii committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    53fe1d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    7f25ce0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23142cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bbb328 View commit details
    Browse the repository at this point in the history
  4. Fix small typo

    Rinzii committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    454c7a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a13d01e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into vk

    Rinzii authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    cbab7ba View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Need to pull this

    Rinzii committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b6da942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c7303d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Vulkan instance creation (#37)

    * Begin cleanup of vk
    
    * Allow logging in release builds
    
    * Clean up layout
    
    * Clean up layout
    
    * CleaFix issue with extensions
    
    * remove old header
    
    * fix missing conditional compilation
    
    * Add missing include
    
    * Add missing include
    
    * Minor clean up
    
    * formatting
    
    * make windowing more safe
    
    * clean up the pipeline as it'ss not as relevant yet
    
    * Improve safety of devices and make things cleaner
    
    * Cleanup includes
    
    * More cleanup
    
    * Auto-format and gitignore changes.
    
    * Add log category to formatted output.
    
    * Put logger and application inside of the try catch
    
    * Use Delete struct with unique_ptr over shared_ptr approach
    
    * Use system/win32/windowsHeader.hpp.
    
    * Incorrect ordering of includes
    
    * Address code review
    
    * Remove app based validation layers
    
    * Completely remove all validation layers
    
    * Redo api layout for title
    
    * Small cleanup
    
    * Minor cleanups
    
    ---------
    
    Co-authored-by: Karn Kaul <[email protected]>
    Rinzii and karnkaul authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8e80e62 View commit details
    Browse the repository at this point in the history