summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl
Commit message (Expand)AuthorAgeFilesLines
* st/egl: add some basic commentsBrian Paul2009-11-152-0/+25
* st/egl: Probe hardware for depth stencil formatJakob Bornecrantz2009-11-101-24/+52
* 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
* egl: Create the front texture the properlyJakob Bornecrantz2009-08-181-25/+9
* egl: Some per-driver data should be per-display.Chia-I Wu2009-08-181-9/+16
* egl: Overhaul driver API.Chia-I Wu2009-08-184-70/+43
* 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-032-2/+2
* st/egl: Fix broken build after EGL thread changesAndrew Randrianasulu2009-07-181-1/+1
* egl: Remove redundant DeletePending flag.Chia-I Wu2009-07-172-6/+2
* egl: Use the link functions to manage resources.Chia-I Wu2009-07-172-7/+8
* drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-304-3/+7
* st/egl: Use proper MakefileJakob Bornecrantz2009-05-151-23/+13
* gallium: Update the drm_api.Thomas Hellstrom2009-04-281-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-253-0/+31
* st/egl: Fix warningJakob Bornecrantz2009-03-251-1/+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-033-4/+3
* egl: Fix for minor api changeJakob Bornecrantz2009-02-271-1/+1
* egl: remove compiler flags from CFLAGSBrian Paul2009-02-251-3/+1
* egl: add comment/reminder to fix the CFLAGS in this MakefileBrian Paul2009-02-251-0/+2
* gallium: Fix build when exiting CFLAGS contains a path with different gl.hBenjamin Close2009-02-251-2/+3
* egl: Doesn't depend on xorg or pixmanJakob Bornecrantz2009-02-121-1/+0
* galium: Makefile fixes: -Werror=implicit-function-declaration -> -Werror-impl...Benjamin Close2009-02-131-1/+1
* egl: Use only libdrm structs for kmsJakob Bornecrantz2009-02-113-4/+4
* Add external pixman CFLAGS after all internal include pathsDan Nicholson2009-02-111-1/+1
* gallium: make p_winsys internalZack Rusin2009-01-302-2/+1
* 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-192-20/+120
* egl: Add a egl state_tracker that use GalliumJakob Bornecrantz2009-01-186-0/+1034