index
:
pub/celeritas-core.git
master
vk
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
std
Age
Commit message (
Expand
)
Author
2024-06-07
add assert back that pool entry is at least as big as a pointer. add debug na...
Omniscient
2024-05-20
use pool allocator for other gpu backend entities
Omniscient
2024-05-17
pool tests and try get macro working
Omniscient
2024-05-17
starting on pool allocator
Omniscient
2024-05-04
finish swapchain creation
Omniscient
2024-05-03
create logical device
Omniscient
2024-04-28
start porting vulkan code to new RAL
omnisci3nce
2024-04-27
heightmap function signatures
omniscient
2024-04-27
expanding desired containers
omniscient
2024-04-21
Merge branch 'master' into cel-67-load-animation-data-from-gltf
Omniscient
2024-04-21
dont log arena padding
Omniscient
2024-04-05
close.
omniscient
2024-03-27
brainsforming refined layout for renderer
omniscient
2024-03-24
swapchain creation and main renderpass
omnisci3nce
2024-03-23
required extensions and validation layers
omnisci3nce
2024-03-17
fix a bug with dirname seg faulting when passed a string literal
Omniscient
2024-03-11
added a path_parent function to get path of a file
omniscient
2024-03-05
chore: format
Omniscient
2024-03-05
pass mesh and material darrays for happy path.
Omniscient
2024-03-05
loads and runs now (no visuals yet)
Omniscient
2024-03-05
get us running on Mac again with our vendored GLFW
omniscient
2024-03-05
Merge branch 'master' into cel-41-port-over-a-basic-3d-scene-example
omniscient
2024-03-05
add string.h include
omniscient
2024-03-06
chore: fmt
Omniscient
2024-03-05
why is it crashing on file loading now?
Omniscient
2024-02-26
update
segunkayode1
2024-02-26
string subview functions
segunkayode1
2024-02-25
Merge branch 'master' of github.com:omnisci3nce/celeritas-core
Omniscient
2024-02-25
disclaimer about some string apis not being unicode aware
Omniscient
2024-02-25
chore: format
Omniscient
2024-02-25
Merge branch 'cel-18-arena-allocator' into feature/some-string-utils
Omniscient
2024-02-25
add TODO for future arena resize fn
Omniscient
2024-02-25
chore: format
Omniscient
2024-02-25
add an arena reset to free everything
Omniscient
2024-02-25
new string function signatures just dropped
Omniscient
2024-02-25
add an arena allocator first impl
Omniscient
2024-02-24
repo init. partial port of existing code
Omniscient