Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965g: Drop i965simple | Jakob Bornecrantz | 2009-10-05 | 1 | -139/+0 |
| | | | | | | The driver never work with real hardware and has bitrotted for quite some time now, might as well drop it. If somebody wants to look at it just use git. | ||||
* | gallium: Make sure we flush before some texture / buffer operations. | Thomas Hellstrom | 2009-04-15 | 1 | -0/+25 |
| | | | | | | | Also implement context member functions to optimize away those flushes whenever possible. Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | ||||
* | 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 | ||||
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -1/+1 |
| | | | | Also, rename p_tile.[ch] to u_tile.[ch] | ||||
* | gallium: Add destroy callback to all *_winsys interfaces. | José Fonseca | 2008-08-08 | 1 | -0/+3 |
| | | | | For consistency and to simplify these objects' destruction. | ||||
* | gallium: Eliminate p_winsys::printf | José Fonseca | 2008-03-31 | 1 | -3/+2 |
| | | | | Not convenient and almost not used at all. Better replacements in p_debug.h | ||||
* | gallium: move is_format_supported() to pipe_screen struct | Brian | 2008-02-27 | 1 | -69/+0 |
| | |||||
* | gallium: start removing pipe_context->get_name/vendor/param/paramf | Brian | 2008-02-27 | 1 | -17/+0 |
| | | | | | These are now per-screen functions, not per-context. State tracker updated, code in drivers and p_context.h disabled. | ||||
* | gallium/i965: implement pipe_screen for i965 driver (untested) | Brian | 2008-02-27 | 1 | -58/+12 |
| | |||||
* | gallium: re-org of i965 texture/surface code, functions | Brian | 2008-02-20 | 1 | -3/+1 |
| | |||||
* | gallium: new pipe->texture_update() function | Brian | 2008-02-20 | 1 | -0/+1 |
| | | | | | Called whenever texture data is changed (glTexImage, glTexSubImage, glCopyTexSubImage, etc). | ||||
* | Code reorganization: move files into their places. | José Fonseca | 2008-02-15 | 1 | -0/+245 |
This is in a separate commit to ensure renames are properly preserved. |