Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-07 | fix bad varname | Brian | |
2007-11-07 | Add winsys->surface_release() to complement winsys->surface_alloc(). | Brian | |
pipe_surface now has a pointer to the winsys which create/owns the surface. This allows clean surface deallocation w/out a rendering context. | |||
2007-11-06 | disable PIPE_FORMAT_U_Z32, doesn't work ATM | Brian | |
2007-11-06 | Update xmesa_is_format_supported() | Brian | |
2007-11-06 | rename xmesa_create_softpipe() xmesa_create_context() | Brian | |
2007-11-06 | Supply buffer usage hints to winsys. | José Fonseca | |
Winsys driver needs some hints in order to allocate the appropriate kind of memory for the buffer. | |||
2007-11-01 | Start re-working SwapBuffers. | Brian | |
intelCopyBuffer() is now intelDisplayBuffer(): it displays the given surface in the on-screen window. Added a pipe_surface parameter to winsys->flush_frontbuffer(). Front buffer rendering/flushing actually works now. But, we should only allocate the front surface on demand... | |||
2007-11-01 | Implement surface clearing w/out dependency on XMesa/Mesa stuff. | Brian | |
2007-10-31 | make winsys objects singletons, comments | Brian | |
2007-10-31 | Clean up xmesa winsys stuff | Brian | |
Plug xmesa_is_format_supported() into the softpipe_winsys object. | |||
2007-10-31 | Copy of xlib driver. This will get trimmed down a lot for Gallium. | Brian | |