summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_screen.h
AgeCommit message (Expand)Author
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17gallium: another interface change for multisamplingRoland Scheidegger
2010-05-14gallium: remove forward declarations of non-existent objectsMarek Olšák
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-04-26gallium: interface changes for multisamplingRoland Scheidegger
2010-04-22gallium: use better param nameBrian Paul
2010-04-13gallium: Remove pipe_screen::update_buffer.Chia-I Wu
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-10gallium: Do not mix winsys-drawable-handle and context-private.Chia-I Wu
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-01gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz
2010-02-24gallium: comment/document usage flagsBrian Paul
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-01-11st/dri: update dri2 drawables when viewport is changedBen Skeggs
2009-09-27g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton
2009-08-11gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz
2009-06-30gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...José Fonseca
2009-04-09gallium: updated comments in p_screen.hBrian Paul
2009-04-09gallium: Use "flags" consistently.José Fonseca
2009-03-20gallium: Explain what happens if buffer_flush_mapped_range isn't called.José Fonseca
2009-03-04gallium: Use consistent semantics for map ranges in gallium.José Fonseca
2009-03-04Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-03-03gallium: Massage the interface to more closely resemble ARB_map_buffer_rangeJosé Fonseca
2009-02-24gallium: Allow to specify how much will be read / was written in buffer map/u...José Fonseca
2009-02-16Merge branch 'master' into gallium-texture-transferKeith Whitwell
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2009-02-05gallium: fixup #includes: p_screen.h does not need anything in p_state.hBrian Paul
2009-02-05gallium: move 'struct pipe_winsys'Brian Paul
2009-01-30gallium: add a convience wrapper for simple screensZack Rusin
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin
2008-09-19gallium: Fix doxygen comments.José Fonseca
2008-07-19gallium: Finer grained is_format_supported.José Fonseca
2008-05-06gallium: New pipe_screen interface to overlay a texture on existing memory.José Fonseca
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-04-25gallium: tweak comments, minor var renamingBrian Paul
2008-03-21gallium: document is_format_supported()'s type paramBrian Paul
2008-02-26gallium: introduce 'pipe_screen' for context-independent functionsBrian