summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_context.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: clean up resource_copy_region functionRoland Scheidegger2010-05-171-2/+0
* gallium: fix glaring bugs in last commitRoland Scheidegger2010-04-271-2/+1
* gallium: interface changes for multisamplingRoland Scheidegger2010-04-261-15/+36
* gallium: Add index bias parameter to draw_elements and friends.José Fonseca2010-04-191-0/+3
* Squashed commit of the following:Keith Whitwell2010-04-101-29/+35
* gallium: remove old comment about return valuesBrian Paul2010-04-011-1/+1
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-0/+26
|\
| * gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-1/+2
| * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-0/+26
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-3/+6
|\|
| * gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger2010-02-181-3/+6
* | gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-6/+16
|/
* gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger2010-02-091-1/+4
* gallium: document pipe_context::get_query_result()Brian Paul2010-01-291-0/+5
* gallium: fix conditional rendering commentBrian Paul2010-01-211-1/+1
* gallium: updated comments, whitespace fixesBrian Paul2010-01-211-15/+15
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-1/+1
|\
| * gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| * gallium: API cleanup, remove pointless pipe_constant_bufferRoland Scheidegger2009-12-231-1/+1
* | Merge branch 'instanced-arrays'Michal Krol2010-01-141-0/+16
|\ \
| * | gallium: draw_arrays/elements_instanced() are of type void.Michal Krol2010-01-121-15/+15
| * | Merge branch 'master' into instanced-arraysMichal Krol2010-01-051-0/+14
| |\ \
| * | | gallium: Add interfaces needed for instanced drawing.Michal Krol2009-12-231-0/+16
| | |/ | |/|
* | | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-14/+14
|\ \ \ | |_|/ |/| |
| * | gallium: remove return value from draw callsKeith Whitwell2009-12-211-14/+14
* | | gallium: pipe_context::render_condition() and mode flagsBrian Paul2009-12-311-0/+8
* | | gallium: add geometry shader support to galliumZack Rusin2009-12-251-0/+6
| |/ |/|
* | gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell2009-12-091-8/+0
|/
* gallium: Introduce separate vertex texture/sampler state.Michal Krol2009-12-011-4/+13
* gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-171-0/+3
* gallium: improved comments, minor whitespace changesBrian Paul2009-08-181-7/+10
* 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