Skip to content

Releases: devkitPro/opengx

opengx 0.15.

01 Jan 22:32
749d819
Compare
Choose a tag to compare

What's Changed

  • scissor: fix Y coordinates, implement enabling and disabling by @mardy in #92
  • Add more functions by @mardy in #93
    • glRotated and glScaled
    • glTexGend, glTexGendv, glTexGenf and glTexGeniv
    • glGetBooleanv

v0.14.0

11 Dec 08:40
Compare
Choose a tag to compare

What's Changed

  • lighting: always take alpha from diffuse color by @mardy in #85
  • Textured points by @mardy in #86
  • utils: fix conversion of matrices from GL to GX by @mardy in #88
  • Call list and state improvements by @mardy in #90

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