summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_context.h
AgeCommit message (Expand)AuthorFilesLines
2010-04-10Squashed commit of the following:Keith Whitwell1-29/+35
2010-04-01gallium: remove old comment about return valuesBrian Paul1-1/+1
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-0/+26
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-1/+2
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-0/+26
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol1-3/+6
2010-02-18gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger1-3/+6
2010-02-09gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger1-1/+4
2010-01-29gallium: document pipe_context::get_query_result()Brian Paul1-0/+5
2010-01-21gallium: fix conditional rendering commentBrian Paul1-1/+1
2010-01-21gallium: updated comments, whitespace fixesBrian Paul1-15/+15
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger1-1/+1
2010-01-14Merge branch 'instanced-arrays'Michal Krol1-0/+16
2010-01-12gallium: draw_arrays/elements_instanced() are of type void.Michal Krol1-15/+15
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger1-1/+1
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell1-14/+14
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol1-0/+14
2009-12-31gallium: pipe_context::render_condition() and mode flagsBrian Paul1-0/+8
2009-12-25gallium: add geometry shader support to galliumZack Rusin1-0/+6
2009-12-23gallium: API cleanup, remove pointless pipe_constant_bufferRoland Scheidegger1-1/+1
2009-12-23gallium: Add interfaces needed for instanced drawing.Michal Krol1-0/+16
2009-12-21gallium: remove return value from draw callsKeith Whitwell1-14/+14
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol1-6/+16
2009-12-09gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell1-8/+0
2009-12-01gallium: Introduce separate vertex texture/sampler state.Michal Krol1-4/+13
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson1-0/+3
2009-08-18gallium: improved comments, minor whitespace changesBrian Paul1-7/+10
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom1-1/+28
2009-04-09gallium: comments for surface_copy(), surface_fill() in p_context.hBrian Paul1-2/+9
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer1-4/+12
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz1-1/+0
2009-02-05gallium: move 'struct pipe_winsys'Brian Paul1-0/+1
2009-01-08gallium: Replace uint64 by standard uint64_t.José Fonseca1-1/+1
2008-06-23gallium: change surface_copy()'s do_flip to booleanBrian Paul1-1/+1
2008-05-29draw: draw_range_elements trialKeith Whitwell1-0/+14
2008-05-01gallium: tex surface checkpointKeith Whitwell1-6/+0
2008-04-04gallium: Handle client-supplied edgeflags.Keith Whitwell1-0/+8
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul1-6/+6
2008-03-27gallium: updated/improved comments, minor re-formattingBrian Paul1-31/+27
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer1-2/+3
2008-03-19gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul1-4/+2
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell1-4/+4
2008-02-29gallium: remove the ugly pipe->draw stage lookup code in aaline/point/pstippl...Brian1-0/+1
2008-02-27gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian1-16/+2
2008-02-27gallium: move is_format_supported() to pipe_screen structBrian1-18/+1
2008-02-27gallium: start removing pipe_context->get_name/vendor/param/paramfBrian1-0/+3
2008-02-26gallium: introduce 'pipe_screen' for context-independent functionsBrian1-0/+3
2008-02-25Make the pipe headers C++ friendly.José Fonseca1-0/+10
2008-02-20gallium: new pipe->texture_update() functionBrian1-0/+8
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+221