citro3d/source
fincs 0fd245b171 Begin overhauling texture API, see details:
- Now supports multilevel data (LOD) used for mipmapping
- Basic mipmap generation (currently only for RGBA8 and RGB8 textures)
- Texture type can now be specified (TODO: support cube textures)
- Border color can also be specified now
- More flexibility in texture initialization parameters
2017-02-09 20:07:37 +01:00
..
maths Added Mtx_Diagonal(). (#27) 2016-09-11 23:40:10 +02:00
attribs.c Add doxygen support 2017-02-09 19:45:33 +01:00
base.c Begin overhauling texture API, see details: 2017-02-09 20:07:37 +01:00
buffers.c Add doxygen support 2017-02-09 19:45:33 +01:00
drawArrays.c Add doxygen support 2017-02-09 19:45:33 +01:00
drawElements.c Add doxygen support 2017-02-09 19:45:33 +01:00
effect.c Added C3D_FragOpShadow() 2017-02-09 19:59:46 +01:00
immediate.c Add doxygen support 2017-02-09 19:45:33 +01:00
internal.h Added C3D_FragOpShadow() 2017-02-09 19:59:46 +01:00
light.c Add doxygen support 2017-02-09 19:45:33 +01:00
lightenv.c Add doxygen support 2017-02-09 19:45:33 +01:00
lightlut.c Add doxygen support 2017-02-09 19:45:33 +01:00
mtxstack.c Optimized matrix math (#15) 2016-08-04 11:33:18 +02:00
renderbuffer.c Add doxygen support 2017-02-09 19:45:33 +01:00
renderqueue.c Added C3D_FrameRate() for controlling output framerate 2017-02-09 19:57:02 +01:00
texenv.c Add doxygen support 2017-02-09 19:45:33 +01:00
texture.c Begin overhauling texture API, see details: 2017-02-09 20:07:37 +01:00
uniforms.c Add doxygen support 2017-02-09 19:45:33 +01:00