summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_screen.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-3/+1
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-11/+5
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+3
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-14/+3
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-0/+6
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-2/+3
|\
| * gallium: another interface change for multisamplingRoland Scheidegger2010-05-171-10/+2
| * gallium: interface changes for multisamplingRoland Scheidegger2010-04-261-1/+10
* | gallium: remove forward declarations of non-existent objectsMarek Olšák2010-05-141-1/+0
* | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
|/
* gallium: use better param nameBrian Paul2010-04-221-2/+2
* gallium: Remove pipe_screen::update_buffer.Chia-I Wu2010-04-131-7/+0
* 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
* 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