summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/gdi
Commit message (Expand)AuthorAgeFilesLines
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-2/+1
* st/egl: Fix GDI build.José Fonseca2011-09-081-1/+1
* st/egl: add native_present_controlChia-I Wu2011-09-081-5/+3
* st/egl: reorganize backend initializationChia-I Wu2011-06-251-30/+28
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-1/+1
* st/egl: Move the copy context to the native display structureThomas Hellstrom2011-03-011-1/+1
* egl: Improve driver selection.Chia-I Wu2011-01-131-3/+11
* st/egl: Remove native_config::slow_config.Chia-I Wu2010-12-221-1/+0
* egl/gdi: fix typo: xsurf->gsurfBrian Paul2010-11-031-1/+1
* st/egl: Remove flush_frontbuffer and swap_buffers.Chia-I Wu2010-11-031-2/+0
* st/egl: Add native_surface::present callback.Chia-I Wu2010-11-031-0/+29
* st/egl: Add egl-gdi target.Chia-I Wu2010-06-301-1/+1
* egl: Remove st/egl probe code.Chia-I Wu2010-06-291-2/+0
* st/egl: Move module loading code to targets.Chia-I Wu2010-06-291-19/+20
* st/egl: One driver per hardware.Chia-I Wu2010-06-291-1/+1
* st/egl: Introduce native_platform.Chia-I Wu2010-06-291-19/+14
* egl: Introduce platform displays internally.Chia-I Wu2010-06-231-3/+2
* st/egl: Move sw screen creation to native helper.Chia-I Wu2010-06-041-31/+10
* st/egl: Use stamps only to avoid unnecessary geometry update.Chia-I Wu2010-05-311-10/+8
* st/egl: Update GDI backend to use resource_surface.Chia-I Wu2010-05-311-146/+51
* st/egl: Add GDI backend.Chia-I Wu2010-05-311-0/+524