summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dri2: only build if server supports itngBen Skeggs2009-01-142-1/+6
* nv50/exa: reemit surface state in hostdata UTS if a flush occursBen Skeggs2009-01-091-0/+15
* kms: fix build with 1.6 pre-releasesBen Skeggs2009-01-081-2/+6
* kms: add some additional output namesBen Skeggs2009-01-081-0/+9
* nv50: don't segfault if preinit fails before display setup doneBen Skeggs2009-01-082-0/+6
* nv50/xv: ensure commands for entire frame fit in single pushbufBen Skeggs2009-01-073-15/+41
* nv50/exa: reemit state for copy as neededBen Skeggs2009-01-071-1/+20
* nv50/exa: reemit state for solid after flushBen Skeggs2009-01-072-0/+23
* nv50/exa: make sure tesla_scratch usage is trackedBen Skeggs2009-01-072-0/+59
* nv50: ensure all composite state setup makes it into a single pushbufBen Skeggs2009-01-071-0/+2
* nv50/exa: move vertex begin()/end() out of prepare()/done() compositeBen Skeggs2009-01-071-5/+6
* put pointer to NVRec in nouveau_channel.user_privateBen Skeggs2009-01-071-0/+1
* require libnouveau_drm 0.4Ben Skeggs2009-01-071-1/+1
* nv50: quick hack to get correct sw rendering on tiled pixmapsBen Skeggs2009-01-062-25/+23
* require libnouveau_drm 0.3Ben Skeggs2009-01-051-1/+1
* nv50/exa: Initial bits to handle tiling textures properly.Maarten Maathuis2008-12-232-14/+47
* exa: Avoid crashing when GART map fails.Maarten Maathuis2008-12-231-2/+8
* pNv->FBMap is already setMaarten Maathuis2008-12-231-3/+1
* configure: Avoid compiling drm modesetting code by accident.Maarten Maathuis2008-12-231-4/+14
* Initial DRI2 support.Ben Skeggs2008-11-144-0/+135
* require libnouveau_drm 0.2Ben Skeggs2008-11-101-1/+1
* turn off fallback messages by default..Ben Skeggs2008-11-031-1/+1
* nv50/exa: hide errors for unsupported surface bppBen Skeggs2008-11-031-3/+2
* exa: struct nouveau_pixmap doesn't need "mapped" fieldBen Skeggs2008-11-033-11/+5
* xv: remove some unnessesary code that snuck in during last mergeBen Skeggs2008-10-292-2/+0
* Merge remote branch 'origin/master' into ngBen Skeggs2008-10-2723-2262/+1942
|\
| * pedantry fix for nv11 locking, and some minor cleanupsStuart Bennett2008-10-243-31/+22
| * Add a function to lock/unlock all crtcs, use it in nv_bios codeStuart Bennett2008-10-244-56/+66
| * Attempt to make the usage of cr44 rational instead of cargocultedStuart Bennett2008-10-245-24/+39
| * Robust nv11 head setting (from mmiotrace)Stuart Bennett2008-10-244-4/+15
| * randr12: update scrn field on server regen, and emit an error if rotatedStuart Bennett2008-10-222-0/+14
| * randr12: don't change virtualX/virtualYStuart Bennett2008-10-221-0/+3
| * Delete notifiers and grobjs in CloseScreen to avoid channel member becoming s...Stuart Bennett2008-10-224-0/+35
| * Remove all object with mmaps in CloseScreen, so that drmClose actually calls ...Stuart Bennett2008-10-227-14/+33
| * No reason to call AccelCommonInit twice in ScreenInit, but calling it in Ente...Stuart Bennett2008-10-221-1/+2
| * nouveau_channel_free should remove mmaps made in nouveau_channel_allocStuart Bennett2008-10-221-0/+7
| * Do frag prog allocation and shader upload in TCL initStuart Bennett2008-10-225-90/+94
| * Only hackup shaders onceStuart Bennett2008-10-222-2/+4
| * cr26 is just another view of 0x3c0Stuart Bennett2008-10-212-10/+1
| * Use symbolic define values where knownStuart Bennett2008-10-216-62/+108
| * Convert CIO, DIO and VIO use to use defines from nvreg for index and data reg...Stuart Bennett2008-10-215-124/+129
| * Rename relevant functions, sizes and offsets to PRM.IO from P.IO, in keeping ...Stuart Bennett2008-10-216-52/+52
| * Name crtc index regs according to rules.xmlStuart Bennett2008-10-217-282/+279
| * SaveGeneration isn't doing a lotStuart Bennett2008-10-212-5/+2
| * Replace a few memsets with initializersStuart Bennett2008-10-212-10/+4
| * Eliminate separate NVRec ctor and dtorStuart Bennett2008-10-121-42/+18
| * randr12: remove pointless debug in nv_output and nv_crtcStuart Bennett2008-10-123-67/+29
| * randr12: deBoolification and eliminate `override' arg to nv_crtc_load_state_extStuart Bennett2008-10-124-23/+22
| * Make all CR 57/58 access use the proper functions and definesStuart Bennett2008-10-122-21/+15
| * Redo bios loggingStuart Bennett2008-10-121-209/+95