Now with GNU MultiPrecision (GMP) integers
[ipdf/code.git] / src /
2014-07-07 Sam MooreNow with GNU MultiPrecision (GMP) integers
2014-07-07 David GowMerge branch 'master' of git.ucc.asn.au:ipdf/code
2014-07-07 David GowZooming is now sligtly less slow.
2014-07-07 Sam MooreC++11 lambdas - are they really worth it?
2014-07-07 David GowDivide some numbers by 5.
2014-07-07 David GowFix GPU rendering a bit. Will probably break >1 ob
2014-07-07 Sam MooreMerge branch 'master' of git.ucc.asn.au:/ipdf/code
2014-07-07 David GowClear the carry/borrow flag before add/sub
2014-07-07 Sam MooreArbint subtraction/addition deal with borrow/carry...
2014-07-07 Sam MooreArbint subtraction should work* now
2014-07-06 Sam MooreMore debugging, harder realops test
2014-07-06 David GowMaybe this is more correct. realops likes it.
2014-07-06 David Gowdigit_t is now unsigned, asm division for 1 digit
2014-07-06 David GowRational<Arbint> now passes realops.test
2014-07-06 Sam MooreArbint now does sign in division correctly
2014-07-06 Sam MooreMore testing particularly of negatives
2014-07-06 Sam MooreMerge branch 'master' of git.ucc.asn.au:/ipdf/code
2014-07-06 Sam MooreImproved "realops" tester
2014-07-06 Sam MooreSlightly less memory errors
2014-07-06 David GowFix a warning/compile error.
2014-07-06 Sam MooreHorribly unreliable Arbint's and Rational<Arbint>'s
2014-07-06 David GowSome initial QuadTree goodness.
2014-07-06 David GowRender object range on the CPU
2014-07-06 David GowRender part of a document (incorrectly) on the GPU
2014-07-06 David Gownow with fewer midnight-isms
2014-07-05 David GowThis might help: divide an arbint by a uint64
2014-07-05 Sam MooreAdd assembly sources to git
2014-07-05 Sam MooreDivision less buggy, still slow
2014-07-05 Sam MooreIt compiles... and runs with FPS of zero
2014-07-05 Sam MooreArbint class implemented
2014-07-05 Sam MooreInner step of multiplication in x64 assembly
2014-07-05 Sam MooreArbint class with += and -= operators
2014-07-04 David GowUse the lea instruction to reduce number of "inc"s
2014-07-04 Sam MooreMore moronic bugs
2014-07-04 Sam MooreArbitrary integer addition in x64 assembly
2014-07-04 Sam MooreMaybe don't use all of the lines. Or maybe do.
2014-07-04 Sam MooreMoronic bug identified, also Backtrace is a thing now
2014-06-30 Sam MooreRational representation
2014-06-30 David GowMaybe don't use all of the lines. Or maybe do.
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 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-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
next

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