aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_screen.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: put video-related enums in separate headerBrian Paul2011-07-141-0/+1
* [g3dvl] revert some unintended white space changesChristian König2011-07-111-9/+12
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-081-3/+0
* [g3dvl] remove the unused priv member from pipe_video_contextChristian König2011-07-081-2/+1
* [g3dvl] make pipe_context mandatory for creation pipe_video_contextChristian König2011-07-081-1/+3
* [g3dvl] rename is_format_supported to is_video_format_supported and move it i...Christian König2011-07-081-0/+8
* [g3dvl] rename get_param to get_video_param and move into screen objectChristian König2011-07-071-0/+6
* [g3dvl] and finally split the decoder part out of the contextChristian König2011-04-061-11/+7
* Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-191-13/+7
|\
| * 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
* | Merge remote branch 'vdpau/pipe-video' into pipe-videoChristian König2011-01-101-2/+2
|\ \
| * | vl: pipe-video branch merged with Königs pipe-video branchThomas Balling Sørensen2010-10-261-8/+0
| * | Merge branch 'pipe-video' of git://anongit.freedesktop.org/~deathsimple/xvmc-...Thomas Balling Sørensen2010-10-261-0/+8
| |\ \
| * \ \ Merge branch 'master' into pipe-videoThomas Balling Sørensen2010-10-051-6/+12
| |\ \ \
* | \ \ \ Merge remote branch 'origin/master' into pipe-videoChristian König2010-12-111-14/+3
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | gallium: support for array textures and related changesRoland Scheidegger2010-12-021-14/+3
| | |/ | |/|
* | | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-121-4/+10
|\| | | |/ |/|
| * 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
| |/
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoYounes Manton2010-04-301-128/+34
|\|
| * 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
* | 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
|\