Alex Szpakowski
|
024d9443a0
Merge branch '12.0' into Texture
|
il y a 5 ans |
Alex Szpakowski
|
a0a933a1b9
Merge branch 'master' into 12.0
|
il y a 5 ans |
Alex Szpakowski
|
15f0e4109b
Fix a typo in a comment
|
il y a 5 ans |
Alex Szpakowski
|
185498ba6d
Fix depth sample mode validation checking the wrong state.
|
il y a 5 ans |
Alex Szpakowski
|
4ec9cafdea
Better error checking in the GL texture backend
|
il y a 5 ans |
Alex Szpakowski
|
5c06b2a860
Replace getCanvas/ImageFormats with getTextureFormats
|
il y a 5 ans |
Alex Szpakowski
|
f5f7e908a9
Rename love.graphics.get/setCanvas to get/setRenderTarget
|
il y a 5 ans |
Alex Szpakowski
|
8478a870a9
Add new*Texture variants which don't require image files.
|
il y a 5 ans |
Alex Szpakowski
|
ceb854db5b
rename new[Cube|Array|Volume]Image to new[Cube|Array|Volume]Texture
|
il y a 5 ans |
Alex Szpakowski
|
d24b9e9e6f
Rename love.graphics.newCanvas to newRenderTarget
|
il y a 5 ans |
Alex Szpakowski
|
aa636381d0
Fix MSAA texture creation logic
|
il y a 5 ans |
Alex Szpakowski
|
694bc9c5b7
rename love_Canvases to love_RenderTargets in shaders.
|
il y a 5 ans |
Alex Szpakowski
|
453322678c
Rename internal uses of canvas to texture/render target
|
il y a 5 ans |
Alex Szpakowski
|
12c90b3dca
Merge Image and Canvas GL backend classes into new common Texture class.
|
il y a 5 ans |
Alex Szpakowski
|
17f77407bb
Replace internal C++ newImage and newCanvas methods with newTexture
|
il y a 5 ans |
Alex Szpakowski
|
813b1e0e69
Remove debug print
|
il y a 5 ans |
Alex Szpakowski
|
ca84b6db48
More robust error handling for AMD Pinned Memory buffers (issue #1540)
|
il y a 5 ans |
Alex Szpakowski
|
0017f9c77d
Remove a redundant internal Texture method
|
il y a 5 ans |
Alex Szpakowski
|
258129738f
Remove graphics::Canvas and graphics::Image
|
il y a 5 ans |
Alex Szpakowski
|
b71eaf73cc
Replaced some references to Image and Canvas with Texture.
|
il y a 5 ans |
Alex Szpakowski
|
c3b77e0a92
Remove wrap_Canvas and wrap_Image files
|
il y a 5 ans |
Alex Szpakowski
|
61a5f0c7e2
Move Canvas:renderTo to Texture:renderTo.
|
il y a 5 ans |
Alex Szpakowski
|
0304bdf450
Move getMipmapMode from Canvas to Texture
|
il y a 5 ans |
Alex Szpakowski
|
4104c136cf
Move Canvas:newImageData to Texture:newImageData
|
il y a 5 ans |
Alex Szpakowski
|
4716211c14
Move replacePixels from Image to Texture
|
il y a 5 ans |
Alex Szpakowski
|
63c5df6aa7
Begin unification of Canvases and Images.
|
il y a 5 ans |
Alex Szpakowski
|
fc0d60a96d
Move Canvas:getMSAA to Texture:getMSAA.
|
il y a 5 ans |
Alex Szpakowski
|
323f86f31e
Fix link error. Move a couple Lua wrappers from Image to Texture.
|
il y a 5 ans |
Alex Szpakowski
|
b46b3ed552
Move some Canvas code to Texture, devirtualize Texture::draw.
|
il y a 5 ans |
Alex Szpakowski
|
f9248d478c
Refactor sampler state parameters for textures.
|
il y a 5 ans |