summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_context.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin1-0/+3
2014-03-31gallium: add interface to clear buffersIlia Mirkin1-0/+11
2014-03-07gallium: allow setting of the internal stream output offsetZack Rusin1-1/+1
2014-02-25gallium: add interface for persistent and coherent buffer mappingsMarek Olšák1-1/+6
2014-02-24clover: Pass buffer offsets to the driver in set_global_binding() v3Tom Stellard1-5/+8
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-15/+3
2013-10-03gallium: remove old bind_*_sampler_states() functionsBrian Paul1-15/+0
2013-10-03gallium: add pipe_context::bind_sampler_states()Brian Paul1-0/+5
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+13
2013-08-19vl: rename pipe_video_decoder to pipe_video_codecChristian König1-4/+4
2013-08-19vl: use a template for create_video_decoderChristian König1-5/+1
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-0/+2
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-4/+8
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+3
2013-04-11gallium: add get_sample_position interfaceDave Airlie1-0/+13
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-2/+4
2012-11-15gallium: fix some function comments in p_context.hDmitry Cherkassov1-3/+2
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-0/+1
2012-10-11gallium: unify transfer functionsMarek Olšák1-16/+15
2012-09-30gallium: remove resource_resolveMarek Olšák1-8/+1
2012-09-30gallium: add blit into the interfaceMarek Olšák1-0/+7
2012-09-25clover: Handle multiple kernels in the same program v2Blaž Tomažič1-0/+4
2012-05-11Merge branch 'gallium-userbuf'Marek Olšák1-10/+2
2012-05-11gallium: Add context hooks for binding shader resources.Francisco Jerez1-0/+32
2012-05-11gallium: Basic compute interface.Francisco Jerez1-0/+73
2012-04-30gallium: remove pipe_context::redefine_user_bufferMarek Olšák1-9/+0
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-1/+2
2012-03-30gallium: make get_query_result return union* and not void*Marek Olšák1-1/+2
2012-02-21gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák1-1/+0
2012-01-15vl/video_buffer: use template style create paramsChristian König1-3/+1
2012-01-09vl: replace decode_buffers with auxiliary data fieldChristian König1-1/+2
2011-12-15gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák1-17/+21
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-5/+5
2011-09-14g3dvl: Add max_references parameter to vl_create_decoder()Emeric Grange1-1/+1
2011-08-04gallium: extend resource_resolve to accommodate BlitFramebufferChristoph Bumiller1-5/+3
2011-07-14gallium: put video-related enums in separate headerBrian Paul1-4/+4
2011-07-08[g3dvl] and finally remove pipe_video_contextChristian König1-0/+11
2011-07-08[g3dvl] move video buffer creation out of video contextChristian König1-0/+11
2011-03-15gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák1-0/+5
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-3/+1
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-15/+0
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák1-0/+8
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-23/+33
2010-08-26gallium: Clean up header file inclusion in p_context.h.Vinson Lee1-6/+24
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu1-41/+0
2010-07-29gallium: Add pipe_context::draw_vbo and pipe_context::set_index_buffer.Chia-I Wu1-0/+6
2010-06-11gallium/softpipe/draw: support samplers in geometry shadersZack Rusin1-0/+7
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin1-2/+2
2010-06-08gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin1-1/+1