History log of /external/mesa3d/src/gallium/auxiliary/util/u_rect.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4cef3087261317f04e4a06cc645c895d31f6e06b 20-Aug-2010 Keith Whitwell <keithw@vmware.com> util: add rectangle helpers to u_rect.h

This begins a process of repurposing this file. The existing usage is
as a header file for some software blit fallbacks, which should be
moved to a more appropriately named header.
/external/mesa3d/src/gallium/auxiliary/util/u_rect.h
c2f074d8a4b93f3f3a81311f9a114b11bc5f80d8 23-Aug-2010 Roland Scheidegger <sroland@vmware.com> util: fix util_fill_rect to take util_color instead of u32 param

util_fill_rect could not handle formats with more than 32 bits,
since the fill color was a uint32_t value. Fix this by using
a util_color union instead, and also expand the union so it
works with formats which have up to 256 bits (the max of any
format currently defined).
/external/mesa3d/src/gallium/auxiliary/util/u_rect.h
8b0c217f2bc123bffd25cc4977d6abb1b3fa8186 04-May-2010 Brian Paul <brianp@vmware.com> gallium: move surface utility functions into u_surface.c

This is a better place than in u_rect.c
/external/mesa3d/src/gallium/auxiliary/util/u_rect.h
f39bae8e68bf461a424bf33112ea79aee3044615 07-Jan-2010 Brian Paul <brianp@vmware.com> gallium/util: make src_y unsigned like the other x/y params
/external/mesa3d/src/gallium/auxiliary/util/u_rect.h
ac400ffce62be47fc77e8d10cabcd39b92b6c627 30-Nov-2009 Roland Scheidegger <sroland@vmware.com> gallium: interface cleanups, remove nblocksx/y from pipe_texture and more

This patch removes nblocksx, nblocksy arrays from pipe_texture (can be
recalculated if needed). Furthermore, pipe_format_block struct is gone
completely (again, contains just derived state).
nblocksx, nblocksy, block are also removed from pipe_transfer, together with
the format enum (can be obtained from the texture associated with the transfer).
/external/mesa3d/src/gallium/auxiliary/util/u_rect.h
8604a896a60a5f3f81d6ebecf827aeaddf8c640c 19-Aug-2009 Brian Paul <brianp@vmware.com> gallium: rename copy/fill_rect utility functions
/external/mesa3d/src/gallium/auxiliary/util/u_rect.h
ce8c08c2b03d8dc363deb14124372a6bbb4efd99 04-Sep-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: new util_surface_copy() and util_surface_fill() helpers

These are plug-in fallbacks for the pipe->surface_copy() and
pipe->surface_fill() functions.
/external/mesa3d/src/gallium/auxiliary/util/u_rect.h
fe1e39afbb147deab60ecc932c24f921b46f1364 23-Aug-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header
/external/mesa3d/src/gallium/auxiliary/util/u_rect.h