This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
i915: Get up to date with the latest EGL changes
tags/mesa_20090313
Jakob Bornecrantz
17 years ago
parent
f751371028
commit
0cd75a4c99
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/gallium/winsys/egl_drm/intel/intel_egl.c
+ 1
- 1
src/gallium/winsys/egl_drm/intel/intel_egl.c
View File
@@ -588,7 +588,7 @@ drm_swap_buffers(_EGLDriver *drv, EGLDisplay dpy, EGLSurface draw)
* plug in API functions.
*/
_EGLDriver *
_eglMain(_EGLDisplay *dpy)
_eglMain(_EGLDisplay *dpy
, const char *args
)
{
struct drm_driver *drm;
Write
Preview
Loading…
Cancel
Save