Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-25 | softpipe: Include declarations. | José Fonseca | |
2009-03-13 | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz | |
I should have gotten most uses and implementation correctly fixed, but things might break. Feel free to blame me. | |||
2008-09-04 | softpipe: use the new util_surface_copy/fill() functions | Brian Paul | |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | |
Also, rename p_tile.[ch] to u_tile.[ch] | |||
2008-08-22 | gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header | Brian Paul | |
2008-08-19 | gallium: fix do_flip bug in sp_surface_copy() | Brian Paul | |
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. | |||
2008-06-27 | gallium: Drop pipe_texture->cpp and pipe_surface->cpp. | José Fonseca | |
The chars-per-pixel concept falls apart with compressed and yuv images, where more than one pixel are coded in a single data block. | |||
2008-06-23 | gallium: change surface_copy()'s do_flip to boolean | Brian Paul | |
2008-06-23 | gallium: fix bad srcy coord if do_flip | Brian Paul | |
2008-05-02 | re-add pipe_surface map/unmap inlines | Keith Whitwell | |
2008-05-01 | softpipe: use CPU flags for mapping | Keith Whitwell | |
But when creating surfaces, adjust incoming flags from GPU->CPU usage. | |||
2008-05-01 | gallium: tex surface checkpoint | Keith Whitwell | |
2008-02-15 | Code reorganization: update build. | José Fonseca | |
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. | |||
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |