181 Commits (d74355fc96aceb6d0856ccb39476239155f65839)
 

Author SHA1 Message Date
Eric Anholt d74355fc96 Add EGL_NOK_swap_region2 definition. 11 years ago
Eric Anholt d53169404a Add EGL_NOK_texture_from_pixmap definition. 11 years ago
Eric Anholt 91d8e5f848 Merge branch 'khronos-registry' 11 years ago
Eric Anholt f762c7feb7 Import registry from SVN 26007 11 years ago
Eric Anholt 5dcdfe9d79 Remove a debug printf that slipped in. 11 years ago
Eric Anholt 847a6d50db Avoid using eglGPA() for core funcs when the current context is GLX. 11 years ago
Eric Anholt b670c84039 Refactor dispatch_common's EGL context detection code. 11 years ago
Eric Anholt e6d9bb971b Try to use glXGPA() for core funcs if the current context is GLX. 11 years ago
Eric Anholt 698185e24a Try to avoid looking up bootstrap functions in the wrong library. 11 years ago
Eric Anholt 037ac7f566 Add a test for EGL and GLX returning different function pointers. 11 years ago
Eric Anholt dae231680e Import a copy of dlwrap from libfips. 11 years ago
Eric Anholt 9efad17eb4 Actually fix #21 (hopefully). 11 years ago
Eric Anholt 14f24485e3 Add support for looking up GLES3 functions using dlsym(). 11 years ago
Eric Anholt 053ac5f457 Fix test build. 11 years ago
Eric Anholt 53b87c33e4 Catch eglBindAPI() failures in looking up bootstrap functions. 11 years ago
Eric Anholt f15c169cad Extend the egl_without_glx test for another quirk of the platform. 11 years ago
Fredrik Höglund d4ad80fb8e Add aliases for OES_get_program_binary 11 years ago
Fredrik Höglund 35e3b0a6da Add aliases for APPLE_sync 11 years ago
Fredrik Höglund 30de2e86ea Add aliases for EXT_texture_storage 11 years ago
Fredrik Höglund fea4a8feee Add alias for NV_framebuffer_multisample 11 years ago
Fredrik Höglund 64e90baf87 Add aliases for OES_texture_3D 11 years ago
Fredrik Höglund e20b3ce6c7 Fix EGLDisplay parameters in epoxy functions 11 years ago
Fredrik Höglund 87a099b141 Add alias for NV_framebuffer_blit 11 years ago
Fredrik Höglund 6c5417db46 Add aliases for EXT_map_buffer_range 11 years ago
Fredrik Höglund 8d942b8639 Add aliases for OES_vertex_array_object 11 years ago
Fredrik Höglund 93a5b15ae9 Add aliases for NV_instanced_arrays 11 years ago
Fredrik Höglund f09c4d00dc Add aliases for ANGLE_instanced_arrays 11 years ago
Eric Anholt e1e13a51b4 Bump version to 1.1 for release. 11 years ago
Eric Anholt 67a1ad4f6c Add limited support for the KHRONOS_* defines from khrplatform.h. 11 years ago
Eric Anholt 9998c39e8d Fix a bad error message in an EGL test. 11 years ago
Eric Anholt eb7a99d1bd Add missing '\n's to wgl test errors. 11 years ago
Eric Anholt 81ccc70837 Fix some silly line-wrapping in a printf. 11 years ago
Eric Anholt c4d19366cc Add a missing \n on an error message. 11 years ago
Eric Anholt 766422a82c Use the same typedefs as upstream khrplatform.h in a couple cases. 11 years ago
Eric Anholt e4f5da9539 Add a test that khrplatform.h (if present) agrees with us. 11 years ago
Eric Anholt c996534080 Define the rest of the khrplatform.h types, and prevent its inclusion. 11 years ago
Eric Anholt 79600fa6d2 Merge branch 'khronos-registry' 11 years ago
Eric Anholt 17e5c307f5 Add missing dependency on libdl. 11 years ago
Matt Turner 5a39b7abe2 List X11_LIBS after lib{egl,glx}_common. 11 years ago
Matt Turner 309f2d2020 Use LDADD instead of LDFLAGS/DEPENDENCIES. 11 years ago
Eric Anholt 1c2b6daa9b Import registry from SVN 25146 11 years ago
Eric Anholt a55d28ee1b Fix a missing \n on printing out failure to dlsym(). 11 years ago
Eric Anholt c761908c3e Enable compiler warnings in the tests. 11 years ago
Eric Anholt 36847f88a7 Fix compiler warnings in the tests. 11 years ago
Eric Anholt 7c660c5c7a Add a COPYING file describing the two licenses for the project code. 11 years ago
Eric Anholt 1064406814 Fix using epoxy on systems with only EGL and GLES1 or GLES2. 11 years ago
Eric Anholt dbf940dabc Test for using GLES1/2 without GLX installed. 11 years ago
Eric Anholt 72e57908c6 Fix typo in gles2 dlsym setup 11 years ago
Eric Anholt 46953a662c Add missing make dist of gen_dispatch.py. 11 years ago
Eric Anholt 9e30b7e633 Fix a typo in the Makefile.am. 11 years ago