Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-18 | winsys/drm: Do not use --whole-archive in Makefile.egl. | Chia-I Wu | |
--whole-archive is not portable. Have the drivers reference _eglMain as a poor man's --whole-archive. | |||
2010-01-22 | st/egl_g3d: Rename to st/egl. | Chia-I Wu | |
Simply the name to egl. | |||
2010-01-22 | st/egl: Remove the egl state tracker. | Chia-I Wu | |
The egl_g3d state tracker has support for KMS, and the support is based on the egl state tracker. As egl_g3d provides more features, it should be better to keep only egl_g3d to unify the efforts. | |||
2009-11-10 | st/egl: Allow APIs other than OpenGL. | Chia-I Wu | |
This is done by stopping linking to libmesagallium.a and removing DRI related stuff. The state tracker an application links to decides the API supported. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-05 | i915g: Drop the simple sufix | Jakob Bornecrantz | |
None of the other driver have a silly sufix, so just drop it. Nothing new added in this commit or any other commit but this is better marketing. | |||
2009-08-05 | i915g: Link with trace on EGL and Xorg | Jakob Bornecrantz | |
2009-02-12 | intel: Make gem export the drm_api_hocks | Jakob Bornecrantz | |
2009-01-29 | intel: Change link order | Jakob Bornecrantz | |
2009-01-18 | i915: Use new egl state_tracker | Jakob Bornecrantz | |
2008-11-15 | i915: Silence warning | Jakob Bornecrantz | |
2008-09-26 | st: change from ** to * for st_unreference_framebuffer() | Alan Hourihane | |
2008-08-17 | if we can't find a mode, return first. At least we should | Alan Hourihane | |
see the top left portion if we've got larger screens on other CRTC's | |||
2008-08-17 | consolidate intel directories. | Alan Hourihane | |
we now have src/gallium/winsys/drm/intel/{common,dri,egl} |