aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_context.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-1/+28
* gallium: comments for surface_copy(), surface_fill() in p_context.hBrian Paul2009-04-091-2/+9
* gallium: Clean up driver clear() interface.Michel Dänzer2009-04-041-4/+12
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-1/+0
* gallium: move 'struct pipe_winsys'Brian Paul2009-02-051-0/+1
* gallium: Replace uint64 by standard uint64_t.José Fonseca2009-01-081-1/+1
* gallium: change surface_copy()'s do_flip to booleanBrian Paul2008-06-231-1/+1
* draw: draw_range_elements trialKeith Whitwell2008-05-291-0/+14
* gallium: tex surface checkpointKeith Whitwell2008-05-011-6/+0
* gallium: Handle client-supplied edgeflags.Keith Whitwell2008-04-041-0/+8
* gallium: Set vertex state/buffers en-mass.Brian Paul2008-03-291-6/+6
* gallium: updated/improved comments, minor re-formattingBrian Paul2008-03-271-31/+27
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-2/+3
* gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul2008-03-191-4/+2
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-4/+4
* gallium: remove the ugly pipe->draw stage lookup code in aaline/point/pstippl...Brian2008-02-291-0/+1
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-271-16/+2
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-271-18/+1
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-271-0/+3
* gallium: introduce 'pipe_screen' for context-independent functionsBrian2008-02-261-0/+3
* Make the pipe headers C++ friendly.José Fonseca2008-02-251-0/+10
* gallium: new pipe->texture_update() functionBrian2008-02-201-0/+8
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+221