aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/egl_surface.c
Commit message (Expand)AuthorAgeFilesLines
* st/egl: add some basic commentsBrian Paul2009-11-151-0/+21
* st/egl: Probe hardware for depth stencil formatJakob Bornecrantz2009-11-101-24/+52
* gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-171-6/+17
* st/egl: Fix a crash when unbinding current context.Chia-I Wu2009-09-301-7/+4
* st/egl: Remove buffer from screenJakob Bornecrantz2009-09-271-4/+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-261-9/+9
* st/egl: Add support for drmModeDirtyFB command if foundJakob Bornecrantz2009-08-211-2/+10
* egl: Create the front texture the properlyJakob Bornecrantz2009-08-181-25/+9
* egl: Overhaul driver API.Chia-I Wu2009-08-181-30/+19
* st/egl: Create primary texture not display targetJakob Bornecrantz2009-08-051-2/+2
* egl: Replace IsBound by a pointer to the binding.Chia-I Wu2009-08-031-1/+1
* egl: Remove redundant DeletePending flag.Chia-I Wu2009-07-171-3/+1
* egl: Use the link functions to manage resources.Chia-I Wu2009-07-171-3/+4
* drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-301-1/+1
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-261-2/+0
* st/egl: Set dpms to on when showing screensJakob Bornecrantz2009-03-251-0/+7
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-1/+0
* gallium: Unify reference counting.Michel Dänzer2009-03-041-3/+3
* st/drm: s/hocks/hooks/Jakob Bornecrantz2009-03-031-2/+1
* egl: Fix for minor api changeJakob Bornecrantz2009-02-271-1/+1
* egl: Use only libdrm structs for kmsJakob Bornecrantz2009-02-111-2/+2
* egl: Don't fill shown screenJakob Bornecrantz2009-01-301-16/+0
* egl: Blit to the bound frontbuffer with pipeJakob Bornecrantz2009-01-291-0/+8
* egl: Adopt to st_framebuffer changesJakob Bornecrantz2009-01-281-2/+1
* egl: Fix swap and creation of front bufferJakob Bornecrantz2009-01-191-18/+112
* egl: Add a egl state_tracker that use GalliumJakob Bornecrantz2009-01-181-0/+324