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_surface.c
Age
Commit message (
Expand
)
Author
2010-06-07
util: implement util_clear_depth_stencil fallback
Roland Scheidegger
2010-06-03
gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil
Roland Scheidegger
2010-05-29
util: adapt to clear interface changes
Roland Scheidegger
2010-05-21
Merge branch 'gallium-msaa'
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-03
gallium: move surface utility functions into u_surface.c
Brian Paul
2010-05-03
gallium: move framebuffer utility functions into a new file
Brian Paul
2010-05-04
util: Remove unnecessary headers.
Vinson Lee
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-01
util: Rename pipe formats.
José Fonseca
2010-03-01
util: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.
José Fonseca
2010-02-05
Merge remote branch 'origin/lp-binning'
José Fonseca
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-01-31
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-27
util: Remove unnecessary header.
Vinson Lee
2010-01-08
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2009-12-17
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-11
gallium/util: added util_unreference_framebuffer_state()
Brian Paul
2009-12-11
gallium/util: simplify util_framebuffer_state_equal()
Brian Paul
2009-12-10
gallium/util: added framebuffer compare, copy util funcs
Brian Paul
2009-12-03
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-11-30
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-19
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-04-15
util: Fix surface usage
Jakob Bornecrantz
2009-04-15
gallium: new, simple RGBA surface create/destroy helpers
Brian Paul