Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: Unify reference counting. | Michel Dänzer | 2009-03-04 | 1 | -9/+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: rework for texture_transfer changes | Ben Skeggs | 2009-02-20 | 1 | -2/+3 |
| | |||||
* | util: Move p_debug.h into util module. | José Fonseca | 2009-02-18 | 1 | -1/+1 |
| | | | | | The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | ||||
* | nv04-nv40: move 2d blit/fill code into pipe driver | Ben Skeggs | 2009-02-05 | 1 | -1/+1 |
| | |||||
* | nouveau: support getting "native" bo from winsys | Ben Skeggs | 2009-02-05 | 1 | -0/+2 |
| | |||||
* | nouveau: notifier timeout is a float now | Ben Skeggs | 2009-02-04 | 1 | -1/+1 |
| | |||||
* | nouveau: link against libdrm_nouveau (installed with libdrm) | Ben Skeggs | 2009-02-04 | 9 | -8278/+3 |
| | |||||
* | 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 | ||||
* | Nouveau: move the definition of log2i() to header | Pekka Paalanen | 2008-12-13 | 1 | -0/+27 |
| | | | | | | | Also make the type unsigned instead of signed, since negative values do not make sense. Signed-off-by: Pekka Paalanen <[email protected]> | ||||
* | nouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy/paste nv40 work to ↵ | Patrice Mandin | 2008-12-12 | 1 | -1/+0 |
| | | | | swizzle textures | ||||
* | nouveau: nv04-nv40 linear <-> swizzled conversion. | Younes Manton | 2008-12-02 | 1 | -0/+2 |
| | |||||
* | Nouveau: nv{10,20} set_primitive API fix | Pekka Paalanen | 2008-11-30 | 1 | -1/+1 |
| | | | | | | | Also changes nvgl_primitive() to return zero, i.e. error, on unknown primitive. Signed-off-by: Pekka Paalanen <[email protected]> | ||||
* | Nouveau: update nouveau_class.h | Pekka Paalanen | 2008-11-30 | 1 | -58/+1805 |
| | | | | | | Fresh from renouveau. Signed-off-by: Pekka Paalanen <[email protected]> | ||||
* | Nouveau: build, link and use nv20. | Pekka Paalanen | 2008-11-08 | 1 | -0/+6 |
| | | | | Signed-off-by: Pekka Paalanen <[email protected]> | ||||
* | nouveau: add flag for swizzled surface upload | Patrice Mandin | 2008-09-21 | 1 | -0/+1 |
| | |||||
* | nouveau: gallium directory structure changed again.. | Ben Skeggs | 2008-09-11 | 1 | -1/+0 |
| | |||||
* | nv40: Support for PIPE_FORMAT_R16_SNORM. | Younes Manton | 2008-08-03 | 1 | -0/+1 |
| | |||||
* | nv30: does not have vp_attrib/result | Patrice Mandin | 2008-07-12 | 1 | -2/+0 |
| | |||||
* | nouveau: update to latest object header | Ben Skeggs | 2008-07-11 | 1 | -14/+38 |
| | |||||
* | nv30: update nouveau_class.h | Patrice Mandin | 2008-07-09 | 1 | -9/+52 |
| | |||||
* | nv50: make use of nouveau drm 0.0.11 to get 3d going | Ben Skeggs | 2008-07-08 | 2 | -0/+5 |
| | |||||
* | nv04. | Stephane Marchesin | 2008-07-08 | 1 | -0/+6 |
| | |||||
* | nv50: use stateobjs for sampler/image_control uploads | Ben Skeggs | 2008-06-29 | 1 | -0/+18 |
| | |||||
* | nv50: flag to indicate to winsys we want a surface for use as a zeta buffer | Ben Skeggs | 2008-06-29 | 1 | -0/+1 |
| | | | | | NVIDIA love to make life difficult.. we need different flags in PTEs for zeta.. yay.. not. | ||||
* | Update for extra vertex attributes | Patrice Mandin | 2008-06-21 | 1 | -74/+89 |
| | |||||
* | nv30: Update nouveau_class.h to get its proper defines instead of using nv40 ↵ | Patrice Mandin | 2008-06-21 | 1 | -30/+47 |
| | | | | ones | ||||
* | nouveau: remove chipset fields in all nv pipe driver context/screen structs. | Ben Skeggs | 2008-05-13 | 1 | -8/+5 |
| | |||||
* | nouveau: make nouveau_device.h part of public API | Ben Skeggs | 2008-05-13 | 1 | -0/+30 |
| | |||||
* | nouveau: create objnull during channel creation | Ben Skeggs | 2008-05-13 | 1 | -0/+1 |
| | |||||
* | nouveau: in some cases don't create the buffer in local mem initially. | Ben Skeggs | 2008-04-04 | 1 | -0/+5 |
| | |||||
* | nv40: need to resubmit buffers if pushbuf gets flushed during draw | Ben Skeggs | 2008-04-04 | 1 | -0/+64 |
| | |||||
* | nv10: fix stuff and things. | Stephane Marchesin | 2008-04-02 | 1 | -6/+18 |
| | |||||
* | nouveau: adapt to recent gallium changes | Ben Skeggs | 2008-03-30 | 3 | -7/+8 |
| | |||||
* | nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel* | Ben Skeggs | 2008-03-19 | 3 | -11/+10 |
| | |||||
* | nouveau: latest header. | Stephane Marchesin | 2008-03-17 | 1 | -6/+8 |
| | |||||
* | nv10. | Stephane Marchesin | 2008-03-15 | 1 | -0/+7 |
| | |||||
* | nouveau: latest header. | Stephane Marchesin | 2008-03-15 | 1 | -16/+28 |
| | |||||
* | nouveau: update to latest nouveau_class.h | Stephane Marchesin | 2008-03-13 | 1 | -2/+3 |
| | |||||
* | nouveau: update to latest reg header. | Stephane Marchesin | 2008-03-12 | 1 | -8/+8 |
| | |||||
* | nouveau: enable multi-context/single-channel support for nv40 | Ben Skeggs | 2008-03-02 | 1 | -3/+3 |
| | |||||
* | nouveau: hand nouveau_winsys in with pipe_screen init | Ben Skeggs | 2008-02-29 | 1 | -6/+9 |
| | |||||
* | nouveau: implement pipe_screen | Ben Skeggs | 2008-02-29 | 1 | -3/+12 |
| | | | | Untested on NV3x/NV5x. Quite possibly broken. | ||||
* | nv40: stateobj start out with 0 refcount | Ben Skeggs | 2008-02-22 | 1 | -1/+1 |
| | |||||
* | nouveau: cleanups + fixes | Ben Skeggs | 2008-02-18 | 1 | -12/+9 |
| | |||||
* | nouveau: header update | Ben Skeggs | 2008-02-18 | 1 | -2/+2 |
| | |||||
* | nouveau: match gallium code reorginisation. | Ben Skeggs | 2008-02-16 | 11 | -0/+6852 |
That was... fun.. |