Commit History

Author SHA1 Message Date
  rude de8b4d91a5 Use GLint when getting GL_GENERATE_MIPMAP. 12 years ago
  Bart van Strien b97765b169 Check for OpenGL 2.0 in NPOT check (issue #538) 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 2d077758d1 Fixed mipmap generation for pre-FBO systems, fixed NPOT check if mipmap filtering is enabled on an image before the texture is created 12 years ago
  Alexander Szpakowski f067e228b4 Fixed mipmap sharpness setting not being correctly reapplied on resolution change 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
  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 870973197c Only bind images when they weren't (issue #353) 13 years ago
  Bart van Strien 864c800e10 Fix some warnings 13 years ago
  Bart van Strien 0aae9684b3 Automated formatting fix 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 d420d68048 Add shear transformation and transform object (issue #152). 14 years ago
  Bart van Strien d613505a77 Only pad when needed 14 years ago
  Bart van Strien 87fd3362e2 Mixed up s and t, po2ify should work correctly now, quads still broken 14 years ago
  Bart van Strien 360c190ef7 Move po2ifying to Image, Quads broken at the moment 14 years ago
  Bill Meltsner fde708160e bringing in the new year by changing every 2010 to 2011 14 years ago
  rude 1eca14ed9e Fixed artifacts exposed (not really caused) by a0d18b527fb1. GL_CLAMP is deprecated in OpenGL ES. Image::Filter and Image::Wrap did not have reasonable default. 15 years ago
  Bart van Strien 29c68d06f1 Image settings now survive setMode, fixes bug #10 15 years ago
  Bill Meltsner e661459103 Switched Image filter modes to use the new string constant system 15 years ago
  Bill Meltsner 3ed9823152 fixed a bug in Image::setFilter where it switched the min/mag parameters 15 years ago