summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/x11/native_ximage.c
AgeCommit message (Expand)Author
2011-03-01st/egl: Move the copy context to the native display structureThomas Hellstrom
2010-12-22st/egl: Remove native_config::slow_config.Chia-I Wu
2010-12-22st/egl: Make config optional for create_pixmap_surface.Chia-I Wu
2010-11-03st/egl: Remove flush_frontbuffer and swap_buffers.Chia-I Wu
2010-11-03st/egl: Add native_surface::present callback.Chia-I Wu
2010-06-29st/egl: Move module loading code to targets.Chia-I Wu
2010-06-23egl: Introduce platform displays internally.Chia-I Wu
2010-06-04st/egl: Move sw screen creation to native helper.Chia-I Wu
2010-05-31st/egl: Use stamps only to avoid unnecessary geometry update.Chia-I Wu
2010-05-31st/egl: Update ximage backend to use resource_surface.Chia-I Wu
2010-04-16st/egl: Remove unnecessary header.Vinson Lee
2010-04-11st/egl: Follow the portability guide.Chia-I Wu
2010-04-11st/egl: Remove depth/stencil format from the native interface.Chia-I Wu
2010-04-11st/egl: Remove __GLcontextModes from the native interface.Chia-I Wu
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-10Fix copyright headers.Chia-I Wu
2010-04-09st/egl: Remove pbuffer from the native interface.Chia-I Wu
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-13st/egl: Cache the pipe surface used in flush_frontbuffer.Chia-I Wu
2010-03-10target-helpers: remove swrast_xlib.c helperKeith Whitwell
2010-03-10st/egl: Fix build errors in ximage backend after merge.Chia-I Wu
2010-03-09egl/x11: use swrast-xlib helperKeith Whitwell
2010-03-09ws/xlib: manage the GC internallyKeith Whitwell
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-09st/egl: Use xlib_sw_winsys in ximage backend.Chia-I Wu
2010-03-05st/egl: Add get_param to native display interface.Chia-I Wu
2010-03-05st/egl: Add event support to the native display interface.Chia-I Wu
2010-03-01egl: Rename pipe formats.José Fonseca
2010-02-25st/egl: Reduce validation round-trips in ximage backend.Chia-I Wu
2010-02-21st/egl: Clean up ximage surface.Chia-I Wu
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-04egl: fix implicit declaration of pipe_texture_reference adding u_inlines.hIgor Oliveira
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2010-01-22st/egl_g3d: Rename to st/egl.Chia-I Wu