summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
AgeCommit message (Expand)AuthorFilesLines
2009-12-03gallium: fix remaining users of pipe_reference functionRoland Scheidegger1-1/+2
2009-10-19nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs3-1/+54
2009-08-31nouveau: introduce nouveau_miptree common to all nouveau pipe driversBen Skeggs1-0/+11
2009-07-29nouveau: map_range returning -EBUSY isn't necessarily an errorBen Skeggs1-3/+6
2009-06-07nouveau: forgotten makefile...Ben Skeggs1-0/+8
2009-06-05nouveau: plug in our map_buffer_range and friendsBen Skeggs1-7/+1
2009-06-05nouveau: fix build with libdrm_nouveau 0.6Ben Skeggs3-10/+9
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs4-36/+33
2009-06-05nouveau: call notifier/grobj etc funcs directlyBen Skeggs2-27/+1
2009-06-05nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs2-0/+266
2009-06-05nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs1-11/+10
2009-06-05nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs3-26/+36
2009-03-25nouveau: fix some pipe_buffer reference counting issuesBen Skeggs1-1/+5
2009-03-18nouveau: rewrite winsys in terms of drm_api, support dri2 state trackerBen Skeggs1-1/+1
2009-03-07nouveau: make stateobjs start off with refcount of 1Ben Skeggs1-1/+1
2009-03-04gallium: Unify reference counting.Michel Dänzer1-9/+3
2009-02-20nv50: rework for texture_transfer changesBen Skeggs1-2/+3
2009-02-18util: Move p_debug.h into util module.José Fonseca1-1/+1
2009-02-05nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs1-1/+1
2009-02-05nouveau: support getting "native" bo from winsysBen Skeggs1-0/+2
2009-02-04nouveau: notifier timeout is a float nowBen Skeggs1-1/+1
2009-02-04nouveau: link against libdrm_nouveau (installed with libdrm)Ben Skeggs9-8278/+3
2009-01-30gallium: make p_winsys internalZack Rusin1-1/+1
2008-12-13Nouveau: move the definition of log2i() to headerPekka Paalanen1-0/+27
2008-12-12nouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy/paste nv40 work to swi...Patrice Mandin1-1/+0
2008-12-02nouveau: nv04-nv40 linear <-> swizzled conversion.Younes Manton1-0/+2
2008-11-30Nouveau: nv{10,20} set_primitive API fixPekka Paalanen1-1/+1
2008-11-30Nouveau: update nouveau_class.hPekka Paalanen1-58/+1805
2008-11-08Nouveau: build, link and use nv20.Pekka Paalanen1-0/+6
2008-09-21nouveau: add flag for swizzled surface uploadPatrice Mandin1-0/+1
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs1-1/+0
2008-08-03nv40: Support for PIPE_FORMAT_R16_SNORM.Younes Manton1-0/+1
2008-07-12nv30: does not have vp_attrib/resultPatrice Mandin1-2/+0
2008-07-11nouveau: update to latest object headerBen Skeggs1-14/+38
2008-07-09nv30: update nouveau_class.hPatrice Mandin1-9/+52
2008-07-08nv50: make use of nouveau drm 0.0.11 to get 3d goingBen Skeggs2-0/+5
2008-07-08nv04.Stephane Marchesin1-0/+6
2008-06-29nv50: use stateobjs for sampler/image_control uploadsBen Skeggs1-0/+18
2008-06-29nv50: flag to indicate to winsys we want a surface for use as a zeta bufferBen Skeggs1-0/+1
2008-06-21Update for extra vertex attributesPatrice Mandin1-74/+89
2008-06-21nv30: Update nouveau_class.h to get its proper defines instead of using nv40 ...Patrice Mandin1-30/+47
2008-05-13nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs1-8/+5
2008-05-13nouveau: make nouveau_device.h part of public APIBen Skeggs1-0/+30
2008-05-13nouveau: create objnull during channel creationBen Skeggs1-0/+1
2008-04-04nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs1-0/+5
2008-04-04nv40: need to resubmit buffers if pushbuf gets flushed during drawBen Skeggs1-0/+64
2008-04-02nv10: fix stuff and things.Stephane Marchesin1-6/+18
2008-03-30nouveau: adapt to recent gallium changesBen Skeggs3-7/+8
2008-03-19nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel*Ben Skeggs3-11/+10
2008-03-17nouveau: latest header.Stephane Marchesin1-6/+8