aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv10
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: 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-281/+318
* | 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-301-10/+14
* | | nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton2009-12-281-0/+3
* | | gallium: add geometry shader support to galliumZack Rusin2009-12-251-0/+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-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-16/+4
|\
| * gallium: adapt nv drivers to interface cleanupsRoland Scheidegger2009-12-022-16/+4
* | 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-16/+17
* nv10: Fix build for the last nouveau_class.h changes.Francisco Jerez2009-11-152-3/+3
* 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-25/+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: 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-053-19/+17
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-052-11/+8
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-051-10/+18
* nv10: remove u_simple_screen usageBen Skeggs2009-06-053-46/+27
* 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/+8
* 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
* gallium: Unify reference counting.Michel Dänzer2009-03-043-36/+24
* nouveau: Grab correct surface from temp texture for transfers.Younes Manton2009-03-021-1/+1
* nouveau: nv04-nv40 texture transfer.Younes Manton2009-02-256-50/+231
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-10/+1
* Merge commit 'origin/draw-vbuf-interface'Keith Whitwell2009-02-181-8/+28
|\
| * nv10: Use the new draw vbuf internfaceJakob Bornecrantz2009-02-171-8/+28
* | util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
|/
* nouveau: Frontbuffer pitch needs to be set.Younes Manton2009-02-061-0/+1
* nv04-nv40: fix nv##_surface_copy() for flippedPekka Paalanen2009-02-051-0/+1
* nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs2009-02-053-5/+26
* nouveau: get things building/running again after pipe_surface.buffer removalBen Skeggs2009-02-041-0/+25
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-023-5/+9
* gallium: initialize simple screen in driversZack Rusin2009-01-311-0/+2
* gallium: make p_winsys internalZack Rusin2009-01-307-15/+15