Commit History

Author SHA1 Message Date
  Alex Szpakowski 2a47a8c9e2 Revert most render pass API changes. The APIs need more work and iteration before they’re better to use than the old setCanvas APIs. 8 years ago
  Alex Szpakowski 0a8c6f3ee6 Cleaned up some love.graphics code. 8 years ago
  Alex Szpakowski 0a3adc0839 Unify pixel format enums for ImageData, CompressedImageData, and Canvas into a single PixelFormat enum. 8 years ago
  Alex Szpakowski 050ca413be Fix a missing reciprocal.. 8 years ago
  Alex Szpakowski 92774b759b Fix line and shape segment counts and smooth line antialiasing when love.graphics.applyTransform and replaceTransform are used. 8 years ago
  Alex Szpakowski f85ee6b504 Add some more graphics feature and limit queries (resolves issue #1234). 8 years ago
  Alex Szpakowski 14aa6965b3 Added Transform objects to love.math (resolves issue #1228). 8 years ago
  Alex Szpakowski bed9bc1bae We don’t need a list of projection matrices.. 8 years ago
  Alex Szpakowski 3e80ec2257 Render pass API. Replaces love.graphics.setCanvas and friends. 8 years ago
  Alex Szpakowski 14f1afa446 Reduce redundant glActiveTexture calls. 8 years ago
  Alex Szpakowski d1c5edd792 Prevent redundant glBindBuffer calls. 8 years ago
  Alex Szpakowski 4c122e6581 Add love.graphics.transformPoint and love.graphics.inverseTransformPoint. 8 years ago
  Alex Szpakowski 0653ec9564 Address some compiler warnings about implicit integer conversions. 8 years ago
  Alex Szpakowski b8b670e0ae Simplify Drawable code 8 years ago
  Alex Szpakowski 22056271ec love.graphics.circle/ellipse/arc/rectangle now take transformation scale into account when determining the number of segments to use. Resolves issue #1184. 9 years ago
  Alex Szpakowski e71f95595c ImageData (and Images loaded from them) now support different data formats. Resolves issue #1048. 9 years ago
  Alex Szpakowski 8cad9c8bf0 Only allow multiply blending when the 'premultiplied' blend alpha mode is used, since the formula only works with that anyway. 9 years ago
  Alex Szpakowski 1eed86426b Merge default into minor 9 years ago
  Alex Szpakowski 901cc362df Added 'shaderswitches' to love.graphics.getStats. 9 years ago
  Bart van Strien db8e7a7670 Merge default into minor 9 years ago
  Alex Szpakowski cc1b9bc619 Moved most love.math functions out of the Math class, since they're pure functions. 9 years ago
  Alex Szpakowski aa88383793 Fixed per-vertex colors (e.g. spritebatch colors) improperly applying gamma correction when the default shader is used and gamma correction is requested but not supported on OpenGL ES. 9 years ago
  Alex Szpakowski 9efbe4892c Merge default into minor. 9 years ago
  Alex Szpakowski 090c50795a Fix love.window.setMode crashing if a Canvas is active. 9 years ago
  Alex Szpakowski 9ebd759851 Don't call glGetFloat every time love.graphics.getSystemLimits is called. 9 years ago
  Alex Szpakowski 2e5f385be3 Merge default into minor 9 years ago
  Alex Szpakowski f51bbb8462 Cleaned up some StrongRef-related code. 9 years ago
  Bart van Strien 977ffd1154 Merge in default 9 years ago
  Alex Szpakowski cf4b409302 Renamed some things. 9 years ago
  Alex Szpakowski 1be2e34c92 Merged default into minor. 9 years ago