summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_inlines.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: Use consistent semantics for map ranges in gallium.José Fonseca2009-03-041-9/+10
* gallium: Ensure map ranges are valid.José Fonseca2009-03-041-0/+4
* Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca2009-03-041-113/+0
|\
| * gallium: Unify reference counting.Michel Dänzer2009-03-041-113/+0
* | gallium: Massage the interface to more closely resemble ARB_map_buffer_rangeJosé Fonseca2009-03-031-52/+26
* | gallium: Allow to specify how much will be read / was written in buffer map/u...José Fonseca2009-02-241-6/+65
|/
* gallium: Add pipe_buffer_write/read inlines.José Fonseca2009-02-241-0/+38
* gallium: Add pipe_transfer_reference().Michel Dänzer2009-02-181-0/+25
* gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-23/+0
* gallium: make p_winsys internalZack Rusin2009-01-301-22/+6
* gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-291-30/+33
* gallium: Remove the standalone surfaces.José Fonseca2009-01-201-32/+12
* gallium: Ensure refcounts of live objects are never zero.José Fonseca2008-11-031-12/+18
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-031-14/+14
* re-add pipe_surface map/unmap inlinesKeith Whitwell2008-05-021-0/+33
* gallium: tex surface checkpointKeith Whitwell2008-05-011-17/+14
* gallium: new pipe_buffer alloc/map/unmap/ref wrappersBrian Paul2008-04-301-0/+50
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-271-12/+6
* gallium: introduce 'pipe_screen' for context-independent functionsBrian2008-02-261-1/+10
* gallium: remove pipe parameter from pipe_texture_reference()Brian2008-02-261-1/+13
* Make the pipe headers C++ friendly.José Fonseca2008-02-251-0/+9
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+112