summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40
AgeCommit message (Expand)Author
2009-01-10nouveau: Use PIPE_BUFFER_USAGE_CPU_* instead of custom.Younes Manton
2009-01-10nouveau: Put dynamic textures in GART for CPU access and don't swizzle.Younes Manton
2009-01-10nouveau: Swizzle textures larger than nv04 SIFM limit in parts.Younes Manton
2009-01-08gallium: Replace uint64 by standard uint64_t.José Fonseca
2008-12-16nv40: apply ABS modifier to RSQ source in vpBen Skeggs
2008-12-16nouveau: return a value for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITSBen Skeggs
2008-12-13Nouveau: move the definition of log2i() to headerPekka Paalanen
2008-12-02nouveau: Calc pitch for swizzled textures appropriately.Younes Manton
2008-12-02nouveau: Use swizzled textures & render targets on nv40 when possible.Younes Manton
2008-11-10nv40: init pipe_surface correctlyBen Skeggs
2008-10-29nv40: rename some vars in texture layout codeBen Skeggs
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs
2008-08-14nv30/nv40: KIL/KILP swapped meaningsBen Skeggs
2008-08-11nouveau: pf_sprint_name -> pf_nameBen Skeggs
2008-08-07nv40/nv50: enable mirror wrap modesBen Skeggs
2008-08-07nouveau: fix buildBen Skeggs
2008-08-03nv40: Support for PIPE_FORMAT_R16_SNORM.Younes Manton
2008-07-23nv all: Copy shader tokens on create, free on delete.Younes Manton
2008-07-23nouveau: is_format_supported() interface changesBen Skeggs
2008-06-29nouveau: adapt to cpp->pf_block changesBen Skeggs
2008-06-23nouveau: update for interface changes + hack around gallium x86_64 bustageBen Skeggs
2008-06-21Update for extra vertex attributesPatrice Mandin
2008-05-30nv40: a couple of memory leaksBen Skeggs
2008-05-27nouveau: very quick port to tex-surface changes.Ben Skeggs
2008-05-25nouveau: remove final PIPE_FORMAT_U_* usageBen Skeggs
2008-05-14nv40: fix typo in one of the previous commitsBen Skeggs
2008-05-13nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs
2008-05-05nouveau: bitmap texcoord bias has been removedBen Skeggs
2008-04-29nv40: enable DXTn formatsBen Skeggs
2008-04-28nv40: do full swtnl fallback when edge flags present.Ben Skeggs
2008-04-27nouveau: stub set_edgeflags for all nv pipe driversBen Skeggs
2008-04-23nouveau: fix buildBen Skeggs
2008-04-15nouveau: PIPE_ATTRIB_MAX -> PIPE_MAX_ATTRIBSBen Skeggs
2008-04-09nv40: use vb/ve counts rather than shader inputs for related loopsBen Skeggs
2008-04-07nv40: implement user clip planesBen Skeggs
2008-04-04nv40: kill some warningsBen Skeggs
2008-04-04nv40: have test for hw idxbuf in single placeBen Skeggs
2008-04-04nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs
2008-04-04nv40: remove redundant state_emit() callsBen Skeggs
2008-04-04nv40: static attribs -> stateobjBen Skeggs
2008-04-04nv40: convert the inline idxbuf paths alsoBen Skeggs
2008-04-04nv40: need to resubmit buffers if pushbuf gets flushed during drawBen Skeggs
2008-04-02nv40: only update draw module state when using swtnlBen Skeggs
2008-04-02nv40: shorten zsa state linesBen Skeggs
2008-03-31nv40: fix slight thinkoBen Skeggs
2008-03-31nouveau: update object headerBen Skeggs
2008-03-31nv40: support vp clip distance regs, unused currently.Ben Skeggs
2008-03-31nv40: track current scissor enable/disable stateBen Skeggs
2008-03-31nv40: mark fp dirty even when only consts updatedBen Skeggs
2008-03-30nouveau: adapt to recent gallium changesBen Skeggs