summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/bitmap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* make rectangle work better with constexpr, change many things to use ↵ Vas Crabb2018-07-281-30/+30
| | | | designated getters/setters (nw)
* Make bitmaps movable, allowing them to be used in vectors and emplaced easily. Vas Crabb2016-12-151-36/+67
| | | | You're still responsible for ensuring you don't move a bitmap while a texture refers to it.
* More ie15 optimizations, nw. Also removes cache-line padding of dubious ↵ therealmogminer@gmail.com2016-10-231-21/+4
| | | | performance value in core bitmap class in favor of behavior of least surprise
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-37/+37
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-12/+12
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+456