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_rect.c
Age
Commit message (
Expand
)
Author
2010-05-03
gallium: move surface utility functions into u_surface.c
Brian Paul
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-11
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-01-07
gallium/util: remove useless assertions
Brian Paul
2010-01-07
gallium/util: update comment: s/src_pitch/src_stride
Brian Paul
2010-01-07
gallium/util: make src_y unsigned like the other x/y params
Brian Paul
2009-12-17
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-11-30
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-08-19
gallium: rename copy/fill_rect utility functions
Brian Paul
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-02-12
gallium: Fix a couple of potential NULL pointer dereferences.
Michel Dänzer
2009-02-05
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2008-12-18
Gallium: fix for conform test
Robert Ellison
2008-11-06
gallium: actually flip the coordinates
Zack Rusin
2008-09-04
gallium: new util_surface_copy() and util_surface_fill() helpers
Brian Paul
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-22
gallium: rename p_util.c to u_rect.c (it only contains rect copy/fill helpers)
Brian Paul