summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_context.h
AgeCommit message (Expand)Author
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
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
2009-02-05gallium: move 'struct pipe_winsys'Brian Paul
2009-01-08gallium: Replace uint64 by standard uint64_t.José Fonseca
2008-06-23gallium: change surface_copy()'s do_flip to booleanBrian Paul
2008-05-29draw: draw_range_elements trialKeith Whitwell
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-04-04gallium: Handle client-supplied edgeflags.Keith Whitwell
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul
2008-03-27gallium: updated/improved comments, minor re-formattingBrian Paul
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer
2008-03-19gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell
2008-02-29gallium: remove the ugly pipe->draw stage lookup code in aaline/point/pstippl...Brian
2008-02-27gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian
2008-02-27gallium: move is_format_supported() to pipe_screen structBrian
2008-02-27gallium: start removing pipe_context->get_name/vendor/param/paramfBrian
2008-02-26gallium: introduce 'pipe_screen' for context-independent functionsBrian
2008-02-25Make the pipe headers C++ friendly.José Fonseca
2008-02-20gallium: new pipe->texture_update() functionBrian
2008-02-15Code reorganization: move files into their places.José Fonseca