提交歷史

作者 SHA1 備註 提交日期
  Alex Szpakowski a3ae0e2279 Fix love.graphics.points when no per-point colors are given 8 年之前
  Alex Szpakowski 98493d9844 Fix rendering to only use glDrawElementsInstanced when necessary 8 年之前
  Alex Szpakowski 7d7f8e0a92 Mark classes as ‘final’ 8 年之前
  Alex Szpakowski 8558d7894c Move all remaining love.graphics Lua wrapper code out of the opengl implementation folder. 8 年之前
  Alex Szpakowski c0e66eba83 Move backend-agnostic Mesh and SpriteBatch code out of the opengl implementation folder. 8 年之前
  Alex Szpakowski 3616470a0a Move love.graphics Image wrapper code out of the opengl subfolder 8 年之前
  Alex Szpakowski 4a3319245b Fix Windows build 8 年之前
  Alex Szpakowski 673bcf4a7f Updated CMakeLists.txt 8 年之前
  Alex Szpakowski 13af754d3d Move most of Text and Video love.graphics classes out of the opengl subfolder. 8 年之前
  Alex Szpakowski d990044288 love.graphics internal Buffer objects are no longer OpenGL-specific. 8 年之前
  Alex Szpakowski 470098b7e6 Shader code cleanup 8 年之前
  Alex Szpakowski e360346c21 Fix Windows build 8 年之前
  Alex Szpakowski 7f9ec24dae Updated the changelog 8 年之前
  Alex Szpakowski c764f9f206 Support instancing on more systems. Note that GLSL 3 may not be supported everywhere that instancing is, and love_InstanceID requires GLSL 3 (but instanced vertex attributes do not). 8 年之前
  Alex Szpakowski bea7cfdaab Add low-level hardware instancing support to Meshes. 8 年之前
  Alex Szpakowski 731b5d5cf0 Added support for GLSL 3 shaders (GLSL 3.30 and GLSL ES 3.00). 8 年之前
  Alex Szpakowski a6669a8bb2 Merge default into minor 8 年之前
  Alex Szpakowski f45c6a0d74 Fix a crash related to love.graphics.push and love.window.setMode. 8 年之前
  Alex Szpakowski 01ff7d1275 Merged in Mastificate/love (pull request #77) 8 年之前
  Bart van Strien ff336041a9 Clean up autotools build scripts 8 年之前
  Bart van Strien a9a294beb3 Rebuild boot.lua.h 8 年之前
  Bart van Strien 2aff0b1199 Remove executable bit from source files 8 年之前
  Alex Szpakowski 44dc4bb2a2 Fix font textures in OpenGL ES 3. 8 年之前
  Alex Szpakowski 734be1afad Add a variant of Mesh:setVertexMap which takes a Data object, an index data type (“uint16” or “uint32”), and an optional index count. Thanks Shell32! 8 年之前
  Alex Szpakowski 73e5111335 Potentially fix a crash in love.window.setMode. 8 年之前
  Mastificate 93a15ce983 added error handling for bezier curves and fixed infinite loop bugs 8 年之前
  Alex Szpakowski 28ed5e5a4b Actually merge the latest default into minor… 8 年之前
  Alex Szpakowski c5b7a07064 Merge default into minor. 8 年之前
  Bart van Strien 9316d84028 Add (optional) copy-to-clipboard functionality to the error handler 8 年之前
  Alex Szpakowski 06cb7a6db6 Error instead of crash when Source:setLooping is called on a queueable Source (thanks zorg) 8 年之前