Skip to content

Releases: devkitPro/opengx

v0.13.0

25 Nov 03:41
Compare
Choose a tag to compare

What's Changed

  • clip: fix disabling of clip planes by @mardy in #83
  • Allow using position and normals as tex coordinates by @mardy in #82
  • Texture coordinate geenration for sphere map by @mardy in #84

Recommended and supported installation is through devkitPro pacman

v0.12.0

16 Nov 13:27
Compare
Choose a tag to compare

What's Changed

Recommended and supported installation for all our releases is via devkitPro pacman

v0.11.0

03 Nov 14:26
Compare
Choose a tag to compare

What's Changed

Recommended and supported installation for all our releases is via devkitPro pacman

v0.10.0

29 Oct 16:33
Compare
Choose a tag to compare

What's Changed

  • Refactor EFB switching by @mardy in #71
  • call-lists: correctly handle glColor() commands by @mardy in #72
  • Implement glAccum() by @mardy in #73
  • And glBitmap() and a few raster functions by @mardy in #74
  • raster: implement glPixelZoom by @mardy in #75
  • Misc fixes: lists, stencil, EFB issues by @mardy in #76
  • Implement glReadPixels by @mardy in #77

v0.9.2

28 Sep 18:01
b5406c8
Compare
Choose a tag to compare

What's Changed

  • Support clients defining weak symbols of opengx functions by @mardy in #70

v0.9.1

23 Sep 16:42
14a593b
Compare
Choose a tag to compare

What's Changed

  • Update OpenGL function mapping by @mardy in #69

v0.9.0

02 Sep 12:37
Compare
Choose a tag to compare

What's Changed

v0.8.0

30 Oct 20:09
Compare
Choose a tag to compare

What's Changed

  • glClear: use a Z-texture to clear the Z-buffer by @mardy in #52
  • texture: support texture magnification/minification filters by @mardy in #53

v0.7.0

30 Oct 20:09
Compare
Choose a tag to compare

What's Changed

  • Build docs by @mardy in #49
  • build: disable RTTI and exceptions by @mardy in #48
  • texture: support generation of texture coordinates by @mardy in #47
  • debug: allow toggling individual debug features by @mardy in #46
  • Implement glAlphaFunc() and alpha test by @mardy in #45
  • Add missing GL header by @mardy in #42
  • Mipmaps by @mardy in #44
  • More stubs by @mardy in #41
  • Update docs by @mardy in #50
  • Selection mode by @mardy in #40
  • drawing: use a templated class to read vertex data by @mardy in #51
  • Allow getting functions by name by @mardy in #43

v0.6.1

30 Oct 20:08
Compare
Choose a tag to compare

What's Changed

  • projection: fix extraction of far plane in orthographic view by @mardy in #39