mesa/src
Ian Romanick 7b1aeec9cd glapi: Duplicate GLES1 prototypes in glapi_dispatch.c
These prototypes are necessary because GLES1 library builds will create
dispatch functions for them.  We can't directly include GLES/gl.h
because it would conflict the previously-included GL/gl.h.  Since GLES1
ABI is not expected to every add more functions, the path of least
resistance is to just duplicate the prototypes for the functions that
aren't already in desktop OpenGL.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=79294
Acked-by: Matt Turner <mattst88@gmail.com>
Tested-by: Andreas Boll <andreas.boll.dev@gmail.com>
Cc: "10.2" <mesa-stable@lists.freedesktop.org>
2014-05-30 16:33:34 -07:00
..
egl egl_dri2: fix wayland_platform when drm_platform is not set 2014-05-29 20:01:03 +01:00
gallium st/wgl: use _debug_printf() instead of fprintf() 2014-05-30 18:52:39 +01:00
gbm Make DRI dependencies and build depend on the target 2014-05-23 15:24:04 +01:00
getopt
glsl scons: add common.c as part of glcpp build 2014-05-30 10:11:44 +03:00
glx glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload 2014-05-29 13:32:21 -04:00
gtest gtest: Update to 1.7.0. 2014-04-14 00:06:53 -07:00
hgl haiku libGL: Move from gallium target to src/hgl 2014-01-06 15:50:21 -06:00
loader loader: add optional /sys filesystem method for PCI identification. 2014-05-29 20:25:37 -06:00
mapi glapi: Duplicate GLES1 prototypes in glapi_dispatch.c 2014-05-30 16:33:34 -07:00
mesa i965/vec4: Allow writemasking on math instructions on Gen7+. 2014-05-30 12:20:45 -07:00
Makefile.am src/build: Add getopt to distribution. 2014-04-07 09:41:02 -07:00
SConscript loader: introduce the loader util lib 2014-01-18 18:47:27 +00:00