Alexander Szpakowski 16f925affa improved GL texture binding api to take texture units into consideration 12 年之前
..
Canvas.cpp 31f98ebf52 Fix #234 again. Of course this means the texture coordinates are flipped 13 年之前
Canvas.h 0611234067 changed PixelEffect name to ShaderEffect, added lua-side support for vert/frag shader combinations with love.graphics.newShaderEffect, added tentative support for single-file vertex+fragment shaders 12 年之前
Font.cpp a8dc813258 Text drawing performance improvements (issue #532) 12 年之前
Font.h a8dc813258 Text drawing performance improvements (issue #532) 12 年之前
GLee.c 7793e7f02f CRLF to LF 13 年之前
GLee.h 7793e7f02f CRLF to LF 13 年之前
Graphics.cpp 16f925affa improved GL texture binding api to take texture units into consideration 12 年之前
Graphics.h 0611234067 changed PixelEffect name to ShaderEffect, added lua-side support for vert/frag shader combinations with love.graphics.newShaderEffect, added tentative support for single-file vertex+fragment shaders 12 年之前
Image.cpp 7793e7f02f CRLF to LF 13 年之前
Image.h 0611234067 changed PixelEffect name to ShaderEffect, added lua-side support for vert/frag shader combinations with love.graphics.newShaderEffect, added tentative support for single-file vertex+fragment shaders 12 年之前
OpenGL.cpp 16f925affa improved GL texture binding api to take texture units into consideration 12 年之前
OpenGL.h 16f925affa improved GL texture binding api to take texture units into consideration 12 年之前
ParticleSystem.cpp 54498ce378 Apply slime73's ParticleSystem patch. 12 年之前
ParticleSystem.h 54498ce378 Apply slime73's ParticleSystem patch. 12 年之前
Quad.cpp 87c6646705 Fix #435 (for real this time). Unfixes #324. 13 年之前
Quad.h 87c6646705 Fix #435 (for real this time). Unfixes #324. 13 年之前
ShaderEffect.cpp 16f925affa improved GL texture binding api to take texture units into consideration 12 年之前
ShaderEffect.h 16f925affa improved GL texture binding api to take texture units into consideration 12 年之前
SpriteBatch.cpp b2f1408b12 Fix issue #495: Large spritebatches doesn't render properly 12 年之前
SpriteBatch.h b2f1408b12 Fix issue #495: Large spritebatches doesn't render properly 12 年之前
VertexBuffer.cpp 62e2c752e5 More verbose VertexIndex::getType() (using numeric_limits) 12 年之前
VertexBuffer.h b2f1408b12 Fix issue #495: Large spritebatches doesn't render properly 12 年之前
wrap_Canvas.cpp ccdf6e1c00 Fix Issue #476: Add HDR Canvas (thanks, Alexander Szpakowski!). 13 年之前
wrap_Canvas.h ccdf6e1c00 Fix Issue #476: Add HDR Canvas (thanks, Alexander Szpakowski!). 13 年之前
wrap_Font.cpp 7793e7f02f CRLF to LF 13 年之前
wrap_Font.h 7793e7f02f CRLF to LF 13 年之前
wrap_Graphics.cpp 0611234067 changed PixelEffect name to ShaderEffect, added lua-side support for vert/frag shader combinations with love.graphics.newShaderEffect, added tentative support for single-file vertex+fragment shaders 12 年之前
wrap_Graphics.h 0611234067 changed PixelEffect name to ShaderEffect, added lua-side support for vert/frag shader combinations with love.graphics.newShaderEffect, added tentative support for single-file vertex+fragment shaders 12 年之前
wrap_Image.cpp d24c0344c8 Make second argument to setDefaultImageFilter Image:setFilter and Image:setWrap optional, and default to the first 12 年之前
wrap_Image.h 7793e7f02f CRLF to LF 13 年之前
wrap_ParticleSystem.cpp 4ec7609d37 Fix issue #437: Area-based particle spawn. 13 年之前
wrap_ParticleSystem.h 7793e7f02f CRLF to LF 13 年之前
wrap_Quad.cpp 7793e7f02f CRLF to LF 13 年之前
wrap_Quad.h 7793e7f02f CRLF to LF 13 年之前
wrap_ShaderEffect.cpp 0611234067 changed PixelEffect name to ShaderEffect, added lua-side support for vert/frag shader combinations with love.graphics.newShaderEffect, added tentative support for single-file vertex+fragment shaders 12 年之前
wrap_ShaderEffect.h 0611234067 changed PixelEffect name to ShaderEffect, added lua-side support for vert/frag shader combinations with love.graphics.newShaderEffect, added tentative support for single-file vertex+fragment shaders 12 年之前
wrap_SpriteBatch.cpp 94516e2290 Catch possible exceptions thrown when locking a SpriteBatch twice 12 年之前
wrap_SpriteBatch.h 7793e7f02f CRLF to LF 13 年之前