]> git.cworth.org Git - fips/commit
Search for proper name of AMD_performance_monitor.
authorMatt Turner <mattst88@gmail.com>
Mon, 3 Mar 2014 19:40:49 +0000 (11:40 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 20 Mar 2014 14:52:21 +0000 (07:52 -0700)
commitab47b0f15d34ef4d447ea8042b9d6a963ff5b6d7
tree33bcfac2b66120019b3072b57cbcded5778d0563
parentde8d00c71c256ab967ece877050b5dbffe66b19d
Search for proper name of AMD_performance_monitor.

The GL 4.4 spec says:

A unique name string of the form ”GL_ARB_name” or ”GL_KHR_name” is
associated with each extension.

so we need the "GL_" prefix to properly find the extension.
context.c