summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl
AgeCommit message (Expand)Author
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
2009-11-10st/egl: Allow APIs other than OpenGL.Chia-I Wu
2009-11-10st/egl: Probe hardware for depth stencil formatJakob Bornecrantz
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson
2009-09-30st/egl: Fix a double free in drm_destroy_context.Chia-I Wu
2009-09-30st/egl: Fix a crash when unbinding current context.Chia-I Wu
2009-09-27st/egl: Remove buffer from screenJakob Bornecrantz
2009-08-28drm_api: Operate on textures instead of buffersJakob Bornecrantz
2009-08-26EGL_i915: Make struct drm_device per display.Chia-I Wu
2009-08-21st/egl: Add support for drmModeDirtyFB command if foundJakob Bornecrantz
2009-08-20st/egl: Open the first drm nodeJakob Bornecrantz