summaryrefslogtreecommitdiff
path: root/src/gallium/docs/source/context.rst
AgeCommit message (Expand)AuthorFilesLines
2017-04-05gallium: add sparse buffer interface and capabilityNicolai Hähnle1-0/+25
2017-02-22gallium/docs: fix sublist formattingEric Engestrom1-0/+2
2017-02-14gallium: add common uploaders into pipe_context (v2)Marek Olšák1-0/+23
2017-01-16gallium: add flags parameter to texture barrierIlia Mirkin1-1/+2
2016-12-20gallium-docs: Add documentation for when using several contextsAxel Davy1-0/+23
2016-10-05gallium: add pipe_context::set_device_reset_callbackNicolai Hähnle1-0/+15
2016-08-31gallium/docs: clarify render_condition_enabled parameter to clear functionsBrian Paul1-0/+4
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák1-6/+4
2016-08-10gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák1-3/+4
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák1-2/+3
2016-07-22gallium: add PIPE_FLUSH_DEFERREDMarek Olšák1-0/+10
2016-06-23Remove wrongly repeated words in commentsGiuseppe Bilotta1-1/+1
2016-06-18gallium: add API for setting window rectanglesIlia Mirkin1-3/+14
2016-04-12gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák1-0/+3
2016-02-04gallium: add a way to store query result into bufferIlia Mirkin1-0/+5
2016-01-14gallium/st: add pipe_context::generate_mipmap()Charmaine Lee1-0/+11
2015-11-11gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototypeIlia Mirkin1-0/+4
2015-11-05gallium: expose a debug message callback settable by context ownerIlia Mirkin1-0/+3
2015-07-16gallium: add interface for writable shader imagesMarek Olšák1-8/+8
2015-05-16gallium: add set_tess_state to configure default tessellation parametersIlia Mirkin1-0/+5
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-0/+4
2014-05-31gallium/docs: improve documentation of render condition wrt blits.Roland Scheidegger1-3/+7
2014-05-14gallium/docs: clarify when query results are resetRob Clark1-0/+2
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin1-0/+1
2014-04-01gallium/docs: fix incorrect/missing referencesIlia Mirkin1-3/+3
2014-03-31gallium: add interface to clear buffersIlia Mirkin1-0/+5
2014-03-07gallium: allow setting of the internal stream output offsetZack Rusin1-4/+5
2014-02-25gallium: add interface for persistent and coherent buffer mappingsMarek Olšák1-0/+22
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-10/+4
2013-10-03gallium/docs: update bind_sampler_states() documentationBrian Paul1-5/+6
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+13
2013-08-27draw: clean up setting stream out information a bitRoland Scheidegger1-0/+2
2013-06-19gallium: fix PIPE_QUERY_TIMESTAMP_DISJOINTRoland Scheidegger1-4/+6
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-5/+9
2013-06-07gallium/docs: fix up transfer description for 1d arrays, add cube map arraysRoland Scheidegger1-5/+4
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-3/+5
2013-04-03gallium/docs: fix definition of PIPE_QUERY_SO_STATISTICSChristoph Bumiller1-3/+5
2013-03-12d3d1x: Remove.José Fonseca1-1/+1
2013-01-15gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák1-2/+1
2012-10-24gallium/docs: fix sphinx warningAndreas Boll1-1/+1
2012-10-11gallium: unify transfer functionsMarek Olšák1-13/+11
2012-09-30gallium: remove resource_resolveMarek Olšák1-14/+0
2012-09-30gallium: add blit into the interfaceMarek Olšák1-0/+9
2012-05-12gallium/docs: remove documentation of redefine_user_bufferMarek Olšák1-14/+0
2012-05-11gallium/tgsi: Add resource write-back support.Francisco Jerez1-1/+2
2012-05-11gallium: Add context hooks for binding shader resources.Francisco Jerez1-1/+19
2012-05-11gallium: Basic compute interface.Francisco Jerez1-0/+39
2011-12-15gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák1-20/+41
2011-10-20gallium: add new query types and missing documentationChristoph Bumiller1-6/+57
2011-08-04gallium: extend resource_resolve to accommodate BlitFramebufferChristoph Bumiller1-1/+8