summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_context.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | gallium: Basic compute interface.Francisco Jerez2012-05-111-0/+73
|/
* gallium: make get_query_result return union* and not void*Marek Olšák2012-03-301-1/+2
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-1/+0
* vl/video_buffer: use template style create paramsChristian König2012-01-151-3/+1
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-091-1/+2
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-17/+21
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-5/+5
* g3dvl: Add max_references parameter to vl_create_decoder()Emeric Grange2011-09-141-1/+1
* gallium: extend resource_resolve to accommodate BlitFramebufferChristoph Bumiller2011-08-041-5/+3
* gallium: put video-related enums in separate headerBrian Paul2011-07-141-4/+4
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-081-0/+11
* [g3dvl] move video buffer creation out of video contextChristian König2011-07-081-0/+11
* gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák2011-03-151-0/+5
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-3/+1
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-15/+0
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+8
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-23/+33
* gallium: Clean up header file inclusion in p_context.h.Vinson Lee2010-08-261-6/+24
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-41/+0
* gallium: Add pipe_context::draw_vbo and pipe_context::set_index_buffer.Chia-I Wu2010-07-291-0/+6
* gallium/softpipe/draw: support samplers in geometry shadersZack Rusin2010-06-111-0/+7
* gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-2/+2
* gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin2010-06-081-1/+1
* gallium: add interface for DrawAuto and implement it in softpipeZack Rusin2010-06-081-0/+5
* gallium: basic and initial implementation of the stream output interfaceZack Rusin2010-06-081-0/+12
* gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-12/+12
* gallium: clear interface changesRoland Scheidegger2010-05-281-13/+26
* gallium: clean up resource_copy_region functionRoland Scheidegger2010-05-171-2/+0
* gallium: fix glaring bugs in last commitRoland Scheidegger2010-04-271-2/+1
* gallium: interface changes for multisamplingRoland Scheidegger2010-04-261-15/+36
* gallium: Add index bias parameter to draw_elements and friends.José Fonseca2010-04-191-0/+3
* Squashed commit of the following:Keith Whitwell2010-04-101-29/+35
* gallium: remove old comment about return valuesBrian Paul2010-04-011-1/+1
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-0/+26
|\
| * gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-1/+2
| * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-0/+26
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-3/+6
|\|
| * gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger2010-02-181-3/+6
* | gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-6/+16
|/