summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv10
Commit message (Expand)AuthorAgeFilesLines
* Drop incorrectly revived files during the 'gallium-nopointsizeminmax' merge.Francisco Jerez2010-02-101-590/+0
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-0/+590
|\
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-031-2/+2
* | Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez2010-02-0416-2686/+0
* | nouveau: include stdio.h and u_inlines.h in all context files since embedded ...Dave Airlie2010-02-041-0/+2
* | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-022-2/+2
* | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-026-6/+6
* | nv10, nv20: Fix build.Francisco Jerez2010-02-011-1/+1
* | tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+6
* | Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-282-10/+14
|\ \
| * | gallium: add the new PIPE_CAP blend bits to more driversRoland Scheidegger2010-01-261-0/+4
| * | nouveau: adapt drviers to blend changesRoland Scheidegger2010-01-251-10/+10
* | | gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-281-0/+1
|/ /
* | 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