aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_screen.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: introduce device/driver UUID queriesAndres Rodriguez2017-08-061-0/+13
* gallium: introduce memory objectDave Airlie2017-08-061-0/+36
* gallium: get rid of pipe_screen_config::flagsNicolai Hähnle2017-08-041-1/+0
* gallium: add driconf options to pipe_screen_configNicolai Hähnle2017-08-021-0/+2
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-021-0/+8
* gallium: introduce format modifier queryingVarad Gautam2017-06-091-0/+14
* st/dri: implement createImageWithModifiers in DRIimageVarad Gautam2017-06-091-0/+15
* gallium: s/unsigned/enum pipe_shader_type/ for get_compiler_options()Brian Paul2017-03-081-1/+1
* gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul2017-03-081-1/+2
* gallium: add get_disk_shader_cache() callbackTimothy Arceri2017-02-231-0/+9
* gallium: add pipe_screen::resource_changedPhilipp Zabel2017-01-201-0/+8
* gallium: support for native fence fd'sRob Clark2016-12-011-0/+10
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-251-0/+7
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-3/+12
* gallium: add NIR as a possible IRRob Clark2016-05-111-0/+9
* gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen2016-04-021-5/+8
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-091-2/+8
* 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