0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* replaced the thesis pdf with the official version
a2flo
as Florian Ziesche
More... about 8 years ago
* should link libfloor, not libfloord in release mode
a2flo
as Florian Ziesche
More... over 10 years ago
* explicitly add /usr/lib and /usr/local/lib lib dirs in the premake file
a2flo
as Florian Ziesche
More... over 10 years ago
* updated oclraster lib code according to latest floor changes * updated oclraster xcode project
a2flo
as Florian Ziesche
More... over 10 years ago
* updated premake file (actually add floor include path and links against floor)
a2flo
as Florian Ziesche
More... over 10 years ago
* updated premake.sh (use the sysctl output directly on osx/*bsd to get the number of logical processors)
a2flo
as Florian Ziesche
More... over 10 years ago
* updated README (added floor dependency note, updated credits)
a2flo
as Florian Ziesche
More... over 10 years ago
* updated README
a2flo
as Florian Ziesche
More... over 10 years ago
* added (wip) double/triple/*-buffering support (the default "framebuffer" is now a vector containing one or more framebuffer objects that will be used in a "ping-pong"/modulo way); in the future, there will be a separate thread/process/opengl-context that will handle the framebuffer swap (read data from the opencl buffer, write it to an opengl texture and finally display it), which should give a good performance improvement * note: on certain implementations and hardware setups this might already give a 2x performance improvement when using double buffering
a2flo
as Florian Ziesche
More... over 10 years ago
* fixed permissions ...
a2flo
as Florian Ziesche
More... over 10 years ago
* use opengl 3.2/4.1 core on os x * updated xcode project
a2flo
as Florian Ziesche
More... over 10 years ago
* updated/migrated the remaining samples (oclr_rtt, oclr_ui, oclr_gl_cmp)
a2flo
as Florian Ziesche
More... over 10 years ago
* updated the oclr_volume sample
a2flo
as Florian Ziesche
More... over 10 years ago
* restored cuda support * renamed cuda headers from oclr_* to floor_* * use FLOOR_FUNC instead of OCLRASTER_FUNC in cuda headers * updated cuda header generator to use "floor names" instead of "oclraster names"
a2flo
as Florian Ziesche
More... over 10 years ago
* renamed cuda headers from oclr_* to floor_*
a2flo
as Florian Ziesche
More... over 10 years ago
* cuda headers: *.h -> *.hpp changes * updated oclr_simple sample * fixed header includes in opencl source files/templates in oclraster
a2flo
as Florian Ziesche
More... over 10 years ago
* adjusted oclraster and oclraster_support source files for *.h -> *.hpp changes * migrated oclraster_support to floor
a2flo
as Florian Ziesche
More... over 10 years ago
* renamed all c++ headers from *.h -> *.hpp (all remaining .h files are c headers)
a2flo
as Florian Ziesche
More... over 10 years ago
* updated config according to latest floor changes (this doesn't mean that stereo actually works)
a2flo
as Florian Ziesche
More... over 10 years ago
* fixed premake.sh permissions
a2flo
as Florian Ziesche
More... over 10 years ago
* added noexcept to all move constructors/assignments * moved oclraster specific start_draw code from floor to oclraster * small typo in premake.sh
a2flo
as Florian Ziesche
More... over 10 years ago
* updated config according to latest floor changes * renamed build_version.h -> build_version.hpp and updated build_version script
a2flo
as Florian Ziesche
More... over 10 years ago
* final floor migration (part 9), added kernel reload event handler + correct framebuffer swapping * version bump to 0.0.6-d1
a2flo
as Florian Ziesche
More... over 10 years ago
* removed "a2elight" note from the README, this will soon be replaced by "floor" specific instructions/notes
a2flo
as Florian Ziesche
More... over 10 years ago
* floor migration (part 8), updated/renamed some defines
a2flo
as Florian Ziesche
More... over 10 years ago
* floor migration (part 7), print out oclraster version + updated config
a2flo
as Florian Ziesche
More... over 10 years ago
* floor migration (part 6), migrated oclr_simple + updated xcode projects
a2flo
as Florian Ziesche
More... over 10 years ago
* floor migration (part 5), image format mapping and global opencl defines
a2flo
as Florian Ziesche
More... over 10 years ago
* floor migration (part 4)
a2flo
as Florian Ziesche
More... over 10 years ago
* floor migration (part 3)
a2flo
as Florian Ziesche
More... over 10 years ago