summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv04
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-6/+6
|\
| * gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| * gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-6/+6
* | nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etcMarcin Slusarz2010-01-054-81/+123
* | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-052-8/+6
|\ \
| * | gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-212-8/+6
* | | nouveau: Fix glTexSubImage on swizzled surfaces on <=NV40Luca Barbieri2009-12-302-15/+18
* | | nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton2009-12-281-0/+2
* | | nouveau: Fix swizzling for copies to rectangular texturesLuca Barbieri2009-12-281-3/+12
* | | nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri2009-12-282-0/+50
* | | nv04: Fix build after the latest nouveau_class.h changes.Francisco Jerez2009-12-286-62/+62
* | | gallium: add geometry shader support to galliumZack Rusin2009-12-251-1/+1
| |/ |/|
* | Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-221-6/+0
|\ \ | |/ |/|
| * gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-6/+0
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-172-7/+9
* | nouveau: avoid running out of relocsMaarten Maathuis2009-12-141-3/+6
|/
* 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/+3
* Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-043-24/+10
|\
| * gallium: adapt nv drivers to interface cleanupsRoland Scheidegger2009-12-023-24/+10
* | 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-15/+15
* nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40.Younes Manton2009-10-311-0/+1
* nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs2009-10-192-26/+3
* Add support for more 8 and 16 bits formatsPatrice Mandin2009-10-121-1/+10
* nv04-nv40: Fix swizzle transfers for NPOT sizes.Younes Manton2009-10-061-113/+34
* 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
* nv04: Handle more Z formats.Younes Manton2009-08-261-0/+4
* nouveau: swizzle a single row or column, doing it one pixel at a timePatrice Mandin2009-07-271-28/+80
* nouveau: only swizzle square textures for copyPatrice Mandin2009-07-261-4/+11
* nouveau: Take into account destination position for copy_swizzle, need to spl...Patrice Mandin2009-07-261-2/+12
* nouveau: Recursively swizzle an NPOT sized copyPatrice Mandin2009-07-261-5/+21
* nouveau: use nv04_surface_copy_swizzle only for POT sizesPatrice Mandin2009-07-241-1/+4
* nouveau: Take into account sx,sy parameters to read from source surfacePatrice Mandin2009-07-221-2/+2
* 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/+7
* nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTEDBen Skeggs2009-07-011-0/+2
* nouveau: Turn off debug cannon.Younes Manton2009-06-291-2/+1
* nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs2009-06-052-10/+13
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-053-15/+10
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-052-11/+22
* nv04: remove u_simple_screen usageBen Skeggs2009-06-053-47/+28
* nv04: small fix againStephane Marchesin2009-05-051-1/+2
* Fix an nv04 bug (thanks Mhopf).Stephane Marchesin2009-05-051-1/+1
* 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: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-261-1/+0
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-10/+1
* nouveau: oops, forgot to keep the NV10_SIFM objectPatrice Mandin2009-03-041-0/+4