aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_context.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-121-0/+6
* gallium/p_context.h: Make comment more readableEdward O'Callaghan2016-03-271-1/+1
* gallium: make image views non-persistent objectsIlia Mirkin2016-02-151-12/+2
* gallium: add a new interface for pipe_context::launch_grid()Samuel Pitoiset2016-02-131-15/+2
* gallium: add a way to store query result into bufferIlia Mirkin2016-02-041-0/+22
* gallium: add GREMEDY_string_markerRob Clark2016-01-211-0/+7
* gallium/st: add pipe_context::generate_mipmap()Charmaine Lee2016-01-141-0/+12
* gallium: add PIPE_CAP_INVALIDATE_BUFFERNicolai Hähnle2016-01-141-2/+6
* gallium: add the concept of batch queriesNicolai Hähnle2015-11-201-0/+19
* gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototypeIlia Mirkin2015-11-111-0/+10
* gallium: expose a debug message callback settable by context ownerIlia Mirkin2015-11-051-0/+8
* gallium/st: add pipe_context::get_timestamp()Brian Paul2015-09-021-0/+7
* gallium: add an interface for dumping debug driver stateMarek Olšák2015-08-261-0/+12
* gallium: add interface for writable shader buffersMarek Olšák2015-07-161-0/+18
* gallium: add interface for writable shader imagesMarek Olšák2015-07-161-11/+24
* gallium: clarify reference counting for fenceRob Clark2015-07-101-1/+7
* gallium: use const in set_tess_stateMarek Olšák2015-05-261-2/+2
* gallium: add set_tess_state to configure default tessellation parametersIlia Mirkin2015-05-161-0/+4
* gallium: add interfaces for controlling tess program stateIlia Mirkin2015-05-161-0/+10
* gallium: add an interface for querying a device reset statusMarek Olšák2015-05-121-0/+4
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-1/+1
* gallium: Plumb the swap INVALIDATE_ANCILLARY flag through more layers.Eric Anholt2015-01-061-0/+11
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+2
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+3
* gallium: add interface to clear buffersIlia Mirkin2014-03-311-0/+11
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-071-1/+1
* gallium: add interface for persistent and coherent buffer mappingsMarek Olšák2014-02-251-1/+6
* clover: Pass buffer offsets to the driver in set_global_binding() v3Tom Stellard2014-02-241-5/+8
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-15/+3
* gallium: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-15/+0
* gallium: add pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+5
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+13
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-4/+4
* vl: use a template for create_video_decoderChristian König2013-08-191-5/+1
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-0/+2
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-4/+8
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+3
* gallium: add get_sample_position interfaceDave Airlie2013-04-111-0/+13
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-2/+4
* gallium: fix some function comments in p_context.hDmitry Cherkassov2012-11-151-3/+2
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-0/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-16/+15
* gallium: remove resource_resolveMarek Olšák2012-09-301-8/+1
* gallium: add blit into the interfaceMarek Olšák2012-09-301-0/+7
* clover: Handle multiple kernels in the same program v2Blaž Tomažič2012-09-251-0/+4
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-111-10/+2
|\
| * gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-9/+0
| * gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+2
* | gallium: Add context hooks for binding shader resources.Francisco Jerez2012-05-111-0/+32