aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_screen.h
Commit message (Expand)AuthorAgeFilesLines
...
| * Squashed commit of the following:Keith Whitwell2010-04-101-95/+18
| * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-17/+0
| * gallium: Do not mix winsys-drawable-handle and context-private.Chia-I Wu2010-03-101-1/+4
| * Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-28/+0
| * gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2010-03-011-0/+20
* | vl: Adapt to dri changes.Younes Manton2010-04-241-2/+7
* | vl: Remove pipe_video_surface hooks from pipe_screen as well.Younes Manton2010-03-121-12/+0
|/
* gallium: comment/document usage flagsBrian Paul2010-02-241-1/+3
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-0/+3
* st/dri: update dri2 drawables when viewport is changedBen Skeggs2010-01-111-0/+5
* g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton2009-09-271-1/+15
* gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz2009-08-111-0/+1
* gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...José Fonseca2009-06-301-6/+14
* 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