egl: Convert configs to use shifts and sizes instead of masks
[mesa.git] / src / egl / drivers / dri2 / platform_x11.c
2019-08-21 Kevin Strasseregl: Convert configs to use shifts and sizes instead...
2019-08-13 Harish Krupoegl/android: Delete set_damage_region from egl dri...
2019-07-22 Kenneth Graunkeegl: Only expose 565 pbuffer configs if X can export...
2019-07-22 Kenneth Graunkeegl: Make the 565 pbuffer-only config single buffered.
2019-06-10 Mathias Fröhlichegl: Let the caller of dri2_create_drawable decide...
2019-06-07 Kenneth Graunkeegl/x11: calloc dri2_surf so it's properly zeroed
2019-06-05 Emil Velikovegl/dri: flesh out and use dri2_create_drawable()
2019-06-05 Adam Jacksonegl/x11: pick the user requested screen
2019-05-14 Paulo Zanoniegl: store the native surface pointer in struct _egl_su...
2019-03-22 Eric Anholtegl: Add a 565 pbuffer-only EGL config under X11.
2019-02-06 Eric Engestromegl: use coherent variable names
2018-11-01 Emil Velikovegl: set the EGLDevice when creating a display
2018-10-03 Emil Velikovegl/x11: remove eglSwap* surface check
2018-08-21 Eric Engestromegl: add helper to combine two u32 into one u64
2018-08-07 Emil Velikovegl/x11: use the no-op dri2_fallback_copy_buffers for...
2018-08-01 Mario Kleineregl/x11: Handle both depth 30 formats for eglCreateImag...
2018-05-29 Eric Engestromegl/x11: fix build with DRI3 disabled
2018-05-24 Eric Engestromegl/x11: deduplicate depth-to-format logic
2018-05-03 Deepak Rawategl/x11: Send invalidate to driver on copy_region path...
2018-05-03 Juan A. Suarez Romeroegl: check if colorspace/surface type is supported
2018-01-03 Mario Kleineregl/x11: Handle depth 30 drawables for EGL_KHR_image_pi...
2018-01-03 Mario Kleineregl/x11: Handle depth 30 drawables under software raste...
2018-01-03 Mario Kleineregl/x11: Match depth 30 RGB visuals to 32-bit RGBA...
2017-12-27 Eric Engestromegl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFall...
2017-12-01 Vadym Shovkopliasegl/x11: Remove unneeded free() on always null string
2017-11-16 Emil Velikovegl/x11: move teardown code to the platform file
2017-10-18 Eric Engestromegl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is set
2017-09-27 Tomasz Figaegl/dri2: Implement swapInterval fallback in a conforma...
2017-09-19 Zhongmin Wuegl: Allow creation of per surface out fence
2017-09-12 Eric Engestromegl+glx: turn LIBGL_DRI3_DISABLE into a boolean
2017-09-12 Eric Engestromegl+glx: turn LIBGL_ALWAYS_SOFTWARE into a boolean
2017-09-06 Emil Velikovegl/x11: advertise __DRI_USE_INVALIDATE for DRI2
2017-09-06 Emil Velikovegl/x11/dri3: adding missing __DRI_BACKGROUND_CALLABLE...
2017-08-30 Mark JanesRevert "egl: Allow creation of per surface out fence"
2017-08-30 Zhongmin Wuegl: Allow creation of per surface out fence
2017-08-10 Emil Velikovegl/x11: pass NULL instead of XCB_WINDOW_NONE as native...
2017-08-10 Matt Turneregl: Clean up native_type vs drawable mess
2017-08-10 Emil Velikovegl: handle BAD_NATIVE_PIXMAP further up the stack
2017-08-10 Emil Velikovegl: drop unreachable BAD_NATIVE_WINDOW conditions
2017-08-10 Emil Velikovegl: add dri2_setup_swap_interval helper
2017-08-09 Tapani Pälliegl/dri2: refactor dri2_query_surface, swrastGetDrawabl...
2017-08-07 Gurchetan Singhegl/dri2: add image extension such it's usable by swras...
2017-08-04 Emil Velikovegl/x11: don't leak xfixes_query in the error path
2017-08-01 Eric Engestromegl: deduplicate swap interval clamping logic
2017-07-19 Gwan-gyeong Munegl/dri2: remove unused buffer_count variable
2017-06-26 Ben Crockeregl_dri2: swrastGetDrawableInfo: set *x, *y [v2]
2017-06-26 Emil Velikovegl: fold _eglError() + return EGL_FALSE
2017-06-26 Emil Velikovegl: drop _eglInitImage() return type
2017-06-22 Chad Versaceegl: Rename 'count' in ${platform}_add_configs_for_visu...
2017-06-22 Chad Versaceegl/x11: Declare EGLConfig attrib array inside loop
2017-06-22 Chad Versaceegl/x11: Declare loop vars inside the loop
2017-06-22 Eric Engestromegl: properly count configs
2017-06-21 Eric Engestromegl: turn boolean `int`s into `bool`s
2017-06-11 Harish Krupoegl/android: support for EGL_KHR_partial_update
2017-05-29 Emil Velikovegl/x11: flatten codeflow
2017-05-29 Emil Velikovegl/x11: check for dri2_dpy->flush before using the...
2017-05-29 Emil Velikovegl: annotate dri2_egl_display_vtbl as const data
2017-05-29 Emil Velikovegl: refactor dri2_create_screen() into three separate...
2017-05-29 Emil Velikovegl/x11: make use of the dri2_display_destroy() helper
2017-05-08 Emil Velikovegl: remove suprous header eglcompiler.h
2017-05-04 Adam Jacksonegl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attribute
2017-03-16 Eric Anholtegl: Implement __DRI_BACKGROUND_CALLABLE
2017-01-13 Boyan Dingegl/dri2: Unify the style of function pointer calls...
2016-12-27 Tapani Pälliegl/dri2: implement query surface hook
2016-12-15 Eric Engestromegl/x11: cleanup init code
2016-11-22 Emil Velikovegl/x11: store xcb_screen_t *screen instead of int...
2016-11-22 Emil Velikovegl/x11: factor out dri2_get_xcb_connection()
2016-11-17 Eric Engestromegl/x11: misc style fixes
2016-10-18 Emil Velikovloader: remove loader_get_driver_for_fd() driver_type
2016-10-14 Emil Velikovegl/x11: attribute for dri2_add_config failure
2016-10-14 Emil Velikovegl/dri2: set WL_bind_wayland_display in a consistent way
2016-10-14 Emil Velikovegl/x11: don't crash if dri2_dpy->conn is NULL
2016-10-14 Emil Velikovegl/dri2: rework dri2_egl_display::extensions storage
2016-10-14 Emil Velikovegl/x11: don't populate dri2_dpy->swrast_loader_extension
2016-10-14 Emil Velikovegl/x11: don't populate dri2_dpy->dri2_loader_extension
2016-10-14 Emil Velikovegl/dri2: move surface refcounting out of the platform...
2016-09-01 Frank Binnsegl: only store device name when Wayland support is...
2016-08-31 Frank Binnsegl/x11_dri3: disable WL_bind_wayland_display for devic...
2016-08-15 Jan Ziakegl/x11: avoid using freed memory if dri2 init fails
2016-05-01 Mark Kettenisegl/x11: resolve "initialization from incompatible...
2016-04-21 Jonathan Grayegl/x11: authenticate before doing chipset id ioctls
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-09 Emil Velikovegl/x11: check the return value of xcb_dri2_get_buffers...
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-19 Daniel Czarnowskiegl_dri2: set correct error code if swapbuffers fails
2016-02-15 Daniel Czarnowskiegl_dri2: NULL check for xcb_dri2_get_buffers_reply()
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-17 Martin Peresegl: make it clear which platform x11 backend is being...
2015-11-17 Boyan Dingegl/x11_dri3: Implement EGL_KHR_image_pixmap
2015-11-17 Boyan Dingegl/x11: Implement dri3 support with loader's dri3...
2015-11-17 Boyan Dingegl_dri2: Add a function to let platform code return...
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-07 Emil Velikovegl/dri2: enable EGL_KHR_gl_colorspace for swrast
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-15 Emil Velikovegl/dri2: don't leak the fd on dri2_terminate
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-13 Frank Binnsegl/x11: don't abort when creating a DRI2 drawable...
2015-08-13 Frank Binnsegl/x11: set EGL_BAD_NATIVE_(PIXMAP|WINDOW) for invalid...
2015-08-13 Frank Binnsegl/x11: fix use of EGL_BAD_NATIVE_WINDOW
2015-08-08 Boyan Dingegl/x11: Fix driver_name acquisition
next