2207 Комити (079ee8dcbf4b133fdaa987c1e78dd3d1efecf02b)
 

Аутор SHA1 Порука Датум
  Sam Hocevar 079ee8dcbf math: some new operators for generic vectors, plus unit tests. пре 10 година
  Guillaume Bittoun 1b784d3a24 arraynd: templating proxy’s inner array type instead of specializing пре 10 година
  Guillaume Bittoun faf11bcb93 arraynd: proxy implementation пре 10 година
  Guillaume Bittoun 64c714ed37 Adding arraynd skeleton пре 10 година
  Sam Hocevar 5dc05d7f3e build: remove empty directories and add proper svn:ignore flags. пре 10 година
  Sam Hocevar 7db4bee1c1 pimp: add some clustering in the Amiga export to speed up things. пре 10 година
  Sam Hocevar 83199e3028 math: explicitly delete ctors and dtors in swizzled vectors. пре 10 година
  Sam Hocevar 49692b8ba3 math: add saturate(x) as a shortcut to clamp(x,0,1). пре 10 година
  Sam Hocevar e996e953c8 sys: fix unititialised class member in File. пре 10 година
  Sam Hocevar 7babf9dfde math: fix a nasty bug involving swizzling vectors, add two safeguards so пре 10 година
  Sam Hocevar 2087f920e7 math: reduce half operator count by half. Lol. пре 10 година
  Sam Hocevar 3c4c41b298 math: reduce macro madness in half.h. пре 10 година
  Sam Hocevar d4144b1730 build: include common.am in Makefile.am stubs we create. пре 10 година
  Sam Hocevar 11dc5eebcc math: put almost all quaternion/vector/matrix operators in ADL namespaces. пре 10 година
  Sam Hocevar f6dd334c1a math: use a combination of ADL and enable_if black magic to get rid of macros. пре 10 година
  Sam Hocevar 4f28047fc4 math: refactor more shit, I have no idea what I’m doing. пре 10 година
  Sam Hocevar caabc35cb1 image: fix a compilation error caused by the GDI+ system headers. пре 10 година
  Sam Hocevar 52cd11358e math: finish renaming matrix<> to mat<>. пре 10 година
  Sam Hocevar 7a28671dee math: get rid of the base_vec* classes (thanks to relaxed unions), rename пре 10 година
  Sam Hocevar a6327b2469 math: move complex/quaternion code out of vector.h and into transform.h. пре 10 година
  Sam Hocevar b7e237c6ea math: move matrix code out of vector.h into a new matrix.h header. пре 10 година
  Sam Hocevar 5b4a17de51 math: fix grave dot product bug introduced in the quat/cmplx refactor. пре 10 година
  Sam Hocevar 5fcc47b74c gpu: fix compilation on platforms that don't have GL_BGRA. пре 10 година
  Sam Hocevar 31738409d9 math: add shortcuts and syntax colouring for mat3x4, mat3x2, etc. пре 10 година
  Sam Hocevar 1b5d3557ec build: some compilation fixes and tweaks for older (<= 4.6) versions of GCC. пре 10 година
  Sam Hocevar ad9a388e80 misc: remove 100% of the "using namespace std;" madness. пре 10 година
  Sam Hocevar 12aaff89e3 base: huge refactor in vector.h; GCC compilation times down by 50%. пре 10 година
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. пре 10 година
  Sam Hocevar 398ee1b4d5 base: use lol::array in most places. пре 10 година
  Sam Hocevar 378eaec1cb sys: use the fully working std::atomic instead of our placeholder class. пре 10 година
  Sam Hocevar 3862ad59dc base: going on a lowercase rampage; today’s victim: Array. пре 10 година
  Sam Hocevar ebfd692152 base: simplify code here and there. пре 10 година
  Sam Hocevar 7e9f926c43 base: switch map, hash, array2d and array3d to lowercase, like standard пре 10 година
  Sam Hocevar f0746b1cee base: fix build for C++11 compliant compilers (i.e. NOT VISUAL STUDIO). пре 10 година
  Sam Hocevar 32abfb18d1 base: various Visual Studio compilation fixes. пре 10 година
  Sam Hocevar d21b904e6c image: the size of the Gaussian used for void-and-cluster is now a parameter. пре 10 година
  Sam Hocevar 7b34d5094b image: significantly reduce the blue noise algorithm complexity. пре 10 година
  Sam Hocevar f51bfc5722 image: add a blue noise kernel generator using the void-and-cluster пре 10 година
  Sam Hocevar 2719aa06dd image: move files around. пре 10 година
  Sam Hocevar 6526c8c904 image: reimplement most image merge operations (overlay, screen, etc.). пре 10 година
  Sam Hocevar 0b97173ee8 math: initialiser lists for Array2D and Array3D. пре 10 година
  Sam Hocevar 8abafbc686 math: add Array3D template class. Happy, Touky? :-) пре 10 година
  Sam Hocevar 18254349aa image: gather pixel-related types and enums into a single pixel.h header. пре 10 година
  Sam Hocevar 7b8e56c730 base: fix array initialiser and add more unit tests. пре 10 година
  Sam Hocevar 1ad2430ba9 image: implement Image::Lock2D(). пре 10 година
  Sam Hocevar 6e282e6aa2 image: fix a memory leak in the Oric loader. пре 10 година
  Sam Hocevar ac7e3e0861 doc: try something with lolbot quotes. пре 10 година
  Sam Hocevar ff8723ff63 gpu: implement Framebuffer::GetImage() for OpenGL. пре 10 година
  Sam Hocevar 5f02903598 image: remove dead or useless or low quality code. пре 10 година
  Sam Hocevar c5a3d4873b image: port the DBS dithering method and remove a few dead files. пре 10 година