summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/common
AgeCommit message (Expand)AuthorFilesLines
2010-06-29st/egl: Introduce native_platform.Chia-I Wu4-34/+56
2010-06-29st_api: Remove st_context::is_visual_supported.Chia-I Wu1-9/+1
2010-06-23egl: Introduce platform displays internally.Chia-I Wu3-8/+7
2010-06-10st/egl: Remove unnecessary header.Vinson Lee1-1/+0
2010-06-04st/egl: Fix compiler warnings.Chia-I Wu1-0/+1
2010-06-04st/egl: Move sw screen creation to native helper.Chia-I Wu2-0/+21
2010-05-31st/egl: Add helper functions for use by backends.Chia-I Wu2-0/+305
2010-05-31st/egl: Use OS-specific module suffices.Chia-I Wu1-6/+17
2010-05-31st/egl: Add GDI backend.Chia-I Wu1-1/+1
2010-05-30st/egl: Hook eglCreatePbufferFromClientBuffer.Chia-I Wu3-20/+141
2010-05-30st/egl: Fix eglCopyBuffers.Chia-I Wu1-2/+1
2010-05-27egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image()Brian Paul1-0/+1
2010-05-21st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz1-7/+8
2010-05-21st_api: Add get param function to st_managerJakob Bornecrantz1-0/+8
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger2-23/+16
2010-05-17st/egl: adapt to interface changesRoland Scheidegger2-23/+16
2010-05-08egl_g3d: Check external modules for client APIs first.Chia-I Wu3-39/+157
2010-04-26et/egl: Remove dead code.Vinson Lee1-3/+0
2010-04-26st_api: Remove st_moduleJakob Bornecrantz1-14/+15
2010-04-11st/egl: Follow the portability guide.Chia-I Wu5-38/+39
2010-04-11st/egl: Factor driver callbacks to a new file.Chia-I Wu5-702/+776
2010-04-10st/egl: Remove unnecessary header.Vinson Lee1-1/+0
2010-04-11st/egl: Remove depth/stencil format from the native interface.Chia-I Wu2-21/+69
2010-04-11st/egl: Remove __GLcontextModes from the native interface.Chia-I Wu3-41/+129
2010-04-10Squashed commit of the following:Keith Whitwell5-27/+29
2010-04-10Fix copyright headers.Chia-I Wu8-40/+48
2010-04-10st/egl: Fix a typo in determining the render buffer.Chia-I Wu1-1/+1
2010-04-09st/egl: Move probe interface to native_probe.h.Chia-I Wu2-37/+68
2010-04-09st/egl: Remove pbuffer from the native interface.Chia-I Wu4-24/+84
2010-04-04st/egl: Implement get_egl_image hook.Chia-I Wu1-0/+32
2010-04-02st/egl: Add a missing break.Chia-I Wu1-0/+1
2010-03-13st/egl: Fix eglCopyBuffers.Chia-I Wu2-13/+22
2010-03-12st/egl: Use st_api.h instead of st_public.h.Chia-I Wu6-576/+474
2010-03-10gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell2-3/+8
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell6-54/+349
2010-03-09st/egl: Use xlib_sw_winsys in ximage backend.Chia-I Wu2-18/+0
2010-03-05st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.Chia-I Wu4-3/+202
2010-03-05st/egl: Add get_param to native display interface.Chia-I Wu1-0/+16
2010-03-05st/egl: Move modeset interface to native_modeset.h.Chia-I Wu2-55/+89
2010-03-05st/egl: Add event support to the native display interface.Chia-I Wu2-2/+48
2010-03-01egl: Rename pipe formats.José Fonseca1-1/+1
2010-02-25st/egl: Reduce validation round-trips in ximage backend.Chia-I Wu1-19/+1
2010-02-23st/egl: Unify surface creation.Chia-I Wu1-107/+97
2010-02-21st/egl: Enable extensions before adding configs.Chia-I Wu1-6/+6
2010-02-21st/egl: Do not force validate when update_buffer is called.Chia-I Wu1-6/+0
2010-02-08egl: re-fix context_create typoKeith Whitwell1-1/+1
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell2-7/+5
2010-02-04egl: Convert drivers to use typecast macros.Chia-I Wu1-36/+3
2010-02-03st/egl: Add missing headers.Vinson Lee1-0/+1
2010-02-04egl: fix implicit declaration of pipe_texture_reference adding u_inlines.hIgor Oliveira1-0/+1