Commit History

Author SHA1 Message Date
  Alex Szpakowski 2c4bfab1de Merge branch '12.0-development' into GraphicsBuffer 5 years ago
  Alex Szpakowski d13e97fd83 Merge branch 'master' into 12.0-development 5 years ago
  Alex Szpakowski 8fac08809a Eliminate redundant glActiveTexture calls when shaders are used. 5 years ago
  Alex Szpakowski c5b6cc3228 Merge branch 'master' into 12.0-development 5 years ago
  Alex Szpakowski 9c2454816f Fix the active GL texture unit not always being set properly. 5 years ago
  Alex Szpakowski 2828761060 Move some code from Mesh wrapper to Buffer wrapper 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 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 2572f0c7a1 Meshes expose GraphicsBuffers, part 2 5 years ago
  Alex Szpakowski 25d9ae2ba0 Meshes expose vertex buffers, part 1 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 23bc1a7aae Add new mesh data formats: int32, uint32, [u]int8, [u]int16, snorm8, and snorm16. 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 f3b52f66fe Update the internal naming convention for pixel formats. 5 years ago
  Alex Szpakowski 3a227cea37 Merge default into minor 5 years ago
  Alex Szpakowski 6a552d5a6f Allow Canvases to use the r16, rg16, and rgba16 pixel formats. 5 years ago
  Alex Szpakowski 3435a6bcbf Change the internal constant color from a (per-draw) vertex attribute to a uniform. Pack most built-in uniforms into a single vec4 array and update them all with a single glUniform call. 5 years ago
  Alex Szpakowski 1e0a7cad67 Fix instanced vertex attributes. 5 years ago
  Alex Szpakowski 157282ec7e Fix a typo causing mesh attribute instancing to behave weirdly. 5 years ago