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

Modules API #714

Open
wants to merge 20 commits into
base: vulkan
Choose a base branch
from
Open

Modules API #714

wants to merge 20 commits into from

Commits on Dec 18, 2023

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

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    1526bc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d52d44e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d7535c View commit details
    Browse the repository at this point in the history
  4. rt: try to clear temporal buffers on discontinuities once more

    Found out that it wasn't really clearing anything.
    Now it does call clear, but still there are temporal denoising
    artifacts. The issue remains elusive.
    
    Related: w23#661
    w23 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    239d7bc View commit details
    Browse the repository at this point in the history
  5. vk: update overall agenda a bit

    w23 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e33185c View commit details
    Browse the repository at this point in the history
  6. vk: modules: integrate textures module as an example

    Also make a way to signal the module whether the shutdown was forced
    or manual.
    nilsonragee committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    2f4aaec View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Merge pull request w23#715 from w23/stream-E350

    Stuff done during stream E350
    
    - [x] Restore skybox reflection
    - [x] Improve skybox log messages
    w23 authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c3d4d0f View commit details
    Browse the repository at this point in the history
  2. Merge pull request w23#713 from 0x4E69676874466F78/rad&patches

    Update patches
    
    Fix texture coordinates for monitors (c1a0, c1a1f)
    w23 authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4b60581 View commit details
    Browse the repository at this point in the history
  3. Add new rad files

    0x4E69676874466F78 authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0a6b40e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c60d851 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Merge pull request w23#717 from Aty-0/bluenoise-micro-fix

    Fix traditional render tries to load bluenoise, w23#710
    w23 authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    57fcd5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request w23#716 from 0x4E69676874466F78/rad&patches

    Add new rad files
    add c2a5a.rad c2a5d.rad c2a5e.rad
    w23 authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    59f7d26 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    2fe88ac View commit details
    Browse the repository at this point in the history
  2. vk: modules: integrate textures module as an example

    Also make a way to signal the module whether the shutdown was forced
    or manual.
    nilsonragee committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b989288 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6a0e75 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    99d3fc5 View commit details
    Browse the repository at this point in the history
  2. vk: modules: fix minor bugs

    Pass name of the module instead of the module itself in print args.
    Forward declare `cl_entity_s` inside `camera.h`.
    nilsonragee committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    725b1a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b88415d View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

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