summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau
Commit message (Expand)AuthorAgeFilesLines
* nouveau: fix some pipe_buffer reference counting issuesBen Skeggs2009-03-251-1/+5
* nouveau: rewrite winsys in terms of drm_api, support dri2 state trackerBen Skeggs2009-03-181-1/+1
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-071-1/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-9/+3
* 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
* 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
* Nouveau: move the definition of log2i() to headerPekka Paalanen2008-12-131-0/+27
* nouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy/paste nv40 work to swi...Patrice Mandin2008-12-121-1/+0
* 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
* Nouveau: update nouveau_class.hPekka Paalanen2008-11-301-58/+1805
* Nouveau: build, link and use nv20.Pekka Paalanen2008-11-081-0/+6
* 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
* 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
* 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
* 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