Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nv50: whitespace fixes and deobfuscation | Maarten Maathuis | 2009-08-17 | 1 | -1/+1 |
| | |||||
* | nv50: support non-blocking query_result() | Ben Skeggs | 2009-07-29 | 1 | -5/+5 |
| | |||||
* | nv50: use nouveau_bo for query buffers | Ben Skeggs | 2009-06-05 | 1 | -13/+12 |
| | |||||
* | nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws-> | Ben Skeggs | 2009-06-05 | 1 | -4/+4 |
| | |||||
* | nouveau: move channel creation into pipe drivers | Ben Skeggs | 2009-06-05 | 1 | -2/+2 |
| | |||||
* | nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 over | Ben Skeggs | 2009-06-05 | 1 | -1/+1 |
| | |||||
* | nv50: fix typo in nv50_query.c | Ben Skeggs | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | gallium: Unify reference counting. | Michel Dänzer | 2009-03-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | | The core reference counting code is centralized in p_refcnt.h. This has some consequences related to struct pipe_buffer: * The screen member of struct pipe_buffer must be initialized, or pipe_buffer_reference() will crash trying to destroy a buffer with reference count 0. u_simple_screen takes care of this, but I may have missed some of the drivers not using it. * Except for rare exceptions deep in winsys code, buffers must always be allocated via pipe_buffer_create() or via screen->*buffer_create() rather than via winsys->*buffer_create(). | ||||
* | nv50: fix occlusion queries | Ben Skeggs | 2009-02-20 | 1 | -2/+3 |
| | | | | Left behind from some gallium changes a while back.. | ||||
* | nv50: stop using nouveau_push.h, it's evil | Ben Skeggs | 2009-02-05 | 1 | -10/+15 |
| | |||||
* | gallium: make p_winsys internal | Zack Rusin | 2009-01-30 | 1 | -3/+3 |
| | | | | | move it to pipe/internal/p_winsys_screen.h and start converting the state trackers to the screen usage | ||||
* | gallium: give the screen priority when it comes to buffer allocations | Zack Rusin | 2009-01-29 | 1 | -4/+4 |
| | | | | | | allows the driver to overwrite buffer allocation, first step on the way to making winsys interface internal to the drivers. state trackers and the code above it will go through the screen | ||||
* | nv50: occlusion queries | Ben Skeggs | 2009-01-13 | 1 | -12/+72 |
| | | | | Not quite working, but the general idea is right I think. | ||||
* | gallium: Replace uint64 by standard uint64_t. | José Fonseca | 2009-01-08 | 1 | -1/+1 |
| | | | | | uint64 is not (so?) standard, and often redefined by third parties, causing name clashes. | ||||
* | nv50: add license headers to .c files | Ben Skeggs | 2008-07-11 | 1 | -0/+22 |
| | |||||
* | nouveau: match gallium code reorginisation. | Ben Skeggs | 2008-02-16 | 1 | -0/+47 |
That was... fun.. |