summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version to 1.0.0xf86-video-nouveau-1.0.0Ben Skeggs2012-06-181-1/+1
* distcheck fixesBen Skeggs2012-06-181-14/+34
* exa: drop massive gart allocation in favour of smaller ones, as neededBen Skeggs2012-06-184-66/+62
* nv50/exa: somehow fix firefox tabs not being drawn properly since vp xfrmBen Skeggs2012-06-181-3/+5
* dri2: kill debug spamBen Skeggs2012-06-131-7/+0
* nv04/exa: Reset destination surface offset in the same call of NV04EXACopyViktor Novotný2012-06-081-7/+8
* nouveau: i is used inside the functionDave Airlie2012-06-051-1/+1
* nouveau: port to compat server API.Dave Airlie2012-06-052-37/+84
* nouveau: drop flags arg to adjust frameDave Airlie2012-06-053-3/+3
* nvc0/exa: add support for async UTS/DFS copiesBen Skeggs2012-05-315-0/+90
* nva3/exa: add support for async UTS/DFS copiesBen Skeggs2012-05-3110-1/+146
* disable fermi accel on 0.0.16 interfaceBen Skeggs2012-05-291-0/+6
* vl_hwmc: add missing compat include.Dave Airlie2012-05-231-0/+2
* nouveau: add compat-api.h to makefile.Dave Airlie2012-05-231-0/+1
* nouveau: convert two more xf86Screens access to macrosDave Airlie2012-05-232-2/+2
* nouveau: convert scrn/screen to using new interfacesDave Airlie2012-05-2312-56/+56
* nouveau: add initial compat-api headerDave Airlie2012-05-232-0/+43
* dri2: Don't try to page-flip pixmaps (fdo bug 49351).Francisco Jerez2012-05-081-1/+1
* nv50: add missing pushbuf space check in NV50SyncToVBlankMarcin Slusarz2012-05-031-0/+3
* nv40/exa: return false from gradient picture setupBen Skeggs2012-04-241-1/+1
* nv40/exa: support for solid picturesBen Skeggs2012-04-242-11/+91
* nv30/exa: implement support for solid pictures using register combinersBen Skeggs2012-04-242-109/+92
* nv10/exa: implement support for solid picturesBen Skeggs2012-04-241-116/+81
* nv10/exa: use fixed-function texture matrix for transformsBen Skeggs2012-04-241-55/+39
* nv30/exa: use fixed-function texture matrix for src/mask transformsBen Skeggs2012-04-242-108/+55
* nv40/exa: do transforms in vertex programBen Skeggs2012-04-242-114/+136
* nvc0/exa: port recent nv50 changes (vp transform, solid pictures, etc)Ben Skeggs2012-04-246-179/+296
* nv50/exa: support solid picturesBen Skeggs2012-04-243-28/+85
* nv50/exa: perform texcoord transformations in vertex programBen Skeggs2012-04-249-131/+129
* nv50: implement and use PUSH_DATAuBen Skeggs2012-04-244-94/+33
* nv30/nv40: upload shaders directly from rankine/curie initBen Skeggs2012-04-248-570/+583
* Keep a single buffer for random accel data, rather than 3 different onesBen Skeggs2012-04-1718-261/+129
* nve0: initial exa/xv acceleration for kepler chipsetsBen Skeggs2012-04-149-39/+582
* nvc0: create scratch buffer before initialising m2mfBen Skeggs2012-04-141-17/+13
* nvc0: switch to kepler's subchannel assignments (see note)Ben Skeggs2012-04-141-6/+6
* nvc0: tidy and cull a heap of fermi init (stuff in default grctx)Ben Skeggs2012-04-141-99/+26
* nvc0: punt shaders out to a header fileBen Skeggs2012-04-142-360/+398
* nvc0: do tic/tsc binding only once, at startupBen Skeggs2012-04-143-16/+5
* nvc0: replace direct inline m2mf with inline helper to do the sameBen Skeggs2012-04-144-112/+27
* WIP: port to new libdrmBen Skeggs2012-04-1433-4246/+3928
* xv: don't try to init textured video without 3d engine objectBen Skeggs2012-03-231-11/+23
* recognise keplerBen Skeggs2012-03-232-0/+5
* remove use of xf86PciInfo.h, deprecated now apparentlyBen Skeggs2012-03-062-5/+2
* dri2: Fix corner case crash for swaplimit > 1Mario Kleiner2012-03-061-0/+26
* dri2: Reimplement hack for triple-buffering on old X-Servers.Mario Kleiner2012-03-063-9/+40
* dri2: Allow vblank controlled swaps for redirected windows. Part IIMario Kleiner2012-03-061-3/+29
* dri2: Allow vblank controlled swaps for redirected windows. Part IMario Kleiner2012-03-061-2/+0
* dri2: Fixes to swap scheduling.Mario Kleiner2012-03-061-2/+21
* dri2: Update front buffer pixmap and name before exchanging buffersMario Kleiner2012-03-061-3/+42
* dri2: Add support for DRI2SwapLimit() API.Mario Kleiner2012-03-065-2/+77