summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv04
Commit message (Expand)AuthorAgeFilesLines
* Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez2010-02-0418-2807/+0
* gallium: fix more missing includes from various placesDave Airlie2010-02-041-0/+1
* 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-023-3/+3
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-027-7/+7
* nv04: Update to new nouveau_class.hMarcin Kościelnicki2010-02-011-20/+20
* tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+6
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-282-5/+9
|\
| * 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-5/+5
* | gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-281-1/+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: 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