mesa/src/gallium/winsys
Chia-I Wu aa281dd392 st/egl: update fbdev backend
Considering fbdev as an in-kernel window system,

 - opening a device opens a connection
 - there is only one window: the framebuffer
 - fb_var_screeninfo decides window position, size, and even color format
 - there is no pixmap

Now EGL is built on top of this window system.  So we should have

 - the fd as the handle of the native display
 - reject all but one native window: NULL
 - no pixmap support

modeset support is still around, but it should be removed soon.
2011-06-28 15:07:30 +09:00
..
i915 i915g: implement fence signalling 2011-06-11 17:11:26 +02:00
i965 i965g: update disassembler code from classic. 2011-01-09 17:21:10 +10:00
nouveau/drm nvc0: import nvc0 gallium driver 2010-11-12 15:17:40 +01:00
r600/drm r600g: fix num_banks interpretation on eg+ 2011-06-22 12:34:37 -04:00
radeon/drm r300g: Remove is_r3xx 2011-06-07 10:28:20 -04:00
svga/drm svga/drm: Implement svga_winsys_screen::get_hw_version. 2011-05-10 16:36:35 +01:00
sw st/egl: update fbdev backend 2011-06-28 15:07:30 +09:00
Makefile gallium: Improve recursive makefiles 2009-02-20 11:25:55 +00:00
SConscript i915g: Add winsys/i915/sw to scons build 2011-02-21 00:50:16 +01:00