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

Free functions for texturing, point clouds, and trace #1852

Open
wants to merge 46 commits into
base: main
Choose a base branch
from

Commits on Aug 23, 2024

  1. Free functions for texturing, point clouds, and trace

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b847fc6 View commit details
    Browse the repository at this point in the history
  2. fix formatting

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b531d4c View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ec27f00 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    139df54 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    02f50ba View commit details
    Browse the repository at this point in the history
  6. Fix typo

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f38b85c View commit details
    Browse the repository at this point in the history
  7. Fix formatting

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    529bf2d View commit details
    Browse the repository at this point in the history
  8. Match function signatures.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9f2fbb8 View commit details
    Browse the repository at this point in the history
  9. Fix formatting

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1b1ffc1 View commit details
    Browse the repository at this point in the history
  10. Fix typo

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1f28de8 View commit details
    Browse the repository at this point in the history
  11. Add const

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d77fb21 View commit details
    Browse the repository at this point in the history
  12. Match function signatures.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    90bb7e2 View commit details
    Browse the repository at this point in the history
  13. Fix formatting

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    37b1903 View commit details
    Browse the repository at this point in the history
  14. Guard CPU only code.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c4ee98d View commit details
    Browse the repository at this point in the history
  15. Fix typo

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    26f5fe1 View commit details
    Browse the repository at this point in the history
  16. Guard CPU only code.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e82a6d9 View commit details
    Browse the repository at this point in the history
  17. Fix formatting

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    788cf68 View commit details
    Browse the repository at this point in the history
  18. Guard CPU only code.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    645622c View commit details
    Browse the repository at this point in the history
  19. Fix typo

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b23ff35 View commit details
    Browse the repository at this point in the history
  20. Fix typo

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3e9e67d View commit details
    Browse the repository at this point in the history
  21. Add GPU compatibility

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5742138 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Match function signatures.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    369fcef View commit details
    Browse the repository at this point in the history
  2. Match function signatures.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a9e79bb View commit details
    Browse the repository at this point in the history
  3. Match function signatures.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e36170c View commit details
    Browse the repository at this point in the history
  4. Add host/device markers.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1be773d View commit details
    Browse the repository at this point in the history
  5. Replace va_args with alloca.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3198006 View commit details
    Browse the repository at this point in the history
  6. Fix indexing.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    56153f2 View commit details
    Browse the repository at this point in the history
  7. Replace CUDACC with CUDA_ARCH.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    36799d9 View commit details
    Browse the repository at this point in the history
  8. Add testshade fallback functions.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    37cbf11 View commit details
    Browse the repository at this point in the history
  9. Fix formatting

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b8eed2d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a8fdf5f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Support conditional color transform id member.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    beb2228 View commit details
    Browse the repository at this point in the history
  2. Init envlayout member.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    07eff58 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Fix uninitialized member.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6c55e67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05464fa View commit details
    Browse the repository at this point in the history
  3. Use ustringhash_pod instead of void*.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1d7c8fe View commit details
    Browse the repository at this point in the history
  4. Fix typos.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b87e74f View commit details
    Browse the repository at this point in the history
  5. Fix formatting.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d5c33de View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Disable pointcloud stats.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    bcb7bfd View commit details
    Browse the repository at this point in the history
  2. Make pointcloud stats atomic.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2f19026 View commit details
    Browse the repository at this point in the history
  3. Use OIIO namespace.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d353250 View commit details
    Browse the repository at this point in the history
  4. Change pointcloud index type to int.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1d50aed View commit details
    Browse the repository at this point in the history
  5. Fix formatting.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d16e513 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Cleanup.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    86c70f7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into texture_free_function

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    158a220 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Address PR feedback.

    Signed-off-by: Curtis Black <[email protected]>
    curtisblack committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f573587 View commit details
    Browse the repository at this point in the history