Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-18 | egl: Overhaul driver API. | Chia-I Wu | |
The motivation is so that drivers do not need to look up and check for bad display, context, and etc. It also becomes unnecessary for drivers to call the link functions. This commit makes eglapi.[ch] do the lookup and check. As a result, the driver API is overhauled, and almost all sources and drivers need update. The updates are mainly find and replace with human brains. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-06-30 | drm/st: Return drm_api struct from a function | Jakob Bornecrantz | |
2009-03-25 | st/egl: Set dpms to on when showing screens | Jakob Bornecrantz | |
There is a wonderful bug in 2.6.29 that causes a hard lock on my computer when this code is active for lvds that are turned off. | |||
2009-02-11 | egl: Use only libdrm structs for kms | Jakob Bornecrantz | |
2009-01-19 | egl: Fix swap and creation of front buffer | Jakob Bornecrantz | |
2009-01-18 | egl: Add a egl state_tracker that use Gallium | Jakob Bornecrantz | |
This works on top Gallium and KMS. The only thing that does not work currently is swap buffers for shown mesa screens. So the only fun thing this will produce is a white screen. The driver wishing to us the state_tracker needs to implement the intrace as define in drm_api.h located in gallium/include/state_tracker. And also have a working KMS implementation. |