summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_context.h
AgeCommit message (Expand)Author
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