index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
util
/
u_blitter.c
Age
Commit message (
Expand
)
Author
2010-06-03
util: Remove unnecessary header.
Vinson Lee
2010-06-03
Merge branch 'gallium-newclear'
Roland Scheidegger
2010-06-03
gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil
Roland Scheidegger
2010-06-03
gallium: add interpolation parameter to simple shader functions
Brian Paul
2010-05-29
util: adapt to clear interface changes
Roland Scheidegger
2010-05-25
util: fix indentation in blitter
Marek Olšák
2010-05-25
r300g,util: remove pipe_surface from the util_blitter_copy interface and clea...
Marek Olšák
2010-05-25
r300g,util: remove pipe_surface from the util_blitter_fill interface and clea...
Marek Olšák
2010-05-23
util/blitter: allow NULL clear color
Marek Olšák
2010-05-21
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-19
util: fix obvious util_blitter_copy bugs...
Roland Scheidegger
2010-05-19
util: util_blitter_fill no longer needs to handle overlap
Roland Scheidegger
2010-05-18
util: fix some leftover util_surface_fill/copy calls
Roland Scheidegger
2010-05-17
gallium/util: adapt util code to interface changes
Roland Scheidegger
2010-05-14
gallium: convert rasterizer state to use gl-style front/back concepts
Keith Whitwell
2010-05-04
util: Remove unnecessary headers.
Vinson Lee
2010-05-04
u_blitter: fix creating fragment shaders
Wiktor Janas
2010-05-03
gallium: move surface utility functions into u_surface.c
Brian Paul
2010-04-18
u_blitter: add support for saving vertex buffers
Luca Barbieri
2010-04-13
u_blitter: Coords are normalized.
Corbin Simpson
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-13
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-11
gallium/util: use memset() to initialize vars to avoid warnings
Brian Paul
2010-03-10
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-09
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-02
util/blitter: Fix the viewport transformation for Z coordinates
Marek Olšák
2010-03-01
util: adapt blitter code to new vertex element cso
Roland Scheidegger
2010-03-01
util: Fix u_blitter setup code after bypass_vs_clip_and_viewport removal.
Michal Krol
2010-02-22
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
2010-02-12
util: Properly init memory for blitter CSOs.
Corbin Simpson
2010-02-11
gallium: make u_blitter code save/restore stencil ref values
Roland Scheidegger
2010-02-09
gallium: don't put stencil ref value in pipe_depth_stencil_alpha_state
Roland Scheidegger
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-01-21
gallium: adapt util code to blend changes
Roland Scheidegger
2010-01-14
gallium/util: silence warning about array initializers
Brian Paul
2010-01-11
util: Set flatshade for blitter.
Corbin Simpson
2010-01-11
util/blitter: remove unused variable
Keith Whitwell
2010-01-10
util: Apply Brian's suggested blit improvements.
Corbin Simpson
2010-01-10
gallium: u_blitter add overlapping blit support.
Dave Airlie
2010-01-06
util/blitter: allow NULL CSOs to be saved
Marek Olšák
2009-12-18
util: Update blitter for u_format changes.
Corbin Simpson
2009-12-17
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-15
util/blitter: kill the draw_quad callback
Marek Olšák
2009-12-15
util/blitter: allocate most of the state objects on-demand
Marek Olšák
2009-12-15
util/blitter: use PIPE_MAX_* limits, and fix a memory leak
Marek Olšák
2009-12-15
util: add blitter
Marek Olšák
2010-02-19
gallium: WIP: Introduce sampler views.
Michal Krol