GNOME Bugzilla – Bug 753639
gl: ClearDepth call missing
Last modified: 2015-08-16 13:39:44 UTC
Created attachment 309299 [details] [review] Patch The opengl ClearDepth call is missing. The attached patch corrects this.
This should technically be GLclampd instead of GLdouble; I will revise my patch to correct that.
Created attachment 309300 [details] [review] v2 (using GLclampd)
Created attachment 309301 [details] [review] v3, referencing bugzilla in commit Now referencing the bugzilla bug.
commit 591b2e2c68ac83b09394e3d19f6dca7ca0340294 Author: Martin Kelly <martin@surround.io> Date: Fri Aug 14 10:32:14 2015 -0700 opengl: add missing ClearDepth prototype The ClearDepth call is missing. https://bugzilla.gnome.org/show_bug.cgi?id=753639