ipdf/code.git
2014-06-19 David GowFix the missing bit of GPU béziers.
2014-06-18 David GowBéziers on the GPU.
2014-06-18 Sam MooreThe Béziers are quadratic not cubic...
2014-06-18 Sam MooreBéziers
2014-06-17 Sam MoorePerformance graphs!
2014-06-17 Sam MoorePython script for plotting data using Gnuplot
2014-06-17 Sam MooreBugfixes for CPU rendering
2014-06-17 David GowFix RenderPixels, CPU rendering "works"
2014-06-16 Sam MooreImplemented CPU rendering for current ObjectTypes
2014-06-16 Sam MooreRefactor Rendering of Objects (prepare for CPU rendering)
2014-06-16 David GowThe magic RenderPixels function.
2014-06-16 Sam MooreGLSL Shaders -> Files (instead of #define)
2014-06-05 David GowWork around a bug in the Intel driver
2014-06-05 David GowCircles (ellipses) have been added (filled only)
2014-06-04 David GowMinor perf improvement on nVidia
2014-06-01 David GowFix an intel LG warning by orphaning text memory
2014-06-01 David GowNo more pointer arithmetic in GL/use geom shaders
2014-05-31 David GowMaybe make some GL code easier to understand
2014-05-26 David GowUpdated upstream stb_truetype with warning fix
2014-05-25 David GowFix all of the warnings, re-enable -Werror, etc.
2014-05-09 Sam MooreFix the Floating Point
2014-05-08 Sam MooreTests: MakeBitmap -> PointsToBitmap in its own header
2014-05-08 Sam MooreTester for Beziers
2014-05-01 Sam MooreTest from one of Kahan's articles
2014-05-01 Sam MooreTester from some lecture notes by Kahan
2014-04-30 Sam MooreMerge branch 'master' of git.ucc.asn.au:/ipdf/code
2014-04-30 Sam MooreTester for loading document in XML format
2014-04-30 Sam MooreAdd pugixml-1.4 to contrib
2014-04-27 David GowAdd GPU performance queries.
2014-04-27 David GowOpenGL 3.1 core profile support.
2014-04-25 Sam MooreTest representations of floats working*
2014-04-23 Sam MooreYeah it's broken
2014-04-23 Sam MooreChange float representations to be more IEEE-ish
2014-04-22 Sam MooreTester for exploring the mapping of a float to a real
2014-04-22 Sam MooreTester based on Handbook of Floating-Point Arithmetic 1.1
2014-04-22 David GowHideously useless buffer perf optimization.
2014-04-22 Sam MooreFix Makefile
2014-04-22 David GowHorrible debug font bufferification. (Sorry)
2014-04-22 David GowDon't re-render the display if nothing has changed
2014-04-22 David GowSlightly less broken GraphicsBuffer implementation.
2014-04-21 Sam MooreReal that uses Fast2Sum for addition
2014-04-21 Sam MooreAbility to define Real as long double
2014-04-21 Sam MooreRemove DebugDumpObjects call
2014-04-21 David GowStore everything in a VBO, making things faster.
2014-04-21 David GowMerge branch 'master' of git.ucc.asn.au:ipdf/code
2014-04-20 David GowSupport doing coordinate transforms on the CPU
2014-04-19 David GowHacky debug font system, performance counter.
2014-04-17 Sam MooreAllow setting type of Real at compilation time
2014-04-17 Sam MooreMerge branch 'master' of git.ucc.asn.au:/ipdf/code
2014-04-17 Sam MooreFix Screen::ScreenShot
2014-04-17 David GowBunch-a-bugfixes!
2014-04-17 Sam MooreFix colour in ScreenShot
2014-04-17 David GowMerge branch 'master' of git.ucc.asn.au:ipdf/code
2014-04-16 Sam MooreCan render a BMP but things are still going wrong
2014-04-16 Sam MooreImplement Pointless Broken Things
2014-04-15 Sam MooreAdd grid lines
2014-04-15 Sam MooreScreenshot using glReadPixels instead
2014-04-15 Sam MooreScreenshot using convoluted SDL2 approach
2014-04-14 Sam MooreActual fix for when `uname -i` doesn't work
2014-04-14 Sam MooreReflect fixes to I/O in ipdf/vfpu
2014-04-11 Sam MooreRemove REAL_HALF as it doesn't actually implement a...
2014-04-11 Sam MooreAllow VFPU to save output vcd file
2014-04-11 Sam MooreModify symlinks
2014-04-11 Sam MooreAdd rounding mode to VFPU
2014-04-09 Sam MooreVFPU now using std::bitset instead of just float typedef
2014-04-09 Sam MooreAn interface for a FPU compiled from VHDL
2014-04-09 David GowMerge branch 'master' of git.ucc.asn.au:ipdf/code
2014-04-09 David GowFix RealToFloat test (hopefully)
2014-04-09 Sam MooreUse x86_64 when uname is broken
2014-04-09 David GowZoom in and out with the mouse wheel.
2014-04-09 David GowDon't get Filled and Outline the wrong way around.
2014-04-09 David GowYou can move around a document with Click+Drag!
2014-04-07 David GowIt works on the lab machines now, I swear.
2014-04-07 David GowMagic SDL2 sauce! Now with 32-bit!
2014-04-07 David GowDavid's secret SDL2 magic sauce!
2014-04-03 Sam MooreAdd tester for numerical calculation of PI
2014-03-31 David GowSave/Load chunks.
2014-03-26 Sam MooreTester to compare custom Real to IEEE float
2014-03-26 Sam MooreMake real.h so we can change reals
2014-03-26 Sam MooreMerge branch 'master' of git.ucc.asn.au:/ipdf/code
2014-03-26 Sam MooreTweak Makefile to make testing nicer
2014-03-26 David GowCrazy std::vector<T> loader and saver.
2014-03-26 David GowCMake support. We don't have to use it, but it's there...
2014-03-26 David GowIt now is all the working.
2014-03-26 David GowMerge branch 'master' of git.ucc.asn.au:ipdf/code
2014-03-26 Sam MooreAdd ObjectType for Object Type
2014-03-26 David GowInitial outline rendering.
2014-03-26 Sam MooreImplement document saving and loading
2014-03-26 David GowAll of the SDL2 graphics stuff.
2014-03-26 David GowFix makefile.
2014-03-26 Sam MooreAdded Document and View classes
2014-03-26 Sam Mooreipdf.h and Real type
2014-03-26 David GowSome makefile changes
2014-03-26 Sam MooreAdd basic code
2014-03-26 David GowThe code repository exists....?

UCC git Repository :: git.ucc.asn.au