summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv40
Commit message (Expand)AuthorAgeFilesLines
* nouveau: Fix glTexSubImage on swizzled surfaces on <=NV40Luca Barbieri2009-12-301-10/+14
* nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton2009-12-283-4/+23
* nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri2009-12-282-1/+23
* NV30/NV40 CMP and SCS src == dst handlingLuca Barbieri2009-12-281-8/+24
* gallium: add geometry shader support to galliumZack Rusin2009-12-251-2/+3
* Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-225-18/+4
|\
| * gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-195-18/+4
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-172-3/+5
* | nouveau: avoid running out of relocsMaarten Maathuis2009-12-143-1/+13
|/
* nouveau: use boolean instead of boolRoland Scheidegger2009-12-081-1/+1
* nouveau: Work around nv04-nv40 miptrees not matching nouveau_miptree.Younes Manton2009-12-062-1/+5
* Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-042-16/+4
|\
| * gallium: adapt nv drivers to interface cleanupsRoland Scheidegger2009-12-022-16/+4
* | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-012-86/+86
|\ \
| * | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-242-43/+43
| * | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-242-13/+13
| * | tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-242-9/+9
| * | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-242-9/+9
| * | tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-242-14/+14
| * | gallium: try and update r300 and nv drivers for tgsi changesKeith Whitwell2009-11-242-2/+2
* | | nv: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
| |/ |/|
* | gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-263-25/+24
|/
* nouveau: Assume all texture blankets are linear for now.Younes Manton2009-11-011-0/+3
* nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40.Younes Manton2009-10-312-0/+4
* gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell2009-10-232-42/+4
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-232-26/+10
* gallium: remove noise opcodesKeith Whitwell2009-10-231-6/+0
* nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs2009-10-192-33/+3
* nouveau: nv40: Use same workaround as i915 for segfault related to vboPatrice Mandin2009-10-171-6/+13
* gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-21/+5
* gallium: Deprecate PIPE_CAP_S3TC.José Fonseca2009-09-161-2/+0
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-222-8/+8
* gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin2009-07-141-0/+2
* nouveau: return some supported zeta formatsBen Skeggs2009-07-012-0/+9
* nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTEDBen Skeggs2009-07-011-0/+2
* nouveau: Expect right params to tex_transfer_destroy().Younes Manton2009-06-291-1/+1
* nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs2009-06-054-28/+34
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-055-73/+77
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-053-42/+45
* nv40: remove u_simple_screen usageBen Skeggs2009-06-055-50/+32
* nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs2009-06-055-12/+21
* nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs2009-06-051-1/+1
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+26
* gallium: remove pipe_texture::compressed fieldBrian Paul2009-04-101-1/+0
* gallium: Clean up driver clear() interface.Michel Dänzer2009-04-042-5/+7
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-263-10/+0
* nouveau: bypass_vs_clip_and_viewportYounes Manton2009-03-141-1/+2
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-10/+1
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-079-0/+13
* gallium: Unify reference counting.Michel Dänzer2009-03-043-32/+15