aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_screen.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: add interface for querying memory usage and sizes (v2)Marek Olšák2016-02-051-0/+6
* gallium/swrast: fix front buffer blitting. (v2)Dave Airlie2015-10-311-0/+4
* gallium/docs: clairify dmabuf fd ownershipRob Clark2015-09-091-0/+8
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-2/+9
* gallium: remove redundant pipe_context::fence_signalledMarek Olšák2015-07-051-6/+0
* gallium: add pipe_screen::get_driver_query_group_infoSamuel Pitoiset2015-05-061-0/+11
* gallium: introduce get_device_vendor() entrypoint for pipesGiuseppe Bilotta2015-03-231-0/+8
* gallium: remove trailing whitespace in p_screen.hGiuseppe Bilotta2015-03-231-1/+1
* gallium: add interface and state tracker support for GL_AMD_pinned_memoryMarek Olšák2015-02-171-0/+8
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-3/+4
* vl: add entrypoint to is_video_format_supportedChristian König2013-08-191-1/+2
* vl: add entrypoint to get_video_paramChristian König2013-08-191-0/+1
* gallium: add interface for driver queries like performance counters, etc.Marek Olšák2013-03-261-0/+11
* gallium: mention PIPE_TIMEOUT_INFINITE in the fence_finish() commentBrian Paul2012-09-201-1/+1
* gallium: add new pipe_screen::can_create_resource() functionBrian Paul2012-09-171-0/+8
* gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák2012-07-101-0/+7
* gallium: minor whitespace, comment changesBrian Paul2012-06-271-3/+1
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-26/+0
* gallium: Basic compute interface.Francisco Jerez2012-05-111-0/+12
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-3/+0
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-1/+1
* 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