summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix crash in nouveau_glamor_set_shared_pixmap_backingMaarten Lankhorst2014-10-221-0/+5
* move down call to nouveau_present_init until after fb init.Maarten Lankhorst2014-10-221-1/+1
* enable dri3 support without glamorMaarten Lankhorst2014-10-226-10/+143
* kepler: remove unnecessary texbars, add live-only tex for nvf0Ilia Mirkin2014-10-0420-42/+24
* allow path to envyas binary to be specifiedIlia Mirkin2014-10-041-6/+7
* copy: don't bother trying to create copy on pre-nva3Ilia Mirkin2014-10-041-1/+5
* Bump version to 1.0.11 for release.xf86-video-nouveau-1.0.11Mario Kleiner2014-09-011-1/+1
* dri2: Set default SwapLimit to 1 for double-buffering.Mario Kleiner2014-09-012-4/+4
* xv/dri2/dri3: Switch to optimized crtc selection for drawables.Mario Kleiner2014-09-017-57/+138
* Add file "compile" to .gitignoreMario Kleiner2014-09-011-0/+1
* Fix event handling on multi-x-screen configs.Mario Kleiner2014-08-172-8/+24
* Make new ZaphodHeads work across server regenerations.Mario Kleiner2014-08-172-0/+9
* dri2 and xv: Fix NVxxSyncToVBlank() for multi-x-screen's.Mario Kleiner2014-08-173-3/+15
* fix glamor header checkBen Skeggs2014-08-111-7/+3
* present: use drmmode_head() where it's appropriateBen Skeggs2014-08-111-22/+4
* Allow/Fix use of multiple ZaphodHead outputs per x-screen.Mario Kleiner2014-08-113-15/+37
* dri2: Fix drmWaitVblank on multi-x-screen configs.Mario Kleiner2014-08-114-12/+33
* exa/nv10: src ops should use the SF macroIlia Mirkin2014-08-111-1/+1
* exa/nv10: fix blend function setup to check the correct maskIlia Mirkin2014-08-111-3/+3
* exa/nv10: use color 0 when the pict format has no RGB componentIlia Mirkin2014-08-111-1/+1
* exa/nv10: use same clip settings as mesa driverIlia Mirkin2014-08-111-2/+2
* xorg_list: define the xorg_list* symbolsEmil Velikov2014-07-033-0/+26
* fix a harmless typoBen Skeggs2014-07-011-1/+1
* dri2: Add support for handling more than 2 crtc'sMario Kleiner2014-06-241-5/+21
* present: build only when glamor is enabledMarcin Slusarz2014-06-242-2/+6
* glamor: fix build without glamor.hMarcin Slusarz2014-06-241-1/+7
* dri2: Enable sync of bufferswaps to Vblank by default.Mario Kleiner2014-06-212-1/+2
* dri2: Fix kms pageflip completion timestamping.Mario Kleiner2014-06-211-1/+1
* Add kernel async_flip cap detection. Part II of double-sync fix.Mario Kleiner2014-06-211-0/+11
* dri2: Fix double-sync of pageflips on Linux 3.13+ - Part IMario Kleiner2014-06-212-3/+15
* Fix nouveau_copy_init()Mario Kleiner2014-06-211-0/+1
* another build fix...Ben Skeggs2014-06-201-1/+1
* present: initial supportBen Skeggs2014-06-207-2/+378
* kms: implement a more generic event mechanismBen Skeggs2014-06-203-42/+161
* dri2: move page flip handling out of drmmodeBen Skeggs2014-06-203-136/+138
* dri2: move away from directly touching drmmode on page flipsBen Skeggs2014-06-202-18/+31
* dri2: shuffle some functions aroundBen Skeggs2014-06-201-121/+125
* glamor: fix randr resizeBen Skeggs2014-06-202-7/+13
* sync: fix build against DRI3-less serverBen Skeggs2014-06-201-1/+1
* update man page with new chips, AccelMethod optionIlia Mirkin2014-06-191-6/+23
* default to glamor on maxwellBen Skeggs2014-06-191-1/+6
* glamor: provide dri3 support when enabledBen Skeggs2014-06-196-2/+160
* glamor: initial support (no dri)Ben Skeggs2014-06-199-13/+338
* add support for maxwell, minus Xv/renderaccelBen Skeggs2014-06-193-1/+6
* 50/c0/e0 -> tesla/fermi/keplerBen Skeggs2014-06-1911-52/+53
* merge nv_dma.c into nv_accel_common.cBen Skeggs2014-06-195-138/+80
* pull copy engine handling into one place, a place that isn't also exaBen Skeggs2014-06-1916-268/+471
* exa: move module load into nouveau_exa_initBen Skeggs2014-06-192-7/+3
* dri2: move "is supported" checks out of nv_driver.cBen Skeggs2014-06-192-5/+9
* replace NoAccel with AccelMethod in preparation for glamor supportBen Skeggs2014-06-197-40/+56