aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50
Commit message (Expand)AuthorAgeFilesLines
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-4/+4
* 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-014-1/+10
* nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTEDBen Skeggs2009-07-011-0/+2
* nv50: fix multi-texturingBen Skeggs2009-06-063-5/+16
* nv50: support non-normalized texture coordsBen Skeggs2009-06-064-8/+18
* nv50: use larger tile sizesBen Skeggs2009-06-052-4/+11
* nv50: use nouveau_bo for query buffersBen Skeggs2009-06-051-13/+12
* nv50: create textures with nouveau_bo, for flexibility with tiling laterBen Skeggs2009-06-056-41/+46
* nouveau: fix build with libdrm_nouveau 0.6Ben Skeggs2009-06-053-9/+9
* nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs2009-06-053-10/+14
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-059-51/+45
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-052-23/+34
* nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs2009-06-056-60/+41
* nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs2009-06-058-51/+72
* nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs2009-06-051-1/+1
* nv50: some mipmapping fixesBen Skeggs2009-05-284-22/+31
* nv50: negate sources directly where supportedChristoph Bumiller2009-05-281-42/+68
* nv50: introduce emit_cvt and use itChristoph Bumiller2009-05-281-40/+48
* nv50: fix TXPChristoph Bumiller2009-05-281-23/+112
* nv50: use multiple constant buffersChristoph Bumiller2009-05-284-48/+105
* nv50: don't look for unfreed temps in free_nv50_pcChristoph Bumiller2009-05-281-8/+0
* nv50: release hw TEMPs earlyChristoph Bumiller2009-05-281-0/+19
* nv50: allow immediates for MOV, ADD and MULChristoph Bumiller2009-05-281-5/+22
* nv50: enable half insns for MOV and MULChristoph Bumiller2009-05-281-7/+12
* nv50: make sure half-long insns are pairedChristoph Bumiller2009-05-281-0/+72
* nv50: enable KIL in register 19a8Christoph Bumiller2009-05-281-0/+1
* nv50: don't overwrite sources before they're usedChristoph Bumiller2009-05-281-12/+83
* nv50: put FP outputs where they belongChristoph Bumiller2009-05-281-4/+37
* nv50: modified FP attribute loadingChristoph Bumiller2009-05-282-45/+147
* nv50: inspect decl semantic and interpolation modeChristoph Bumiller2009-05-281-1/+74
* nv50: record last access to temp and attr regsChristoph Bumiller2009-05-281-0/+127
* nv50: save some space in immediate bufferChristoph Bumiller2009-05-281-1/+7
* nv50: fix SIGN_SET case in tgsi_srcChristoph Bumiller2009-05-281-1/+1
* nv50: set dst.z,w to 0,1 in SCS and XPDChristoph Bumiller2009-05-281-0/+14
* nv50: make LRP instruction nicerChristoph Bumiller2009-05-281-6/+3
* nv50: fix some memory leaks in shader assemblerChristoph Bumiller2009-05-281-25/+63
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+26
* nv50: fix mrt clearBen Skeggs2009-04-131-8/+11
* nv50: adapt for new clear interfaceBen Skeggs2009-04-091-48/+23
* gallium: Clean up driver clear() interface.Michel Dänzer2009-04-041-2/+2
* nv50: fix viewport state updateChristoph Bumiller2009-04-031-1/+2
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-263-10/+0
* nv50: fix typo in nv50_query.cBen Skeggs2009-03-251-1/+1
* nouveau: bypass_vs_clip_and_viewportYounes Manton2009-03-141-1/+1
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-10/+2
* nv50: simplify tesla object selectionBen Skeggs2009-03-071-18/+8
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-076-1/+16
* Fix nv50_screen_create()Victor Stinner2009-03-071-17/+18
* gallium: Unify reference counting.Michel Dänzer2009-03-045-45/+27