summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_blitter.c
AgeCommit message (Expand)Author
2010-04-18u_blitter: add support for saving vertex buffersLuca Barbieri
2010-04-13u_blitter: Coords are normalized.Corbin Simpson
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-11gallium/util: use memset() to initialize vars to avoid warningsBrian Paul
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-02util/blitter: Fix the viewport transformation for Z coordinatesMarek Olšák
2010-03-01util: adapt blitter code to new vertex element csoRoland Scheidegger
2010-03-01util: Fix u_blitter setup code after bypass_vs_clip_and_viewport removal.Michal Krol
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol
2010-02-12util: Properly init memory for blitter CSOs.Corbin Simpson
2010-02-11gallium: make u_blitter code save/restore stencil ref valuesRoland Scheidegger
2010-02-09gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-21gallium: adapt util code to blend changesRoland Scheidegger
2010-01-14gallium/util: silence warning about array initializersBrian Paul
2010-01-11util: Set flatshade for blitter.Corbin Simpson
2010-01-11util/blitter: remove unused variableKeith Whitwell
2010-01-10util: Apply Brian's suggested blit improvements.Corbin Simpson
2010-01-10gallium: u_blitter add overlapping blit support.Dave Airlie
2010-01-06util/blitter: allow NULL CSOs to be savedMarek Olšák
2009-12-18util: Update blitter for u_format changes.Corbin Simpson
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-15util/blitter: kill the draw_quad callbackMarek Olšák
2009-12-15util/blitter: allocate most of the state objects on-demandMarek Olšák
2009-12-15util/blitter: use PIPE_MAX_* limits, and fix a memory leakMarek Olšák
2009-12-15util: add blitterMarek Olšák
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol