Commit History

Author SHA1 Message Date
  Alex Szpakowski f4a85f42df metal: Apple Silicon macs also support rgba4 / rgb5a1 / rgb565. 3 years ago
  Alex Szpakowski b3d37e5fc2 metal: Apple Silicon macs support PVRTC/ETC/ASTC textures. 3 years ago
  Alex Szpakowski e4020e439a metal: lowdpi on macOS uses nearest instead of linear upscaling. 3 years ago
  Alex Szpakowski 4de258b5fb Update changelog 3 years ago
  Alex Szpakowski a5351e5046 metal: improve detection of rgba32f format filter and MSAA support. 3 years ago
  Alex Szpakowski 6dbb7fa5de Add love.graphics.setStencilMode. Remove old stencil API. 3 years ago
  Alex Szpakowski 173fe3dab5 Add a love.graphics.setColorMask variant which accepts a single bool. 3 years ago
  Alex Szpakowski c26f6ed94f metal: improve performance of auto depth/stencil in setCanvas. 3 years ago
  Alex Szpakowski 4c3c875aa9 metal: clean up some code around render pipeline states. 3 years ago
  Alex Szpakowski 87592513a2 metal: fix automatic depth/stencil with setCanvas. 3 years ago
  Alex Szpakowski 8c496d60e5 metal: add a couple comments clarifying depth format fallbacks. 3 years ago
  Alex Szpakowski 1cf0073cf4 metal: use a fallback for fonts when luminance-alpha isn't supported. 3 years ago
  Alex Szpakowski 62de8f62c7 metal: hook up emulated 'fan' mesh draw mode. 3 years ago
  Alex Szpakowski 3ecae61189 metal: improve texture initialization. 3 years ago
  Alex Szpakowski 44d87ff7ce metal: fix textures not being tagged with compute-write flags. 3 years ago
  Alex Szpakowski 4e1c4a6afe metal: some fixes for MSAA 3 years ago
  Alex Szpakowski d96e1636b1 Improve setCanvas validation of volume texture layer + mipmap values. 3 years ago
  Alex Szpakowski f78db47d0e opengl: allow glTexStorage on Android devices. 3 years ago
  Alex Szpakowski a7c4e56a41 Merge branch 'main' into 12.0-development 3 years ago
  Alex Szpakowski 65667c0f18 Fix sRGB texture internal formats in OpenGL ES 3. 3 years ago
  Alex Szpakowski 4ca3535cd2 Metal: fix clamp-to-one texture wrap mode detection. 3 years ago
  Alex Szpakowski de35999de3 Prevent meshes with the 'fan' draw mode from using an index buffer. 3 years ago
  Alex Szpakowski 61feb197e2 Remove obsolete .hgignore and .hgtags files. 3 years ago
  Alex Szpakowski 4f214ea540 Merge pull request #1761 from slime73/metal 3 years ago
  Alex Szpakowski 5c3f391136 update metal backend for projection changes. 3 years ago
  Alex Szpakowski f93d167a47 Merge branch '12.0-development' into metal 3 years ago
  Alex Szpakowski f7f5290693 love.graphics.newMesh: DrawMode arg no longer defaults to 'fan'. 3 years ago
  Alex Szpakowski ff83ee6a9c Add basic ortho and perspective projection APIs to love.graphics. 3 years ago
  Alex Szpakowski cdafe5a931 opengl: explicitly don't support BGRA pixel formats. 3 years ago
  Alex Szpakowski 425537ad5e Metal view creation failure shows a relevant error message. 3 years ago