summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_screen.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into gallium-texture-transferKeith Whitwell2009-02-161-1/+5
|\
| * gallium: fixup #includes: p_screen.h does not need anything in p_state.hBrian Paul2009-02-051-1/+3
| * gallium: move 'struct pipe_winsys'Brian Paul2009-02-051-0/+2
* | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-5/+19
|/
* gallium: add a convience wrapper for simple screensZack Rusin2009-01-301-1/+0
* gallium: make p_winsys internalZack Rusin2009-01-301-0/+37
* gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-291-1/+68
* gallium: standardize on stride instead of pitch in the interfaceZack Rusin2009-01-271-1/+1
* gallium: Fix doxygen comments.José Fonseca2008-09-191-0/+2
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-3/+6
* gallium: New pipe_screen interface to overlay a texture on existing memory.José Fonseca2008-05-061-0/+12
* gallium: tex surface checkpointKeith Whitwell2008-05-011-1/+16
* gallium: tweak comments, minor var renamingBrian Paul2008-04-251-7/+15
* gallium: document is_format_supported()'s type paramBrian Paul2008-03-211-0/+1
* gallium: introduce 'pipe_screen' for context-independent functionsBrian2008-02-261-0/+98