summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_blitter.c
Commit message (Expand)AuthorAgeFilesLines
* util/blitter: allow NULL clear colorMarek Olšák2010-05-231-5/+14
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-61/+21
|\
| * util: fix obvious util_blitter_copy bugs...Roland Scheidegger2010-05-191-4/+3
| * util: util_blitter_fill no longer needs to handle overlapRoland Scheidegger2010-05-191-52/+2
| * util: fix some leftover util_surface_fill/copy callsRoland Scheidegger2010-05-181-6/+16
| * gallium/util: adapt util code to interface changesRoland Scheidegger2010-05-171-4/+5
* | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-2/+1
* | util: Remove unnecessary headers.Vinson Lee2010-05-041-1/+0
* | u_blitter: fix creating fragment shadersWiktor Janas2010-05-041-7/+6
|/
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-031-0/+1
* u_blitter: add support for saving vertex buffersLuca Barbieri2010-04-181-0/+8
* u_blitter: Coords are normalized.Corbin Simpson2010-04-131-0/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-15/+14
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-3/+5
|\
| * gallium/util: use memset() to initialize vars to avoid warningsBrian Paul2010-03-111-3/+5
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-13/+57
|\|
| * Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-1/+22
| |\
| | * util: adapt blitter code to new vertex element csoRoland Scheidegger2010-03-011-1/+22
| * | util/blitter: Fix the viewport transformation for Z coordinatesMarek Olšák2010-03-021-2/+2
| * | util: Fix u_blitter setup code after bypass_vs_clip_and_viewport removal.Michal Krol2010-03-011-11/+35
| * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-1/+0
| |/
* / gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-8/+28
|/
* util: Properly init memory for blitter CSOs.Corbin Simpson2010-02-121-8/+5
* gallium: make u_blitter code save/restore stencil ref valuesRoland Scheidegger2010-02-111-0/+2
* gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger2010-02-091-47/+28
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* gallium: adapt util code to blend changesRoland Scheidegger2010-01-211-1/+1
* gallium/util: silence warning about array initializersBrian Paul2010-01-141-3/+10
* util: Set flatshade for blitter.Corbin Simpson2010-01-111-0/+1
* util/blitter: remove unused variableKeith Whitwell2010-01-111-1/+0
* util: Apply Brian's suggested blit improvements.Corbin Simpson2010-01-101-15/+12
* gallium: u_blitter add overlapping blit support.Dave Airlie2010-01-101-34/+124
* util/blitter: allow NULL CSOs to be savedMarek Olšák2010-01-061-10/+17
* util: Update blitter for u_format changes.Corbin Simpson2009-12-181-1/+2
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-2/+2
* util/blitter: kill the draw_quad callbackMarek Olšák2009-12-151-11/+6
* util/blitter: allocate most of the state objects on-demandMarek Olšák2009-12-151-75/+179
* util/blitter: use PIPE_MAX_* limits, and fix a memory leakMarek Olšák2009-12-151-13/+27
* util: add blitterMarek Olšák2009-12-151-0/+605