aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvfx
Commit message (Expand)AuthorAgeFilesLines
* [g3dvl] move mpeg12 context out of softpipeChristian König2011-03-171-5/+12
* Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-041-0/+1
|\
| * nouveau: common linear buffer manager, ported from nv50/nvc0 driversBen Skeggs2011-03-011-0/+1
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-02-241-0/+3
|\|
| * gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+3
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-201-0/+1
|\|
| * nouveau: fix build against out of tree libdrmDave Airlie2011-01-171-0/+1
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-121-1/+1
|\|
| * nvfx,nv50: pipe_reference the constant buffersChristoph Bumiller2011-01-081-1/+1
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-0815-175/+186
|\|
| * gallium: drivers should reference vertex buffersMarek Olšák2011-01-061-11/+3
| * nvfx: Remove unused variable.Vinson Lee2010-12-251-1/+0
| * nvfx: restore BEGIN_RING usageXavier Chantry2010-12-2515-164/+184
* | Merge remote branch 'origin/master' into pipe-videoChristian König2010-12-223-5/+4
|\|
| * nouveau: fix includes for latest libdrmBen Skeggs2010-12-212-3/+2
| * nvfx: fix fragprog word swapping on big-endian machinesBen Skeggs2010-12-161-2/+2
* | Merge remote branch 'origin/master' into pipe-videoChristian König2010-12-1112-77/+92
|\|
| * init ps->context with util_surfaces_get and do_getXavier Chantry2010-12-051-2/+1
| * nvfx: fixes after array textures mergeXavier Chantry2010-12-052-9/+10
| * gallium: support for array textures and related changesRoland Scheidegger2010-12-0211-70/+79
| * nvfx: reset nvfx->hw_zetaXavier Chantry2010-11-251-1/+3
| * nvfx: fb->nr_cbufs <= 1 on nv30Xavier Chantry2010-11-251-1/+1
| * gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák2010-11-221-0/+4
* | 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