Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
disable-glversion | Disable use of glversion for autodetection of GL features. This would require X and I am not sure Xvfb would provide the same set of capabilities. Upstream also includes a gl_exclude.h already that works for us, so just skip the detection. |
no | ||||
add-gl_exclude.h | add back removed gl_exclude.h gl_exclude.h was removed from the upstream tarball, presumably because it is regenerated anyway during build. This doesn't work in a build chroot, however, as xvfb does not support any OpenGL GLX extensions, and has been disabled in Debian for some time by disable-glversion. In addition, generation of this file seems highly machine specific. . Since the exclusions previously shipped by upstream likely define a least common denominator (and they are what we've been running with for years), simply add them back in. |
not-needed | upstream tarball, pre-0.66 | |||
use-systems-gl | don't try to use the local version of GL headers | no | ||||
dont_link_against_unused_libs | prune "useless" library dependencies detected by dpkg-shlibdeps The thing is that I don't understand much about X or OpenGL, so have no clue why upstream links against them even though they're not used, or if it's an artefact of our build environment that more advanced functionality does not get enabled, or ... |
Florian Schlichting <fsfs@debian.org> | no | |||
Delete-functions-removed-from-Mesa.patch | [PATCH] Delete functions removed from Mesa mesa-libGL between 10.6.0-0.devel.5.51e3453 and 10.6.0-0.devel.6.5a55f68 removed these functions: glWindowPos4dMESA glWindowPos4iMESA glWindowPos3iMESA glWindowPos2dMESA glWindowPos2iMESA glWindowPos3dMESA glResizeBuffersMESA <https://bugzilla.redhat.com/show_bug.cgi?id=1224738> <https://bugzilla.redhat.com/show_bug.cgi?id=1224294> Modified to only remove glResizeBuffersMESA, rest was applied on 0.70. |
=?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> | yes | debian upstream | 2015-06-08 | |
spelling.patch | fix spelling mistakes | gregor herrmann <gregoa@debian.org> | yes | upstream | vendor | 2017-08-05 |
pointer-truncation-glutTimerFunc.patch | Fix https://bugs.debian.org/886496 * Patched pogl_glut.xs to fix pointer truncation in glutTimerFunc (Closes: #886496) |
Thomas Kremer <bugs.debian@xorg.c-informatik.de> | no | debian | 2019-01-23 | |
glext.patch | change path to GL/glext.h to the system one, and make sure #includes are copied Florian Schlichting <fsfs@debian.org> | gregor herrmann <gregoa@debian.org> | yes | debian upstream | vendor | 2019-10-07 |