summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_blitter.c
Commit message (Expand)AuthorAgeFilesLines
* 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