summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl
Commit message (Expand)AuthorAgeFilesLines
* gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-011-1/+1
* gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2010-03-011-3/+6
* st/egl: Reduce validation round-trips in DRI2 backend.Chia-I Wu2010-02-251-14/+88
* st/egl: Reduce validation round-trips in ximage backend.Chia-I Wu2010-02-252-43/+39
* st/egl: Refactor dri2_surface_get_buffers.Chia-I Wu2010-02-251-51/+67
* st/egl: Add dri2InvalidateBuffers.Chia-I Wu2010-02-254-19/+74
* st/egl: Unify surface creation.Chia-I Wu2010-02-231-107/+97
* st/egl: Disable SHM in ximage backend.Chia-I Wu2010-02-211-3/+10
* st/egl: Properly convert vrefresh to refresh rate.Chia-I Wu2010-02-211-1/+4
* 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
* st/egl: Clean up DRI2 surface.Chia-I Wu2010-02-211-130/+182
* st/egl: Clean up ximage surface.Chia-I Wu2010-02-211-61/+109
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-092-3/+3
* egl: re-fix context_create typoKeith Whitwell2010-02-081-1/+1
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-085-43/+5
* egl: Remove egl_xdri.Chia-I Wu2010-02-054-4/+695
* egl: Convert drivers to use typecast macros.Chia-I Wu2010-02-041-36/+3
* st/egl: Add missing headers to kms display.Chia-I Wu2010-02-041-0/+2
* st/egl: Add missing headers.Vinson Lee2010-02-032-0/+2
* egl: fix implicit declaration of pipe_texture_reference adding u_inlines.hIgor Oliveira2010-02-043-0/+3
* Merge branch 'gallium-embedded'José Fonseca2010-02-032-3/+3
|\
| * gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-022-2/+2
| * gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+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: check if driver_name is nullIgor Oliveira2010-01-251-1/+2
* egl: Make surfaces and contexts resources.Chia-I Wu2010-01-241-1/+1
* st/egl_g3d: Rename to st/egl.Chia-I Wu2010-01-2217-0/+5457
* st/egl: Remove the egl state tracker.Chia-I Wu2010-01-226-1119/+0
* Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-122-32/+86
|\
| * Merge branch 'mesa_7_7_branch'Brian Paul2009-12-312-3/+4
| |\
| | * st/egl: Move declaration before code.Vinson Lee2009-12-281-1/+2
| | * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-271-2/+2
| | |\
| | | * st/egl: Use C-style comments.Vinson Lee2009-12-231-2/+2
| | | * st/egl: Fix memory leak in egl_tracker.c.Vinson Lee2009-12-061-1/+1
| * | | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-1/+0
| |\ \ \
| | * | | fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-301-1/+0
| * | | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
| |/ / /
| * | | Merge branch 'width0'Roland Scheidegger2009-11-271-3/+3
| |\ \ \ | | |/ / | |/| |
| | * | gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-3/+3