summaryrefslogtreecommitdiff
path: root/lib/glAllocator.cpp
Commit message (Collapse)AuthorAge
* glAllocator revampHEADmainDan Goodliffe13 hours
Remove the map of buffers, now a fat pointer containing the buffer's name. This is accessible via the container's begin/end iterator. Move the bulk of the logic out of the template, it's mostly void * from the mapping anyway. Add allocate_at_least support.