summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv20
Commit message (Expand)AuthorAgeFilesLines
* nv20: Fix build for the latest nouveau_class.h changes.Francisco Jerez2010-01-081-2/+2
* nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis2010-01-051-1/+0
* nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etcMarcin Slusarz2010-01-055-375/+424
* Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-052-6/+5
|\
| * gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-212-6/+5
* | 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-281-0/+3
* | nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri2009-12-282-1/+23
* | gallium: add geometry shader support to galliumZack Rusin2009-12-252-9/+9
* | Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-222-6/+3
|\ \ | |/ |/|
| * gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-192-6/+3
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-172-3/+5
|/
* 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-0/+3
* Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-042-15/+4
|\
| * gallium: adapt nv drivers to interface cleanupsRoland Scheidegger2009-12-022-15/+4
* | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-011-34/+34
|\ \
| * | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-19/+19
| * | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-4/+4
| * | tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-1/+1
| * | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-4/+4
| * | tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-7/+7
| * | gallium: try and update r300 and nv drivers for tgsi changesKeith Whitwell2009-11-241-1/+1
* | | 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-23/+23
|/
* nv20: Fix build for the last nouveau_class.h changes.Francisco Jerez2009-11-151-2/+2
* nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40.Younes Manton2009-10-311-0/+3
* nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs2009-10-192-26/+3
* 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-221-4/+4
* 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-011-0/+8
* nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTEDBen Skeggs2009-07-011-0/+2
* nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs2009-06-054-23/+24
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-052-13/+10
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-051-11/+18
* nv20: remove u_simple_screen usageBen Skeggs2009-06-053-41/+23
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+27
* 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-262-2/+0
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-10/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-043-41/+22
* nouveau: Grab correct surface from temp texture for transfers.Younes Manton2009-03-021-1/+1
* nouveau: nv04-nv40 texture transfer.Younes Manton2009-02-256-61/+256
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-10/+1
* Merge commit 'origin/draw-vbuf-interface'Keith Whitwell2009-02-181-15/+43
|\
| * nv20: Use the new draw vbuf interfaceJakob Bornecrantz2009-02-171-15/+43
* | util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
|/