summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Unify reference counting.Michel Dänzer2009-03-041-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 changesBen Skeggs2009-02-201-2/+3
|
* util: Move p_debug.h into util module.José Fonseca2009-02-181-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 driverBen Skeggs2009-02-051-1/+1
|
* nouveau: support getting "native" bo from winsysBen Skeggs2009-02-051-0/+2
|
* nouveau: notifier timeout is a float nowBen Skeggs2009-02-041-1/+1
|
* nouveau: link against libdrm_nouveau (installed with libdrm)Ben Skeggs2009-02-049-8278/+3
|
* gallium: make p_winsys internalZack Rusin2009-01-301-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 headerPekka Paalanen2008-12-131-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 Mandin2008-12-121-1/+0
| | | | swizzle textures
* nouveau: nv04-nv40 linear <-> swizzled conversion.Younes Manton2008-12-021-0/+2
|
* Nouveau: nv{10,20} set_primitive API fixPekka Paalanen2008-11-301-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.hPekka Paalanen2008-11-301-58/+1805
| | | | | | Fresh from renouveau. Signed-off-by: Pekka Paalanen <[email protected]>
* Nouveau: build, link and use nv20.Pekka Paalanen2008-11-081-0/+6
| | | | Signed-off-by: Pekka Paalanen <[email protected]>
* nouveau: add flag for swizzled surface uploadPatrice Mandin2008-09-211-0/+1
|
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-111-1/+0
|
* nv40: Support for PIPE_FORMAT_R16_SNORM.Younes Manton2008-08-031-0/+1
|
* nv30: does not have vp_attrib/resultPatrice Mandin2008-07-121-2/+0
|
* nouveau: update to latest object headerBen Skeggs2008-07-111-14/+38
|
* nv30: update nouveau_class.hPatrice Mandin2008-07-091-9/+52
|
* nv50: make use of nouveau drm 0.0.11 to get 3d goingBen Skeggs2008-07-082-0/+5
|
* nv04.Stephane Marchesin2008-07-081-0/+6
|
* nv50: use stateobjs for sampler/image_control uploadsBen Skeggs2008-06-291-0/+18
|
* nv50: flag to indicate to winsys we want a surface for use as a zeta bufferBen Skeggs2008-06-291-0/+1
| | | | | NVIDIA love to make life difficult.. we need different flags in PTEs for zeta.. yay.. not.
* Update for extra vertex attributesPatrice Mandin2008-06-211-74/+89
|
* nv30: Update nouveau_class.h to get its proper defines instead of using nv40 ↵Patrice Mandin2008-06-211-30/+47
| | | | ones
* nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs2008-05-131-8/+5
|
* nouveau: make nouveau_device.h part of public APIBen Skeggs2008-05-131-0/+30
|
* nouveau: create objnull during channel creationBen Skeggs2008-05-131-0/+1
|
* nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs2008-04-041-0/+5
|
* nv40: need to resubmit buffers if pushbuf gets flushed during drawBen Skeggs2008-04-041-0/+64
|
* nv10: fix stuff and things.Stephane Marchesin2008-04-021-6/+18
|
* nouveau: adapt to recent gallium changesBen Skeggs2008-03-303-7/+8
|
* nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel*Ben Skeggs2008-03-193-11/+10
|
* nouveau: latest header.Stephane Marchesin2008-03-171-6/+8
|
* nv10.Stephane Marchesin2008-03-151-0/+7
|
* nouveau: latest header.Stephane Marchesin2008-03-151-16/+28
|
* nouveau: update to latest nouveau_class.hStephane Marchesin2008-03-131-2/+3
|
* nouveau: update to latest reg header.Stephane Marchesin2008-03-121-8/+8
|
* nouveau: enable multi-context/single-channel support for nv40Ben Skeggs2008-03-021-3/+3
|
* nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs2008-02-291-6/+9
|
* nouveau: implement pipe_screenBen Skeggs2008-02-291-3/+12
| | | | Untested on NV3x/NV5x. Quite possibly broken.
* nv40: stateobj start out with 0 refcountBen Skeggs2008-02-221-1/+1
|
* nouveau: cleanups + fixesBen Skeggs2008-02-181-12/+9
|
* nouveau: header updateBen Skeggs2008-02-181-2/+2
|
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-1611-0/+6852
That was... fun..