summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_blitter.c
AgeCommit message (Expand)Author
2010-06-09util: reference vertex buffers in blitterMarek Olšák
2010-06-03util: Remove unnecessary header.Vinson Lee
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger
2010-06-03gallium: add interpolation parameter to simple shader functionsBrian Paul
2010-05-29util: adapt to clear interface changesRoland Scheidegger
2010-05-25util: fix indentation in blitterMarek Olšák
2010-05-25r300g,util: remove pipe_surface from the util_blitter_copy interface and clea...Marek Olšák
2010-05-25r300g,util: remove pipe_surface from the util_blitter_fill interface and clea...Marek Olšák
2010-05-23util/blitter: allow NULL clear colorMarek Olšák
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-19util: fix obvious util_blitter_copy bugs...Roland Scheidegger
2010-05-19util: util_blitter_fill no longer needs to handle overlapRoland Scheidegger
2010-05-18util: fix some leftover util_surface_fill/copy callsRoland Scheidegger
2010-05-17gallium/util: adapt util code to interface changesRoland Scheidegger
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-05-04util: Remove unnecessary headers.Vinson Lee
2010-05-04u_blitter: fix creating fragment shadersWiktor Janas
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul
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