st/egl: Do not force validate when update_buffer is called.
[mesa.git] / src / gallium / state_trackers / egl / common / egl_g3d.c
2010-02-21 Chia-I Wust/egl: Do not force validate when update_buffer is...
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-08 Keith Whitwellegl: re-fix context_create typo
2010-02-08 Keith Whitwellgallium: squash-merge of gallium screen context
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-02-04 Vinson Leest/egl: Add missing headers.
2010-02-04 Igor Oliveiraegl: fix implicit declaration of pipe_texture_reference...
2010-02-03 José FonsecaMerge branch 'gallium-embedded'
2010-02-02 Chia-I Wust/egl: Wrong context might be used in eglBindTexImage.
2010-01-31 Chia-I Wuegl: Initialize display configs with the display.
2010-01-31 Chia-I Wuegl: Initialize display resources with their display.
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-31 Chia-I Wust/egl: Do not ignore configs without a renderable...
2010-01-31 Chia-I Wust/egl: Remove egl_g3d_get_current_context.
2010-01-30 Chia-I Wust/egl: eglBindTexImage should bind to an OpenGL ES...
2010-01-30 Chia-I Wuegl: Rename Binding to CurrentContext in _EGLSurface.
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-28 Chia-I Wuegl: Migrate drivers to use _eglBindContext.
2010-01-28 Chia-I Wuegl: eglMakeCurrent should accept an uninitialized...
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-26 Chia-I Wuegl: Remove _eglGetCurrentSurface and _eglGetCurrentDis...
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Chia-I Wuegl: Native types are renamed in EGL 1.3.
2010-01-24 Chia-I Wuegl: Make surfaces and contexts resources.
2010-01-23 Dave AirlieMerge branch 'arb_half_float_vertex'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Chia-I Wust/egl_g3d: Rename to st/egl.