aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/common/egl_g3d.c
Commit message (Expand)AuthorAgeFilesLines
* st/egl: Move module loading code to targets.Chia-I Wu2010-06-291-60/+52
* st/egl: One driver per hardware.Chia-I Wu2010-06-291-6/+42
* st/egl: Introduce native_platform.Chia-I Wu2010-06-291-14/+33
* st_api: Remove st_context::is_visual_supported.Chia-I Wu2010-06-291-9/+1
* egl: Introduce platform displays internally.Chia-I Wu2010-06-231-4/+4
* st/egl: Add GDI backend.Chia-I Wu2010-05-311-1/+1
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-1/+1
|\
| * st/egl: adapt to interface changesRoland Scheidegger2010-05-171-1/+1
* | egl_g3d: Check external modules for client APIs first.Chia-I Wu2010-05-081-7/+2
|/
* st/egl: Follow the portability guide.Chia-I Wu2010-04-111-14/+14
* st/egl: Factor driver callbacks to a new file.Chia-I Wu2010-04-111-697/+7
* st/egl: Remove depth/stencil format from the native interface.Chia-I Wu2010-04-111-19/+69
* st/egl: Remove __GLcontextModes from the native interface.Chia-I Wu2010-04-111-25/+108
* Squashed commit of the following:Keith Whitwell2010-04-101-7/+9
* Fix copyright headers.Chia-I Wu2010-04-101-5/+6
* st/egl: Fix a typo in determining the render buffer.Chia-I Wu2010-04-101-1/+1
* st/egl: Remove pbuffer from the native interface.Chia-I Wu2010-04-091-14/+27
* st/egl: Fix eglCopyBuffers.Chia-I Wu2010-03-131-13/+21
* st/egl: Use st_api.h instead of st_public.h.Chia-I Wu2010-03-121-372/+190
* gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell2010-03-101-2/+7
* Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-091-4/+33
|\
| * st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.Chia-I Wu2010-03-051-3/+11
| * st/egl: Add event support to the native display interface.Chia-I Wu2010-03-051-1/+22
* | st/egl: Use xlib_sw_winsys in ximage backend.Chia-I Wu2010-03-091-15/+0
|/
* egl: Rename pipe formats.José Fonseca2010-03-011-1/+1
* st/egl: Reduce validation round-trips in ximage backend.Chia-I Wu2010-02-251-19/+1
* st/egl: Unify surface creation.Chia-I Wu2010-02-231-107/+97
* st/egl: Enable extensions before adding configs.Chia-I Wu2010-02-211-6/+6
* st/egl: Do not force validate when update_buffer is called.Chia-I Wu2010-02-211-6/+0
* egl: re-fix context_create typoKeith Whitwell2010-02-081-1/+1
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-2/+5
* st/egl: Add missing headers.Vinson Lee2010-02-031-0/+1
* egl: fix implicit declaration of pipe_texture_reference adding u_inlines.hIgor Oliveira2010-02-041-0/+1
* st/egl: Wrong context might be used in eglBindTexImage.Chia-I Wu2010-02-021-9/+11
* egl: Initialize display configs with the display.Chia-I Wu2010-01-311-1/+1
* egl: Initialize display resources with their display.Chia-I Wu2010-01-311-5/+5
* st/egl: Do not ignore configs without a renderable type.Chia-I Wu2010-01-311-6/+6
* st/egl: Remove egl_g3d_get_current_context.Chia-I Wu2010-01-311-16/+4
* st/egl: eglBindTexImage should bind to an OpenGL ES texture.Chia-I Wu2010-01-301-4/+2
* egl: Rename Binding to CurrentContext in _EGLSurface.Chia-I Wu2010-01-301-2/+2
* egl: Migrate drivers to use _eglBindContext.Chia-I Wu2010-01-281-10/+11
* egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu2010-01-281-10/+30
* egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu2010-01-261-3/+4
* egl: Native types are renamed in EGL 1.3.Chia-I Wu2010-01-251-1/+1
* egl: Make surfaces and contexts resources.Chia-I Wu2010-01-241-1/+1
* st/egl_g3d: Rename to st/egl.Chia-I Wu2010-01-221-0/+1336