Commit History

Author SHA1 Message Date
  Alex Szpakowski c0998cd996 Fixed love.graphics.setScissor when love.graphics.setCanvas is called directly after a setScissor call 12 years ago
  Alex Szpakowski 6c6cb270de Fixed Canvas:clear 12 years ago
  Alex Szpakowski 0e9d73503c Stencil buffers are now created and attached to canvases on-demand, instead of always on canvas creation. 12 years ago
  Alex Szpakowski ac094f9437 Fixed love.graphics.newScreenshot to always read from the main framebuffer, even when a canvas is bound 12 years ago
  Alex Szpakowski 264948690c Renamed BlendMode "none" to "replace" and updated changelog 12 years ago
  Alex Szpakowski aa59761177 Fixed smooth lines with love.graphics.origin() after love.graphics.scale 12 years ago
  Alex Szpakowski c1cbd610e6 Fixed the default blend mode (and other related state) 12 years ago
  Alex Szpakowski ff77eb4b29 Added love.window (issue #6.) All window-related functions have been moved from love.graphics to love.window. 12 years ago
  vrld 13dd8d3199 Faster (and less WTF-ish) computation of current pixel size for line drawing. 12 years ago
  Alex Szpakowski 63404f7097 Added love.graphics.getRendererInfo(infotype). Useful for creating more informative error reports and advanced debugging. 12 years ago
  Alex Szpakowski 3bf43dadd8 Renamed CompressedData:getNumMipmaps to CompressedData:getMipmapCount; Improved type-checking error messages for some functions which expect function arguments 12 years ago
  Alex Szpakowski 8b50dd499b Removed now-unnecessary optional filter parameters from love.graphics.newImageFont 12 years ago
  Alex Szpakowski ad2239aaaf Error instead of crash when love.graphics.newScreenshot fails 12 years ago
  Alex Szpakowski a5eaffe625 Disabled opengl debug output until it can be improved & made optional 12 years ago
  vrld 71317c4359 Add Geometries (replaces Quads). 12 years ago
  Alex Szpakowski bf6d1c258b Misc. code cosmetics and improvements 12 years ago
  Alex Szpakowski 6fd3038405 Improved clarity/readability of internal OpenGL state shadowing functions 12 years ago
  Alex Szpakowski 3edf033498 Internally keep track of the value of the current color (issue #564) 12 years ago
  Alex Szpakowski 7391d9821f Merged love.graphics.origin into default (issue #124) 12 years ago
  Alex Szpakowski c7838b78b6 Added love.graphics.setAlphaTest (issue #534) 12 years ago
  Alex Szpakowski c215541d6c Merged mage-CompressedData into default 12 years ago
  Alex Szpakowski 1b80853118 Fixed an OpenGL error when MSAA isn't supported 12 years ago
  Alex Szpakowski ab2c4aca7e Removed an unused graphics Image method 12 years ago
  Alex Szpakowski 8a8adcce39 Code cleanup 12 years ago
  Alex Szpakowski 5301026f3c Added support for DXT1/3/5 and BC5/7 compressed textures via love.image.CompressedData. Some internals are still iffy. 12 years ago
  Alex Szpakowski d5aa807747 More internal code cleanup 12 years ago
  Alex Szpakowski 23a0f3a69c Merged love-experiments/love.graphics.setColorMask into default 12 years ago
  Alex Szpakowski 2ea065c68b Added MRT support to canvases via love.graphics.setCanvases(c1, c2, ...), and an 'effects' callback function in shaders. 12 years ago
  Alex Szpakowski 2009124cf9 Reworked internal anisotropic filtering code to be more concise and intuitive 12 years ago
  Alex Szpakowski 7e753a0acb Renamed love.graphics.setDefaultImageFilter to love.graphics.setDefaultFilter 12 years ago