Alex Szpakowski
|
a551fcd492
Initial support for writing to textures in compute shaders.
|
4 vuotta sitten |
Alex Szpakowski
|
21f5ba86d3
Merge branch 'master' into 12.0-development
|
4 vuotta sitten |
Alex Szpakowski
|
453322678c
Rename internal uses of canvas to texture/render target
|
5 vuotta sitten |
Alex Szpakowski
|
61a5f0c7e2
Move Canvas:renderTo to Texture:renderTo.
|
5 vuotta sitten |
Alex Szpakowski
|
0304bdf450
Move getMipmapMode from Canvas to Texture
|
5 vuotta sitten |
Alex Szpakowski
|
4104c136cf
Move Canvas:newImageData to Texture:newImageData
|
5 vuotta sitten |
Alex Szpakowski
|
4716211c14
Move replacePixels from Image to Texture
|
5 vuotta sitten |
Alex Szpakowski
|
fc0d60a96d
Move Canvas:getMSAA to Texture:getMSAA.
|
5 vuotta sitten |
Alex Szpakowski
|
323f86f31e
Fix link error. Move a couple Lua wrappers from Image to Texture.
|
5 vuotta sitten |
Alex Szpakowski
|
f9248d478c
Refactor sampler state parameters for textures.
|
5 vuotta sitten |
Alex Szpakowski
|
fc4847c69d
Update copyright for the new year
|
5 vuotta sitten |
Alex Szpakowski
|
0752f27bdf
Update copyright year for 2019
|
6 vuotta sitten |
Bart van Strien
|
e80247c191
Happy new year! ✨
|
7 vuotta sitten |
Bart van Strien
|
9e4374935d
Show (short) list of possible enum values when an invalid value is encountered (resolves #1318)
|
8 vuotta sitten |
Alex Szpakowski
|
844900db39
Rename all cases of 'pixel density' to 'DPI scale' in love's APIs.
|
8 vuotta sitten |
Alex Szpakowski
|
a129982e56
Fix Texture:get/setWrap for 3D textures.
|
8 vuotta sitten |
Alex Szpakowski
|
7161d600b7
Add mipmapping support to Canvases.
|
8 vuotta sitten |
Alex Szpakowski
|
a0ef2ac28b
Add Depth compare / shadow sampler support. Officially this is only supported in glsl3 shaders.
|
8 vuotta sitten |
Alex Szpakowski
|
018a3831cb
Add a new “stencil8” pixel format for Canvases (resolves issue #1003).
|
8 vuotta sitten |
Alex Szpakowski
|
73fd45558b
Implement Array, Cubemap, and Volume texture types (issue #1111).
|
8 vuotta sitten |
Alex Szpakowski
|
abb72cb813
Happy new year! 🥂
|
8 vuotta sitten |
Alex Szpakowski
|
d26002f5cc
Revamped and streamlined retina / high-DPI support (resolves issue #1122).
|
8 vuotta sitten |
Bart van Strien
|
9f6aa716fa
Pass Type to luax_register_type by pointer instead of reference
|
8 vuotta sitten |
Bart van Strien
|
d967a755e5
Make love::Type handle type names
|
8 vuotta sitten |
Bart van Strien
|
7dd960619d
Automatically deduce the type in luax_checktype, luax_getmodule, luax_optmodule and luax_totype
|
8 vuotta sitten |
Bart van Strien
|
c761202486
Build type information on first use (load-time), instead of using a hardcoded list
|
8 vuotta sitten |
Alex Szpakowski
|
46a2e7b85c
Happy new year! 🎉
|
9 vuotta sitten |
Alex Szpakowski
|
2c4e713114
Imported some of the dynamiccore branch from love-experiments:
|
9 vuotta sitten |
Alex Szpakowski
|
2f419c1c83
Replaced most cases of type bits and type name strings in love's Lua wrapper code with type id's.
|
10 vuotta sitten |
Alex Szpakowski
|
3830a0969c
Moved the Texture and Quad Lua wrapper files out of the opengl graphics implementation folder.
|
10 vuotta sitten |