Commit History

Author SHA1 Message Date
  Alexander Szpakowski e24d721381 Renamed all instances of 'ShaderEffect' (previously 'PixelEffect') to 'Shader'. 12 years ago
  Alexander Szpakowski 8fdd6cbbb2 Merged in from main repository (originally from love-mipmap fork) 12 years ago
  Alexander Szpakowski eb98e8cc48 Removed unnecessary tabs in empty lines, fixed texture filtering when the minification and mipmap filter are the same 12 years ago
  Alexander Szpakowski 8b3fb1d71c Code cleanup 12 years ago
  Alexander Szpakowski fda16e27cd Changed image mipmap api: Image:setFilter now takes an optional third argument (mipmap filter mode), Image:get/setMipmapFilter is removed. 12 years ago
  Alexander Szpakowski 2739ea561a Initial image mipmapping implementation. Includes Image:set/getMipmapFilter and Image:set/getMipmapSharpness. setMipMapFilter requires a filter mode, or nil to disable mipmapping. 12 years ago
  Alexander Szpakowski 1678252b7a Applied patch from issue #542 (texture filtering inconsistencies) in main LÖVE repository 12 years ago
  Alexander Szpakowski 6560019829 opengl graphics module files now always include OpenGL.h rather than GLee.h 12 years ago
  Alexander Szpakowski 0611234067 changed PixelEffect name to ShaderEffect, added lua-side support for vert/frag shader combinations with love.graphics.newShaderEffect, added tentative support for single-file vertex+fragment shaders 12 years ago
  Bart van Strien 7793e7f02f CRLF to LF 13 years ago
  rude 81c38e22d0 Applied the new style guidelines. 13 years ago
  Bart van Strien 1e00f0f981 Move the default image filter to the Image class, instead of Graphics applying it on newImage 13 years ago
  Bart van Strien 2ac4a9e6d0 Manually keep track of bound textures, so we don't have to poll each frame 13 years ago
  Bill Meltsner be55579a22 Happy New Year, have an enormous diff 13 years ago
  Bart van Strien d8b1d67a34 Centralize NPOT support check for image, export it to isSupported 14 years ago
  vrld ce9e694acc Make setDefaultImageFilter() not break image:setFilter() (thanks adrix89!) 14 years ago
  vrld 48137cd2e1 Fix Issue #278: Set default filter mode for new images. 14 years ago
  Bill Meltsner 14348f6146 Create DrawQable class, make Image and Canvas DrawQable, and make love.graphics.drawq take a DrawQable as its first argument 14 years ago
  vrld 24a52f056b Add pixel effects (love-glsl) 14 years ago
  vrld d420d68048 Add shear transformation and transform object (issue #152). 14 years ago
  Bart van Strien d613505a77 Only pad when needed 14 years ago
  Bill Meltsner fde708160e bringing in the new year by changing every 2010 to 2011 14 years ago
  Bart van Strien 29c68d06f1 Image settings now survive setMode, fixes bug #10 15 years ago
  rude aa01c984b9 Updated all dates to 2010. 15 years ago
  rude c52c218ba1 Renamed Frame to Quad; added drawq/addq; fixed some bugs. 16 years ago
  rude 57aea1cd51 Added love.graphics.drawf. 16 years ago
  rude e0115a384e Moved most constants into relevant classes. 16 years ago
  rude dcb3dfd83d Initial Mercurial commit. 16 years ago