summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_screen.h
AgeCommit message (Expand)AuthorFilesLines
2010-03-08gallium: remove p_screen::surface_buffer_creategallium-no-texture-blanketKeith Whitwell1-17/+0
2010-03-04gallium: remove texture blanket callKeith Whitwell1-11/+0
2010-03-01gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz1-0/+20
2010-02-24gallium: comment/document usage flagsBrian Paul1-1/+3
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-0/+3
2010-01-11st/dri: update dri2 drawables when viewport is changedBen Skeggs1-0/+5
2009-09-27g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton1-1/+15
2009-08-11gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz1-0/+1
2009-06-30gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...José Fonseca1-6/+14
2009-04-09gallium: updated comments in p_screen.hBrian Paul1-4/+6
2009-04-09gallium: Use "flags" consistently.José Fonseca1-2/+2
2009-03-20gallium: Explain what happens if buffer_flush_mapped_range isn't called.José Fonseca1-0/+7
2009-03-04gallium: Use consistent semantics for map ranges in gallium.José Fonseca1-3/+10
2009-03-04Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca1-12/+4
2009-03-04gallium: Unify reference counting.Michel Dänzer1-12/+4
2009-03-03gallium: Massage the interface to more closely resemble ARB_map_buffer_rangeJosé Fonseca1-19/+10
2009-02-24gallium: Allow to specify how much will be read / was written in buffer map/u...José Fonseca1-0/+28
2009-02-16Merge branch 'master' into gallium-texture-transferKeith Whitwell1-1/+5
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer1-5/+19
2009-02-05gallium: fixup #includes: p_screen.h does not need anything in p_state.hBrian Paul1-1/+3
2009-02-05gallium: move 'struct pipe_winsys'Brian Paul1-0/+2
2009-01-30gallium: add a convience wrapper for simple screensZack Rusin1-1/+0
2009-01-30gallium: make p_winsys internalZack Rusin1-0/+37
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin1-1/+68
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin1-1/+1
2008-09-19gallium: Fix doxygen comments.José Fonseca1-0/+2
2008-07-19gallium: Finer grained is_format_supported.José Fonseca1-3/+6
2008-05-06gallium: New pipe_screen interface to overlay a texture on existing memory.José Fonseca1-0/+12
2008-05-01gallium: tex surface checkpointKeith Whitwell1-1/+16
2008-04-25gallium: tweak comments, minor var renamingBrian Paul1-7/+15
2008-03-21gallium: document is_format_supported()'s type paramBrian Paul1-0/+1
2008-02-26gallium: introduce 'pipe_screen' for context-independent functionsBrian1-0/+98