summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | st/egl: Fix memory leak in egl_tracker.c.Vinson Lee2009-11-201-1/+1
| |/ /
| * | st/egl: add some basic commentsBrian Paul2009-11-152-0/+25
| * | st/egl: Probe hardware for depth stencil formatJakob Bornecrantz2009-11-101-24/+52
* | | st/egl: Allow APIs other than OpenGL.Chia-I Wu2009-11-101-2/+0
|/ /
* | mesa: Enable remap table in core.Chia-I Wu2009-10-232-70/+1
* | gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-171-6/+17
* | st/egl: Fix a double free in drm_destroy_context.Chia-I Wu2009-09-301-1/+0
* | st/egl: Fix a crash when unbinding current context.Chia-I Wu2009-09-303-14/+4
* | st/egl: Remove buffer from screenJakob Bornecrantz2009-09-272-5/+3
|/
* drm_api: Operate on textures instead of buffersJakob Bornecrantz2009-08-281-7/+2
* EGL_i915: Make struct drm_device per display.Chia-I Wu2009-08-264-43/+55
* st/egl: Add support for drmModeDirtyFB command if foundJakob Bornecrantz2009-08-211-2/+10
* st/egl: Open the first drm nodeJakob Bornecrantz2009-08-201-1/+12