aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_screen.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: updated comments in p_screen.hBrian Paul2009-04-091-4/+6
* gallium: Use "flags" consistently.José Fonseca2009-04-091-2/+2
* gallium: Explain what happens if buffer_flush_mapped_range isn't called.José Fonseca2009-03-201-0/+7
* gallium: Use consistent semantics for map ranges in gallium.José Fonseca2009-03-041-3/+10
* Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca2009-03-041-12/+4
|\
| * gallium: Unify reference counting.Michel Dänzer2009-03-041-12/+4
* | gallium: Massage the interface to more closely resemble ARB_map_buffer_rangeJosé Fonseca2009-03-031-19/+10
* | gallium: Allow to specify how much will be read / was written in buffer map/u...José Fonseca2009-02-241-0/+28
|/
* 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