Commit History

Author SHA1 Message Date
  Alex Szpakowski 442f37e0a1 Fix a potential bug in captureScreenshot on some older systems 4 years ago
  Alex Szpakowski 7934ce0a66 Handle backbuffer MSAA manually in love.graphics code 4 years ago
  Alex Szpakowski b011487a3e Add new texel buffer type. 5 years ago
  Alex Szpakowski 2c4bfab1de Merge branch '12.0-development' into GraphicsBuffer 5 years ago
  Alex Szpakowski 2cff535eb1 Move shader parsing code from Lua to C++. 5 years ago
  Alex Szpakowski 7fbb68e90e Merge branch '12.0-development' into GraphicsBuffer 5 years ago
  Alex Szpakowski 9425c9224b Rename internal batched draw code to be more clear 5 years ago
  Alex Szpakowski 1ddfcd4cc8 Always use explicitly typed buffers, even in internal code 5 years ago
  Alex Szpakowski b1c028a4d3 Merge branch '12.0' into GraphicsBuffer 5 years ago
  Alex Szpakowski aa636381d0 Fix MSAA texture creation logic 5 years ago
  Alex Szpakowski 694bc9c5b7 rename love_Canvases to love_RenderTargets in shaders. 5 years ago
  Alex Szpakowski 453322678c Rename internal uses of canvas to texture/render target 5 years ago
  Alex Szpakowski 12c90b3dca Merge Image and Canvas GL backend classes into new common Texture class. 5 years ago
  Alex Szpakowski 17f77407bb Replace internal C++ newImage and newCanvas methods with newTexture 5 years ago
  Alex Szpakowski 258129738f Remove graphics::Canvas and graphics::Image 5 years ago
  Alex Szpakowski b71eaf73cc Replaced some references to Image and Canvas with Texture. 5 years ago
  Alex Szpakowski 63c5df6aa7 Begin unification of Canvases and Images. 5 years ago
  Alex Szpakowski b46b3ed552 Move some Canvas code to Texture, devirtualize Texture::draw. 5 years ago
  Alex Szpakowski f9248d478c Refactor sampler state parameters for textures. 5 years ago
  Alex Szpakowski f24b1aa377 Move internal Slices class from Image to Texture 5 years ago
  Alex Szpakowski 6c447ab4f6 Clean up some common Image and Canvas code. 5 years ago
  Alex Szpakowski 2572f0c7a1 Meshes expose GraphicsBuffers, part 2 5 years ago
  Alex Szpakowski 1bc2b947fc Rename Attributes struct to VertexAttributes 5 years ago
  Alex Szpakowski ee5304ba53 Remove vertex namespace 5 years ago
  Alex Szpakowski b0232a4a6b Initial work on unified graphics buffers representing different types of data. 5 years ago
  Alex Szpakowski 5f9b5a21d0 Merge default into minor 5 years ago
  Alex Szpakowski fc4847c69d Update copyright for the new year 5 years ago
  Alex Szpakowski 361cefbb05 Add new wrap mode "clampone". Pixels sampled outside of [0, 1] are white (1, 1, 1, 1). 5 years ago
  Alex Szpakowski 6c662ade41 Fix disabling blending, 5 years ago
  Alex Szpakowski b41f1316fa Add love.graphics.setBlendState, which sets the lower level blend operation and factor values which higher level blend modes are based on. 5 years ago