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

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

Issue 1540583003: Remove EGL_config from vb bot (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tidy Created 5 years 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 /* #undef SDL_VIDEO_RENDER_OGL_ES */ 321 /* #undef SDL_VIDEO_RENDER_OGL_ES */
322 #define SDL_VIDEO_RENDER_OGL_ES2 1 322 #define SDL_VIDEO_RENDER_OGL_ES2 1
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 #define SDL_VIDEO_OPENGL_ES2 1
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 #define SDL_VIDEO_OPENGL_EGL 1 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 */
339 /* #undef SDL_POWER_WINDOWS */ 339 /* #undef SDL_POWER_WINDOWS */
340 /* #undef SDL_POWER_MACOSX */ 340 /* #undef SDL_POWER_MACOSX */
341 /* #undef SDL_POWER_HAIKU */ 341 /* #undef SDL_POWER_HAIKU */
342 /* #undef SDL_POWER_ANDROID */ 342 /* #undef SDL_POWER_ANDROID */
343 /* #undef SDL_POWER_EMSCRIPTEN */ 343 /* #undef SDL_POWER_EMSCRIPTEN */
344 /* #undef SDL_POWER_HARDWIRED */ 344 /* #undef SDL_POWER_HARDWIRED */
345 345
346 /* Enable system filesystem support */ 346 /* Enable system filesystem support */
347 /* #undef SDL_FILESYSTEM_HAIKU */ 347 /* #undef SDL_FILESYSTEM_HAIKU */
348 /* #undef SDL_FILESYSTEM_COCOA */ 348 /* #undef SDL_FILESYSTEM_COCOA */
349 /* #undef SDL_FILESYSTEM_DUMMY */ 349 /* #undef SDL_FILESYSTEM_DUMMY */
350 #define SDL_FILESYSTEM_UNIX 1 350 #define SDL_FILESYSTEM_UNIX 1
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