aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source/context.rst
Commit message (Expand)AuthorAgeFilesLines
* gallium: add flags parameter to texture barrierIlia Mirkin2017-01-161-1/+2
* gallium-docs: Add documentation for when using several contextsAxel Davy2016-12-201-0/+23
* gallium: add pipe_context::set_device_reset_callbackNicolai Hähnle2016-10-051-0/+15
* gallium/docs: clarify render_condition_enabled parameter to clear functionsBrian Paul2016-08-311-0/+4
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-6/+4
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-101-3/+4
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-2/+3
* gallium: add PIPE_FLUSH_DEFERREDMarek Olšák2016-07-221-0/+10
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* gallium: add API for setting window rectanglesIlia Mirkin2016-06-181-3/+14
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-121-0/+3
* gallium: add a way to store query result into bufferIlia Mirkin2016-02-041-0/+5
* gallium/st: add pipe_context::generate_mipmap()Charmaine Lee2016-01-141-0/+11
* gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototypeIlia Mirkin2015-11-111-0/+4
* gallium: expose a debug message callback settable by context ownerIlia Mirkin2015-11-051-0/+3
* gallium: add interface for writable shader imagesMarek Olšák2015-07-161-8/+8
* gallium: add set_tess_state to configure default tessellation parametersIlia Mirkin2015-05-161-0/+5
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-0/+4
* gallium/docs: improve documentation of render condition wrt blits.Roland Scheidegger2014-05-311-3/+7
* gallium/docs: clarify when query results are resetRob Clark2014-05-141-0/+2
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+1
* gallium/docs: fix incorrect/missing referencesIlia Mirkin2014-04-011-3/+3
* gallium: add interface to clear buffersIlia Mirkin2014-03-311-0/+5
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-071-4/+5
* gallium: add interface for persistent and coherent buffer mappingsMarek Olšák2014-02-251-0/+22
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-10/+4
* gallium/docs: update bind_sampler_states() documentationBrian Paul2013-10-031-5/+6
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+13
* draw: clean up setting stream out information a bitRoland Scheidegger2013-08-271-0/+2
* gallium: fix PIPE_QUERY_TIMESTAMP_DISJOINTRoland Scheidegger2013-06-191-4/+6
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-5/+9
* gallium/docs: fix up transfer description for 1d arrays, add cube map arraysRoland Scheidegger2013-06-071-5/+4
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-3/+5
* gallium/docs: fix definition of PIPE_QUERY_SO_STATISTICSChristoph Bumiller2013-04-031-3/+5
* d3d1x: Remove.José Fonseca2013-03-121-1/+1
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-151-2/+1
* gallium/docs: fix sphinx warningAndreas Boll2012-10-241-1/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-13/+11
* gallium: remove resource_resolveMarek Olšák2012-09-301-14/+0
* gallium: add blit into the interfaceMarek Olšák2012-09-301-0/+9
* gallium/docs: remove documentation of redefine_user_bufferMarek Olšák2012-05-121-14/+0
* gallium/tgsi: Add resource write-back support.Francisco Jerez2012-05-111-1/+2
* gallium: Add context hooks for binding shader resources.Francisco Jerez2012-05-111-1/+19
* gallium: Basic compute interface.Francisco Jerez2012-05-111-0/+39
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-20/+41
* gallium: add new query types and missing documentationChristoph Bumiller2011-10-201-6/+57
* gallium: extend resource_resolve to accommodate BlitFramebufferChristoph Bumiller2011-08-041-1/+8
* gallium/docs: Improve min_index/max_index description.José Fonseca2011-04-161-8/+17
* gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák2011-03-151-0/+10
* gallium/docs: Update PIPE_TRANSFER_xx docs. Reformat to use definitions.José Fonseca2011-02-221-13/+29