aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source/context.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+16
* gallium/docs: more info about setting samplers and sampler viewsBrian Paul2011-02-031-11/+23
* gallium/docs: add info about transfer boxes and array texturesBrian Paul2011-01-281-0/+16
* gallium: add an interface for query predicatesZack Rusin2011-01-261-0/+5
* gallium/docs: document result type for some types of queriesBrian Paul2011-01-191-0/+2
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-9/+31
* gallium: new CAP, state for primitive restartBrian Paul2010-10-211-0/+9
* gallium: Change the resource_copy_region semantics to allow copies between di...José Fonseca2010-09-131-3/+5
* gallium/docs: notes on scissor stateKeith Whitwell2010-08-251-1/+3
* gallium/docs: Document draw_vbo and set_index_buffer.Chia-I Wu2010-07-291-39/+16
* gallium/docs: Flesh out the distro information.Corbin Simpson2010-06-161-0/+2
* gallium/docs: Fix RST error.Corbin Simpson2010-06-161-1/+1
* gallium: make draw auto work and add relevant caps and docsZack Rusin2010-06-081-0/+17
* gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-4/+4
* gallium: clear interface changesRoland Scheidegger2010-05-281-7/+20