summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_screen.h
AgeCommit message (Collapse)Author
2008-05-06gallium: New pipe_screen interface to overlay a texture on existing memory.José Fonseca
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-04-25gallium: tweak comments, minor var renamingBrian Paul
2008-03-21gallium: document is_format_supported()'s type paramBrian Paul
2008-02-26gallium: introduce 'pipe_screen' for context-independent functionsBrian
This will allow creating textures before a rendering context exists, for example. Only implemented in i915 driver for now. i915pipe->texture_create() just dispatches through to the i915screen->texture_create() to avoid state tracker changes for now.