summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl
AgeCommit message (Expand)Author
2010-02-25st/egl: Reduce validation round-trips in DRI2 backend.Chia-I Wu
2010-02-25st/egl: Reduce validation round-trips in ximage backend.Chia-I Wu
2010-02-25st/egl: Refactor dri2_surface_get_buffers.Chia-I Wu
2010-02-25st/egl: Add dri2InvalidateBuffers.Chia-I Wu
2010-02-23st/egl: Unify surface creation.Chia-I Wu
2010-02-21st/egl: Disable SHM in ximage backend.Chia-I Wu
2010-02-21st/egl: Properly convert vrefresh to refresh rate.Chia-I Wu
2010-02-21st/egl: Enable extensions before adding configs.Chia-I Wu
2010-02-21st/egl: Do not force validate when update_buffer is called.Chia-I Wu
2010-02-21st/egl: Clean up DRI2 surface.Chia-I Wu
2010-02-21st/egl: Clean up ximage surface.Chia-I Wu
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-08egl: re-fix context_create typoKeith Whitwell
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-05egl: Remove egl_xdri.Chia-I Wu
2010-02-04egl: Convert drivers to use typecast macros.Chia-I Wu
2010-02-04st/egl: Add missing headers to kms display.Chia-I Wu
2010-02-03st/egl: Add missing headers.Vinson Lee
2010-02-04egl: fix implicit declaration of pipe_texture_reference adding u_inlines.hIgor Oliveira
2010-02-03Merge branch 'gallium-embedded'José Fonseca
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-02-02st/egl: Wrong context might be used in eglBindTexImage.Chia-I Wu
2010-01-31egl: Initialize display configs with the display.Chia-I Wu
2010-01-31egl: Initialize display resources with their display.Chia-I Wu
2010-01-31st/egl: Do not ignore configs without a renderable type.Chia-I Wu
2010-01-31st/egl: Remove egl_g3d_get_current_context.Chia-I Wu
2010-01-30st/egl: eglBindTexImage should bind to an OpenGL ES texture.Chia-I Wu
2010-01-30egl: Rename Binding to CurrentContext in _EGLSurface.Chia-I Wu
2010-01-28egl: Migrate drivers to use _eglBindContext.Chia-I Wu
2010-01-28egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu
2010-01-26egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu
2010-01-25egl: Native types are renamed in EGL 1.3.Chia-I Wu
2010-01-25egl: check if driver_name is nullIgor Oliveira
2010-01-24egl: Make surfaces and contexts resources.Chia-I Wu
2010-01-22st/egl_g3d: Rename to st/egl.Chia-I Wu
2010-01-22st/egl: Remove the egl state tracker.Chia-I Wu
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-28st/egl: Move declaration before code.Vinson Lee
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-23st/egl: Use C-style comments.Vinson Lee
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-06st/egl: Fix memory leak in egl_tracker.c.Vinson Lee
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger
2009-11-27Merge branch 'width0'Roland Scheidegger
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger
2009-11-20st/egl: Fix memory leak in egl_tracker.c.Vinson Lee
2009-11-15st/egl: add some basic commentsBrian Paul