Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-03 | egl: Replace IsBound by a pointer to the binding. | Chia-I Wu | |
IsBound tells if a context or surface is current. What it does not tell is, to which thread a context is current, or to which context a surface is current. This commit replaces IsBound by a pointer to the binding thread or context. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-07-17 | egl: Remove redundant DeletePending flag. | Chia-I Wu | |
A context or surface that is neither linked to a display nor current to a thread should be destroyed. Therefore, an unlinked context or surface implies a pending delete automatically. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-07-17 | egl: Use the link functions to manage resources. | Chia-I Wu | |
This commit uses the newly introduced link functions to manage EGL contexts and surfaces. As a result of this, the API for drivers are changed. All drivers are updated for the change. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2008-09-21 | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell | |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | |
Makefile.template | |||
2006-10-31 | switch remaining drivers over to vbo | Keith Whitwell | |
2006-10-15 | Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. | Brian Paul | |
This is already done by the preceeding call to _mesa_init_driver_functions() which plugs in default functions like that. | |||
2005-09-19 | compilation fixes, don't know if runtime works | Brian Paul | |
2005-09-14 | Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function, | Brian Paul | |
call driUpdateFramebufferSize() when window size/position changes. | |||
2005-09-04 | Add new void *addr and __DRIdrawablePrivate parameters to | Brian Paul | |
driNewRenderbuffer(). | |||
2005-09-03 | remove SetBuffer | Brian Paul | |
2005-08-05 | More EGL prep. No impact on anything outside of EGL | Jon Smirl | |
2005-06-13 | fbSwapBuffers needs to return a status | Jon Smirl | |
2005-06-07 | Add SetBuffer to egl driver too | Jon Smirl | |
2005-05-20 | Remove some debug output | Jon Smirl | |
Add #if DEBUG_FRAG in s_nvfragprog.c | |||
2005-05-19 | Fix EGL fbdev palette problem. demo3 can save ppm of screen | Jon Smirl | |
2005-05-18 | Fix for writing the wrong sysfs variable when blanking | Jon Smirl | |
2005-05-18 | Implement fbdev swapbuffers() | Jon Smirl | |
2005-05-17 | Check error return from _eglInitPbufferSurface() correctly | Jon Smirl | |
2005-05-17 | Compute stride in the right order | Jon Smirl | |
2005-05-17 | Added software-based pbuffer support (untested). | Brian Paul | |
Use _eglConfigToContextModesRec() function and remove need for the _EGLConfig->glmode struct. Silence some compiler warnings. | |||
2005-05-17 | Make EGL_NO_MODE_MESA work. | Jon Smirl | |
2005-05-17 | Fix several internal problems with generating the list of configs. | Jon Smirl | |
2005-05-16 | Add error about write permission to fbdev attribs | Jon Smirl | |
2005-05-16 | remove MESA suffix from _eglInitScreenSurface, use swAlpha value | Brian Paul | |
2005-05-15 | A few egl patches needed for glitz, mainly config BITS | Jon Smirl | |
2005-05-14 | Forgot to add fb_egl.c | Jon Smirl | |