summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-11-23 21:57:21 -0800
committerMatt Turner <mattst88@gentoo.org>2017-11-23 22:06:12 -0800
commit54bdbb5491d762cd844b652569912230a7b8baaf (patch)
tree70388f16e5e1ff44daae02788fd3a590cff191b1 /media-libs/cogl/files
parentapp-misc/ddccontrol: Drop dead video_cards_fglrx (diff)
downloadgentoo-54bdbb5491d762cd844b652569912230a7b8baaf.tar.gz
gentoo-54bdbb5491d762cd844b652569912230a7b8baaf.tar.bz2
gentoo-54bdbb5491d762cd844b652569912230a7b8baaf.zip
media-libs/cogl: Drop dead video_cards_fglrx
Diffstat (limited to 'media-libs/cogl/files')
-rw-r--r--media-libs/cogl/files/cogl-1.22.0-fglrx.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/media-libs/cogl/files/cogl-1.22.0-fglrx.patch b/media-libs/cogl/files/cogl-1.22.0-fglrx.patch
deleted file mode 100644
index dac1419a58bc..000000000000
--- a/media-libs/cogl/files/cogl-1.22.0-fglrx.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/cogl/driver/gl/gl/cogl-driver-gl.c 2015-09-02 18:39:02.000000000 +0200
-+++ b/cogl/driver/gl/gl/cogl-driver-gl.c 2015-10-18 10:37:14.052350142 +0200
-@@ -419,7 +419,7 @@
- if (COGL_CHECK_GL_VERSION (ctx->glsl_major, ctx->glsl_minor, 1, 2))
- /* We want to use version 120 if it is available so that the
- * gl_PointCoord can be used. */
-- ctx->glsl_version_to_use = 120;
-+ ctx->glsl_version_to_use = 150;
- else
- ctx->glsl_version_to_use = 110;