Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i915g: Drop the simple sufix | Jakob Bornecrantz | 2009-10-05 | 1 | -94/+0 |
| | | | | | | None of the other driver have a silly sufix, so just drop it. Nothing new added in this commit or any other commit but this is better marketing. | ||||
* | i915g: Rename pipe field on context to base | Jakob Bornecrantz | 2009-08-31 | 1 | -2/+2 |
| | |||||
* | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz | 2009-03-13 | 1 | -2/+1 |
| | | | | | | | I should have gotten most uses and implementation correctly fixed, but things might break. Feel free to blame me. | ||||
* | i915simple: Minimal fixup for introduction of struct pipe_transfer. | Michel Dänzer | 2009-02-18 | 1 | -55/+24 |
| | |||||
* | gallium: remove pipe_buffer from surfaces | Zack Rusin | 2009-02-02 | 1 | -3/+6 |
| | | | | | | | this change disassociates, at least from the driver perspective, the surface from buffer. surfaces are technically now views on the textures so make it so by hiding the buffer in the internals of textures. | ||||
* | gallium: make p_winsys internal | Zack Rusin | 2009-01-30 | 1 | -1/+1 |
| | | | | | move it to pipe/internal/p_winsys_screen.h and start converting the state trackers to the screen usage | ||||
* | i915: Fix surface operations | Jakob Bornecrantz | 2009-01-30 | 1 | -3/+3 |
| | |||||
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -2/+1 |
| | | | | Also, rename p_tile.[ch] to u_tile.[ch] | ||||
* | gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header | Brian Paul | 2008-08-22 | 1 | -0/+1 |
| | |||||
* | i915: Fix the last of the stride/pitch changes | Jakob Bornecrantz | 2008-06-27 | 1 | -9/+9 |
| | |||||
* | gallium: Drop pipe_texture->cpp and pipe_surface->cpp. | José Fonseca | 2008-06-27 | 1 | -52/+16 |
| | | | | | The chars-per-pixel concept falls apart with compressed and yuv images, where more than one pixel are coded in a single data block. | ||||
* | gallium: change surface_copy()'s do_flip to boolean | Brian Paul | 2008-06-23 | 1 | -1/+1 |
| | |||||
* | gallium: fix bad srcy coord if do_flip | Brian Paul | 2008-06-23 | 1 | -1/+1 |
| | |||||
* | gallium: tex surface checkpoint | Keith Whitwell | 2008-05-01 | 1 | -6/+17 |
| | |||||
* | gallium: minor re-org of 915 surface/texture code | Brian | 2008-02-20 | 1 | -44/+1 |
| | |||||
* | Code reorganization: update build. | José Fonseca | 2008-02-15 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | Code reorganization: move files into their places. | José Fonseca | 2008-02-15 | 1 | -0/+191 |
This is in a separate commit to ensure renames are properly preserved. |