Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-30 | gallium: make p_winsys internal | Zack Rusin | |
move it to pipe/internal/p_winsys_screen.h and start converting the state trackers to the screen usage | |||
2009-01-30 | egl: Don't fill shown screen | Jakob Bornecrantz | |
2009-01-29 | egl: Blit to the bound frontbuffer with pipe | Jakob Bornecrantz | |
2009-01-28 | egl: Adopt to st_framebuffer changes | 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. |