Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: third_party/libsdl/linux/SDL_config.h

Issue 1550123002: Disable ES2 on Linux SDL (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* include/SDL_config.h. Generated from SDL_config.h.in by configure. */ 1 /* include/SDL_config.h. Generated from SDL_config.h.in by configure. */
2 /* 2 /*
3 Simple DirectMedia Layer 3 Simple DirectMedia Layer
4 Copyright (C) 1997-2015 Sam Lantinga <slouken@libsdl.org> 4 Copyright (C) 1997-2015 Sam Lantinga <slouken@libsdl.org>
5 5
6 This software is provided 'as-is', without any express or implied 6 This software is provided 'as-is', without any express or implied
7 warranty. In no event will the authors be held liable for any damages 7 warranty. In no event will the authors be held liable for any damages
8 arising from the use of this software. 8 arising from the use of this software.
9 9
10 Permission is granted to anyone to use this software for any purpose, 10 Permission is granted to anyone to use this software for any purpose,
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1 312 #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1
313 #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1 313 #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
314 /* #undef SDL_VIDEO_DRIVER_NACL */ 314 /* #undef SDL_VIDEO_DRIVER_NACL */
315 /* #undef SDL_VIDEO_DRIVER_VIVANTE */ 315 /* #undef SDL_VIDEO_DRIVER_VIVANTE */
316 /* #undef SDL_VIDEO_DRIVER_VIVANTE_VDK */ 316 /* #undef SDL_VIDEO_DRIVER_VIVANTE_VDK */
317 317
318 /* #undef SDL_VIDEO_RENDER_D3D */ 318 /* #undef SDL_VIDEO_RENDER_D3D */
319 /* #undef SDL_VIDEO_RENDER_D3D11 */ 319 /* #undef SDL_VIDEO_RENDER_D3D11 */
320 #define SDL_VIDEO_RENDER_OGL 1 320 #define SDL_VIDEO_RENDER_OGL 1
321 /* #undef SDL_VIDEO_RENDER_OGL_ES */ 321 /* #undef SDL_VIDEO_RENDER_OGL_ES */
322 #define SDL_VIDEO_RENDER_OGL_ES2 1 322 /* #undef SDL_VIDEO_RENDER_OGL_ES2 */
323 /* #undef SDL_VIDEO_RENDER_DIRECTFB */ 323 /* #undef SDL_VIDEO_RENDER_DIRECTFB */
324 324
325 /* Enable OpenGL support */ 325 /* Enable OpenGL support */
326 #define SDL_VIDEO_OPENGL 1 326 #define SDL_VIDEO_OPENGL 1
327 /* #undef SDL_VIDEO_OPENGL_ES */ 327 /* #undef SDL_VIDEO_OPENGL_ES */
328 #define SDL_VIDEO_OPENGL_ES2 1 328 /* #undef SDL_VIDEO_OPENGL_ES2 */
329 /* #undef SDL_VIDEO_OPENGL_BGL */ 329 /* #undef SDL_VIDEO_OPENGL_BGL */
330 /* #undef SDL_VIDEO_OPENGL_CGL */ 330 /* #undef SDL_VIDEO_OPENGL_CGL */
331 /* #undef SDL_VIDEO_OPENGL_EGL */ 331 /* #undef SDL_VIDEO_OPENGL_EGL */
332 #define SDL_VIDEO_OPENGL_GLX 1 332 #define SDL_VIDEO_OPENGL_GLX 1
333 /* #undef SDL_VIDEO_OPENGL_WGL */ 333 /* #undef SDL_VIDEO_OPENGL_WGL */
334 /* #undef SDL_VIDEO_OPENGL_OSMESA */ 334 /* #undef SDL_VIDEO_OPENGL_OSMESA */
335 /* #undef SDL_VIDEO_OPENGL_OSMESA_DYNAMIC */ 335 /* #undef SDL_VIDEO_OPENGL_OSMESA_DYNAMIC */
336 336
337 /* Enable system power support */ 337 /* Enable system power support */
338 /* #undef SDL_POWER_LINUX */ 338 /* #undef SDL_POWER_LINUX */
(...skipping 12 matching lines...) Expand all
351 /* #undef SDL_FILESYSTEM_WINDOWS */ 351 /* #undef SDL_FILESYSTEM_WINDOWS */
352 /* #undef SDL_FILESYSTEM_NACL */ 352 /* #undef SDL_FILESYSTEM_NACL */
353 /* #undef SDL_FILESYSTEM_ANDROID */ 353 /* #undef SDL_FILESYSTEM_ANDROID */
354 /* #undef SDL_FILESYSTEM_EMSCRIPTEN */ 354 /* #undef SDL_FILESYSTEM_EMSCRIPTEN */
355 355
356 /* Enable assembly routines */ 356 /* Enable assembly routines */
357 #define SDL_ASSEMBLY_ROUTINES 1 357 #define SDL_ASSEMBLY_ROUTINES 1
358 /* #undef SDL_ALTIVEC_BLITTERS */ 358 /* #undef SDL_ALTIVEC_BLITTERS */
359 359
360 #endif /* _SDL_config_h */ 360 #endif /* _SDL_config_h */
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698