History log of /external/mesa3d/src/gallium/drivers/softpipe/sp_surface.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a3dffd76d3408c6da089f467f5cc53b770dbcc86 07-Jun-2010 Roland Scheidegger <sroland@vmware.com> softpipe: use util_clear_render_target/depth_stencil fallbacks
/external/mesa3d/src/gallium/drivers/softpipe/sp_surface.c
72c77d472b21276c56778bb24a786737f17bb936 29-May-2010 Roland Scheidegger <sroland@vmware.com> softpipe: adapt to clear interface changes
/external/mesa3d/src/gallium/drivers/softpipe/sp_surface.c
6c32670706e8ed3855ff2187f0eadee43b5b8742 17-May-2010 Roland Scheidegger <sroland@vmware.com> softpipe: adapt to interface changes
/external/mesa3d/src/gallium/drivers/softpipe/sp_surface.c
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/drivers/softpipe/sp_surface.c
e866cd7401e70f1e6494c8adf3983e916c7fa9cf 25-Mar-2009 José Fonseca <jfonseca@vmware.com> softpipe: Include declarations.
/external/mesa3d/src/gallium/drivers/softpipe/sp_surface.c
f500f3a72c6be61ff9b8e1166f734e408d00aded 13-Mar-2009 Jakob Bornecrantz <jakob@vmware.com> gallium: Remove do_flip argument from surface_copy

I should have gotten most uses and implementation
correctly fixed, but things might break.

Feel free to blame me.
/external/mesa3d/src/gallium/drivers/softpipe/sp_surface.c
dd82c06ca371bacfda77d0eece5e29adee47e058 04-Sep-2008 Brian Paul <brian.paul@tungstengraphics.com> softpipe: use the new util_surface_copy/fill() functions
/external/mesa3d/src/gallium/drivers/softpipe/sp_surface.c
4f25420bdd834e81a3e22733304efc5261c2998a 25-Aug-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h

Also, rename p_tile.[ch] to u_tile.[ch]
/external/mesa3d/src/gallium/drivers/softpipe/sp_surface.c
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/drivers/softpipe/sp_surface.c
7f9959ae8394f8e52a180f5e261b0f9470f6c5bc 20-Aug-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: fix do_flip bug in sp_surface_copy()

Surfaces are always in y=0=top raster order so the caller should invert
the Y coordinate if needed; don't do it in sp_surface_copy().

Fixes a glCopyTexture regression.
/external/mesa3d/src/gallium/drivers/softpipe/sp_surface.c
4ddd65967915ca4846f2831bc676c878a29dae4a 27-Jun-2008 José Fonseca <jrfonseca@tungstengraphics.com> gallium: Drop pipe_texture->cpp and pipe_surface->cpp.

The chars-per-pixel concept falls apart with compressed and yuv images,
where more than one pixel are coded in a single data block.
/external/mesa3d/src/gallium/drivers/softpipe/sp_surface.c
e14126ec811e4f37cf085be27cac4f750d9e011a 23-Jun-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: change surface_copy()'s do_flip to boolean
/external/mesa3d/src/gallium/drivers/softpipe/sp_surface.c
92d48a4cb9481adc7abd7cdf9550fbf5a9c9613d 23-Jun-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: fix bad srcy coord if do_flip
/external/mesa3d/src/gallium/drivers/softpipe/sp_surface.c
731e7b961cd081ac6a64b636937716ce3a623c2c 01-May-2008 Keith Whitwell <keith@tungstengraphics.com> re-add pipe_surface map/unmap inlines
/external/mesa3d/src/gallium/drivers/softpipe/sp_surface.c
27e46611f04108765fa99890822a474820d5c563 01-May-2008 Keith Whitwell <keith@tungstengraphics.com> softpipe: use CPU flags for mapping

But when creating surfaces, adjust incoming flags from GPU->CPU usage.
/external/mesa3d/src/gallium/drivers/softpipe/sp_surface.c
c9ed86a96483063f3d6789ed16645a3dca77d726 01-May-2008 Keith Whitwell <keith@tungstengraphics.com> gallium: tex surface checkpoint
/external/mesa3d/src/gallium/drivers/softpipe/sp_surface.c
6acd63a4980951727939c0dd545a0324965b3834 15-Feb-2008 José Fonseca <jrfonseca@tungstengraphics.com> Code reorganization: update build.

Update the Makefiles and includes for the new paths.

Note that there hasn't been no separation of the Makefiles yet, and make is
jumping all over the place. That will be taken care shortly. But for now, make
should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm
might require some minor tweaks.
/external/mesa3d/src/gallium/drivers/softpipe/sp_surface.c
b642730be93149baa7556e5791393168ab396175 15-Feb-2008 José Fonseca <jrfonseca@tungstengraphics.com> Code reorganization: move files into their places.

This is in a separate commit to ensure renames are properly preserved.
/external/mesa3d/src/gallium/drivers/softpipe/sp_surface.c