summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvfx
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into pipe-videoChristian König2010-11-211-1/+12
|\
| * nvfx: only expose one rt on nv30Xavier Chantry2010-11-201-1/+1
| * nvfx: fill out CAPs for indirect addressingMarek Olšák2010-11-121-0/+11
* | Merge remote branch 'origin/master' into pipe-videoChristian König2010-11-111-0/+4
|\|
| * nvfx: fill PIPE_CAP_PRIMITIVE_RESTART and PIPE_CAP_SHADER_STENCIL_EXPORTLucas Stach2010-11-111-0/+4
* | [g3dvl] remove empty block handling for nowChristian König2010-11-111-1/+0
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-1244-3805/+10527
|\|
| * nvfx: Pair os_malloc_aligned() with os_free_aligned().Krzysztof Smiechowicz2010-10-041-1/+1
| * nvfx: add RGB framebuffer format support in addition to BGRLuca Barbieri2010-09-242-0/+8
| * nvfx: allow setting NULL constant buffersLuca Barbieri2010-09-241-1/+1
| * nvfx: remove gl_PointCoord hackLuca Barbieri2010-09-221-7/+6
| * nvfx: Silence uninitialized variable warnings.Vinson Lee2010-09-181-0/+2
| * nvfx: Remove const qualifer from nvfx_vertprog_translate.Vinson Lee2010-09-181-1/+1
| * nvfx: Silence uninitialized variable warnings.Vinson Lee2010-09-151-0/+3
| * gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-45/+74
| * nvfx: Remove unused variables.Vinson Lee2010-09-123-3/+1
| * nvfx: Move declaration before code.Vinson Lee2010-09-121-6/+12
| * nv30: fix breakage due to 10 texcoord support on nv40Luca Barbieri2010-09-111-2/+2
| * nvfx: fix return in vp mainLuca Barbieri2010-09-061-17/+39
| * nvfx: support nv30 simulation on nv40Luca Barbieri2010-09-057-32/+50
| * nvfx: move nv04_2d to rules-ng-ngLuca Barbieri2010-09-052-17/+1363
| * nvfx: switch to rules-ng-ng register headersLuca Barbieri2010-09-0517-334/+2356
| * nvfx: remove remaining BEGIN_RING/eng3d usesLuca Barbieri2010-09-052-15/+18
| * nvfx: pause occlusion queries during blitter usageLuca Barbieri2010-09-053-9/+35
| * nvfx: properly return fogcoord.w == 1Luca Barbieri2010-09-051-1/+15
| * nvfx: support saturate in vpLuca Barbieri2010-09-052-66/+93
| * nvfx: add rewritten swtnl supportLuca Barbieri2010-09-058-263/+238
| * nvfx: use a piglit-ignored format for unknown cap messageLuca Barbieri2010-09-051-1/+1
| * nvfx: support unlimited constants and immediates in fpLuca Barbieri2010-09-052-49/+37
| * nvfx: support using blitter to copy depth/stencil resources, fix HeavenLuca Barbieri2010-09-051-1/+8
| * nvfx: support rendering to more formatsLuca Barbieri2010-09-043-1/+27
| * nvfx: move 2D format selection logic to 2D codeLuca Barbieri2010-09-043-67/+75
| * nvfx: fix swizzling of high bpp surfacesLuca Barbieri2010-09-042-39/+63
| * nvfx: fix some subrectangle copiesLuca Barbieri2010-09-041-4/+6
| * nvfx: fix inlinining in nv04_2d.cLuca Barbieri2010-09-041-1/+1
| * nvfx: fix the temporary copying logic and add assertsLuca Barbieri2010-09-043-7/+24
| * nvfx: prevent swizzled rendering into formats where it's not supportedLuca Barbieri2010-09-041-2/+4
| * nvfx: consolidate tiny filesLuca Barbieri2010-09-049-134/+94
| * nvfx: fix vp DP2Luca Barbieri2010-09-041-1/+1
| * nvfx: implement fp SSG properlyLuca Barbieri2010-09-041-5/+18
| * nvfx: don't claim we support preds since the driver doesn'tLuca Barbieri2010-09-041-2/+2
| * nv40: support all 10 texcoordsLuca Barbieri2010-09-043-12/+19
| * nvfx: add missing context initLuca Barbieri2010-09-041-0/+3
| * nvfx: tidy up state_emitLuca Barbieri2010-09-041-76/+84
| * nvfx: support all coord conventions in hardwareLuca Barbieri2010-09-045-5/+31
| * nvfx: add missing pushbuffer space checkLuca Barbieri2010-09-041-0/+2
| * nvfx: support all possible vs constsLuca Barbieri2010-09-041-10/+5
| * nvfx: set magic bit to round NPOT mipmap sizes down and not upLuca Barbieri2010-09-041-0/+3
| * nvfx: allow nested blitter usage, fixing bug in clearLuca Barbieri2010-09-043-8/+21
| * nvfx: implement LIT in fpLuca Barbieri2010-09-032-1/+24