summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_context.h
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-08gallium: add interface for DrawAuto and implement it in softpipeZack Rusin1-0/+5
2010-06-08gallium: basic and initial implementation of the stream output interfaceZack Rusin1-0/+12
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger1-12/+12
2010-05-28gallium: clear interface changesRoland Scheidegger1-13/+26
2010-05-17gallium: clean up resource_copy_region functionRoland Scheidegger1-2/+0
2010-04-27gallium: fix glaring bugs in last commitRoland Scheidegger1-2/+1
2010-04-26gallium: interface changes for multisamplingRoland Scheidegger1-15/+36
2010-04-19gallium: Add index bias parameter to draw_elements and friends.José Fonseca1-0/+3
2010-04-10Squashed commit of the following:Keith Whitwell1-29/+35
2010-04-01gallium: remove old comment about return valuesBrian Paul1-1/+1
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-0/+26
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-1/+2
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-0/+26
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol1-3/+6
2010-02-18gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger1-3/+6
2010-02-09gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger1-1/+4
2010-01-29gallium: document pipe_context::get_query_result()Brian Paul1-0/+5
2010-01-21gallium: fix conditional rendering commentBrian Paul1-1/+1
2010-01-21gallium: updated comments, whitespace fixesBrian Paul1-15/+15
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger1-1/+1
2010-01-14Merge branch 'instanced-arrays'Michal Krol1-0/+16
2010-01-12gallium: draw_arrays/elements_instanced() are of type void.Michal Krol1-15/+15
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger1-1/+1
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell1-14/+14
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol1-0/+14
2009-12-31gallium: pipe_context::render_condition() and mode flagsBrian Paul1-0/+8
2009-12-25gallium: add geometry shader support to galliumZack Rusin1-0/+6
2009-12-23gallium: API cleanup, remove pointless pipe_constant_bufferRoland Scheidegger1-1/+1
2009-12-23gallium: Add interfaces needed for instanced drawing.Michal Krol1-0/+16
2009-12-21gallium: remove return value from draw callsKeith Whitwell1-14/+14