summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_context.h
AgeCommit message (Expand)Author
2011-03-15gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-08-26gallium: Clean up header file inclusion in p_context.h.Vinson Lee
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Add pipe_context::draw_vbo and pipe_context::set_index_buffer.Chia-I Wu
2010-06-11gallium/softpipe/draw: support samplers in geometry shadersZack Rusin
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin
2010-06-08gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin
2010-06-08gallium: add interface for DrawAuto and implement it in softpipeZack Rusin
2010-06-08gallium: basic and initial implementation of the stream output interfaceZack Rusin
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger
2010-05-28gallium: clear interface changesRoland Scheidegger
2010-05-17gallium: clean up resource_copy_region functionRoland Scheidegger
2010-04-27gallium: fix glaring bugs in last commitRoland Scheidegger
2010-04-26gallium: interface changes for multisamplingRoland Scheidegger
2010-04-19gallium: Add index bias parameter to draw_elements and friends.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-01gallium: remove old comment about return valuesBrian Paul
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-02-18gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger
2010-02-09gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger
2010-01-29gallium: document pipe_context::get_query_result()Brian Paul
2010-01-21gallium: fix conditional rendering commentBrian Paul
2010-01-21gallium: updated comments, whitespace fixesBrian Paul
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-14Merge branch 'instanced-arrays'Michal Krol
2010-01-12gallium: draw_arrays/elements_instanced() are of type void.Michal Krol
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol
2009-12-31gallium: pipe_context::render_condition() and mode flagsBrian Paul
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-23gallium: API cleanup, remove pointless pipe_constant_bufferRoland Scheidegger
2009-12-23gallium: Add interfaces needed for instanced drawing.Michal Krol
2009-12-21gallium: remove return value from draw callsKeith Whitwell
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol
2009-12-09gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell
2009-12-01gallium: Introduce separate vertex texture/sampler state.Michal Krol
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson
2009-08-18gallium: improved comments, minor whitespace changesBrian Paul
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom
2009-04-09gallium: comments for surface_copy(), surface_fill() in p_context.hBrian Paul
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz