170 Commits (master)

Author SHA1 Message Date
mitchellhansen ec630a454d More bugfixing on the negative ray directions. Again having the forgetful while loop
7 years ago
mitchellhansen 91e5d1bcd6 Getting ever so closer to fully working oct rendering. Fixed a very very weird bug that caused either register corruption or messing with the program counter or whatever. Caused by the parent stack index not being populated for the root index. Weird
7 years ago
mitchellhansen c1e18ce17b Fixed small error in scale when doing the downward traversal step. For some reason OpenCL has decided to start completely skipping the downward traversal loop when the jump power is equal to 1/2 dimension. What the hell?
7 years ago
mitchellhansen 67ec7b7785 Traversal is finally able to render coherent images, lots of artifacting. Probably logic error with traversal as opposed to math error in intersection_t's
7 years ago
MitchellHansen 9ab0770bdb tweaking, fixed logic errors in the DFS vox function along with some traversal errors. Hunting down a driver crash that I somehow introduced
7 years ago
MitchellHansen 20f36d4eb1 lots of little tweaks, the cl is still completely broken, need to revert the oct position calc
7 years ago
MitchellHansen 8a1eb5e430 Running on windows, for some reason doesn't crash as well
7 years ago
mitchellhansen 24a97e47e1 hackily adding the event count to the graph
7 years ago
mitchellhansen 5a47d3bad4 Debugging of a mouse polling issue, refactored the graph thing and finished tweaking it, added a few profiles to the graph, so pretty
7 years ago
mitchellhansen 29612edd61 changed to c++ input args. Also, C++11 is the one true god
7 years ago
mitchellhansen 7679a5a938 modifying multilines to fit what I want it to do
7 years ago
mitchellhansen dd44955f33 Updated Imgui and ImguiSFML
7 years ago
mitchellhansen 33a8e3af8b working on a more versitile fps counter, but need to move to the newest imgui first
7 years ago
mitchellhansen d431352e8f Added display for settings buffer data
7 years ago
mitchellhansen 6464fceece Added enabling and disabling of the octree from the settings buffer
7 years ago
mitchellhansen d2bc5e483a The settings buffer is fully operational
7 years ago
mitchellhansen da461a0ee4 Removed the rest of the compiler warnings
7 years ago
mitchellhansen fb6557fba2 Cleaned up includes, fixed compiler warning
7 years ago
mitchellhansen bb8f87267b Fixed a segfault on shutdown
7 years ago
mitchellhansen c17d937ee5 Fixed the most common crash on exit, still one more hiding and crashing in libc
7 years ago
mitchell hansen d6bdcbdeca Leaving it compiling at least, CL seems to have broken at some point on my thinkpad
7 years ago
mitchellhansen 51be54c964 partway through some documentation and bug fixing
7 years ago
mitchellhansen 176d9f7a54 And also made the camera react to gravity, not fall through the floor
7 years ago
mitchellhansen c698711fdf Finally converted the camera lens to a proper frustrum, no more fish eye
7 years ago
mitchellhansen 2baabf5bc5 Holy hell, finally got this working with an R9 390 + Ubuntu.
7 years ago
MitchellHansen 36bf5697fa Tweaking, fixed a very old off by one bug on voxel gen
7 years ago
MitchellHansen 513a827645 Worked out a bit more of the traversal. Up to the point of assessing the situation with intersection_t updating
7 years ago
MitchellHansen 3f09515c0a Update video demo, tweaking my refactor of the maps. Working on downwards navigation in the oct traversal
7 years ago
MitchellHansen c35f867c76 Shuffling the map stuff around to make more sense structurally. Also shrunk the scope of the demos wayyyy down to facilitate easier debugging in my next planned steps
7 years ago
MitchellHansen 76189ef0b4 Optimizing, fixing things in the kernel. More oct work
7 years ago
MitchellHansen 8894d5e3a7 Still plucking away at the octree traversal
7 years ago
MitchellHansen b9c1bef7bc Fixed a small bug that was breaking the far ptr's
7 years ago
MitchellHansen 2519532172 committing in a broken state, we got problems with the far pointers. Acting as absolute when should be relative
7 years ago
MitchellHansen 787e308bcb Removed the demo movement, added fog, correctly this time!
7 years ago
MitchellHansen f733ca4aec 'Demo Mode' release
7 years ago
MitchellHansen c5c65474d6 ~10 FPS from moving some oct stuff to const, ~0.5 fps from adding a few more consts to initializers in the kernel
7 years ago
mitchellhansen 58ef1da02a Did this work?
7 years ago
mitchellhansen 2d2a854f0f This is going to require a major rewrite of every component of this program. Going to revert back to the linear game loop for now
7 years ago
MitchellHansen 5fcf1c0e44 working on the frame controller, this might get messy
7 years ago
MitchellHansen 4d6cecc7e0 Thinking about doing a simple scheduling system next. Perhaps tick tied to the step_size?
7 years ago
MitchellHansen 3ff6fb0b14 Adding a method of rendering GUI's that avoid the whole throwing raw
7 years ago
MitchellHansen ed250d1291 Octree works out to 128x128 as is, and performance seems very promising. Traversal or octree generation fixes will be next
7 years ago
MitchellHansen 305ef917e0 Thankfully it wasn't a problem with the data format, I was passing the
7 years ago
mitchell hansen 7c86c60f9f Added EGL linking and useage for the linux cl_khr_gl_sharing
7 years ago
MitchellHansen ebce781eb3 Got the octree data to the GPU and it's traversing it, but it having some corruption issues. Endianness???
7 years ago
MitchellHansen 3f19c2e13d Cleaned up some stray GL shit
7 years ago
MitchellHansen 7cc1b23799 Copy pasted main.cpp over into it's own class, hopefully in time will clean up some of this cruft
7 years ago
MitchellHansen 8c193acd40 quick save before the main.cpp refactor
7 years ago
MitchellHansen 0b42481020 More tweaking and refactoring
7 years ago
MitchellHansen e0cb26a9d1 More error checking, probably way more than I would ever need but oh well, it looks cool
7 years ago