summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30
Commit message (Expand)AuthorAgeFilesLines
* nouveau: include stdio.h and u_inlines.h in all context files since embedded ...Dave Airlie2010-02-041-0/+3
* 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-027-7/+7
* nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroyMarcin Slusarz2010-02-011-3/+3
* tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+6
* 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
* nouveau: nv30: Remove useless variables fs, txp. Also do not change txf, as b...Patrice Mandin2010-01-151-9/+1
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-3/+3
|\
| * 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-3/+3
* | nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis2010-01-0511-18/+17
* | nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etcMarcin Slusarz2010-01-055-72/+91
* | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-052-12/+8
|\ \
| * | gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-212-12/+8
* | | 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-283-0/+21
* | | nouveau: Fix nv20-40 swizzled miptree RTsLuca Barbieri2009-12-282-1/+23
* | | NV30/NV40 CMP and SCS src == dst handlingLuca Barbieri2009-12-281-8/+24
| |/ |/|
* | Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-224-17/+3
|\ \ | |/ |/|
| * gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-194-17/+3
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-172-3/+5
* | nouveau: avoid running out of relocsMaarten Maathuis2009-12-143-1/+13
* | Revert "nouveau: nv30: Disable swizzled surface usage if any dimension is 1 (...Patrice Mandin2009-12-121-3/+0
* | nouveau: nv30: Disable swizzled surface usage if any dimension is 1 (Warsow c...Patrice Mandin2009-12-121-0/+3
|/
* 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
* | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-012-75/+75
|\ \
| * | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-242-41/+41
| * | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-242-9/+9
| * | tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-242-6/+6
| * | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-242-8/+8
| * | tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-242-13/+13
| * | gallium: try and update r300 and nv drivers for tgsi changesKeith Whitwell2009-11-242-2/+2
* | | nv: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
| |/ |/|
* | Merge branch 'width0'Roland Scheidegger2009-11-273-27/+26
|\ \ | |/ |/|
| * gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-263-27/+26
* | nouveau: nv30: Check for NULL front (happens with DRI2)Patrice Mandin2009-11-171-1/+4
* | nouveau: nv30: Add missing include to fix warningPatrice Mandin2009-11-171-4/+5
|/
* nouveau: Assume all texture blankets are linear for now.Younes Manton2009-11-011-0/+3
* nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40.Younes Manton2009-10-312-0/+4
* nouveau: nv30: Relax some limits. We can render to z24s8 buffer even if color...Patrice Mandin2009-10-232-3/+9
* nouveau: nv30: use r5g6b5 as z16 formatPatrice Mandin2009-10-231-1/+1
* gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell2009-10-231-15/+2
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-19/+5
* gallium: remove noise opcodesKeith Whitwell2009-10-231-6/+0
* nouveau: nv30: rewrite so we can render only in depth bufferPatrice Mandin2009-10-221-20/+35
* nouveau: nv30: use a8r8g8b8 as depth texture format for z24s8Patrice Mandin2009-10-221-4/+4