Commit History

Author SHA1 Message Date
  Alex Szpakowski 7a50f32585 Merge branch '12.0-development' into metal 5 years ago
  Alex Szpakowski b011487a3e Add new texel buffer type. 5 years ago
  Alex Szpakowski 9aa9319eb5 metal: implement depth/stencil state 5 years ago
  Alex Szpakowski 9d2dca5740 metal: nogame and error screens work. 5 years ago
  Alex Szpakowski 2c4bfab1de Merge branch '12.0-development' into GraphicsBuffer 5 years ago
  Alex Szpakowski 9765485222 metal: partial implementation of pipeline states. 5 years ago
  Alex Szpakowski 2cff535eb1 Move shader parsing code from Lua to C++. 5 years ago
  Alex Szpakowski a5b87a10d1 Merge branch '12.0-development' into metal 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 e001e4336d metal: initial work on setRenderTarget 5 years ago
  Alex Szpakowski 742a954655 Merge branch '12.0' into metal 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 d687b4c099 metal: initial work on windowing and instance creation 5 years ago
  Alex Szpakowski 1bc2b947fc Rename Attributes struct to VertexAttributes 5 years ago
  Alex Szpakowski ee5304ba53 Remove vertex namespace 5 years ago