summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-26shadowfb: fix segv on fb resizeBen Skeggs2-1/+2
2009-11-26kms: zfill fb if we have no accel to do copy, better than random garbageBen Skeggs1-1/+6
2009-11-15nv10/exa: Rename VIEWPORT_SCALE to VIEWPORT_TRANSLATE.Francisco Jerez1-1/+1
2009-11-09nv04-nv40/exa: Match the blob behavior more closely on PrepareCopy.Francisco Jerez1-0/+6
2009-11-09nv10/exa: Spring-cleaningFrancisco Jerez1-560/+361
2009-11-05kms: don't update drmmode_output->mode_output when vtSema is FALSEBen Skeggs1-4/+5
2009-11-04exa/nv10: handle reloc failuresBen Skeggs1-12/+31
2009-11-04xv/nv04: handle reloc failures + fail on bad surface formatBen Skeggs3-11/+26
2009-11-04xv/nv40: don't even try with unknown surface formatBen Skeggs1-0/+1
2009-11-04xv/nv40: handle reloc failuresBen Skeggs1-21/+44
2009-11-04xv/nv30: don't even try with an unknown surface format..Ben Skeggs1-0/+1
2009-11-04xv/nv30: handle reloc failuresBen Skeggs1-27/+49
2009-11-04exa/nv40: handle reloc failuresBen Skeggs1-17/+29
2009-11-04exa/nv30: handle reloc failuresBen Skeggs3-23/+38
2009-11-04exa/nv04: handle reloc failuresBen Skeggs1-17/+44
2009-11-04xv: handle reloc failuresBen Skeggs1-9/+19
2009-11-04xv/nv50: handle reloc failuresBen Skeggs1-27/+77
2009-11-04exa/nv50: handle reloc failuresBen Skeggs2-68/+136
2009-11-04exa: handle reloc failuresBen Skeggs1-24/+55
2009-11-03nv30/exa: support more 16bpp formatsMarcin Slusarz1-2/+16
2009-11-03nv/exa: fix 15/16 bits solid fillMarcin Slusarz2-11/+13
2009-11-02nv10exa: improve codestyleArthur HUILLET1-215/+187
2009-11-02exa: force the use of sysmem pixmaps on low-mem cardsBen Skeggs4-4/+16
2009-10-22nv50: NVA8's 3D object class is 0x8597Ben Skeggs1-2/+12
2009-10-18nv50/crtc: Don't perform the LUT expansion twice.Francisco Jerez1-34/+6
2009-10-18nv04-nv40/crtc: Don't perform the LUT expansion twice.Francisco Jerez1-30/+4
2009-10-11Partially revert "kms: always set gamma on modeset"Francisco Jerez1-2/+1
2009-10-11Fix NVLoadPalette for 15/16 bit depth.Francisco Jerez1-0/+4
2009-10-11Remove an useless call to NVLeaveVT from NVCloseScreen.Francisco Jerez1-4/+0
2009-10-11nv10/exa: Replace "celcius" with "celsius".Francisco Jerez1-100/+100
2009-10-11nv10/exa: Allow component-alpha masks.Francisco Jerez1-19/+77
2009-10-11nv10/exa: Fix PictOpAtopReverse for destination pixmaps with no alpha channel.Francisco Jerez1-6/+13
2009-10-11nv10/exa: Refactor the reg combiner/alpha blending code.Francisco Jerez1-127/+108
2009-10-08kms: reload cursor on modeset, needed on rotation (rh#524632)Ben Skeggs1-0/+2
2009-10-08kms: switch to CP+MPH instead of GetScratchPixmapHeaderBen Skeggs1-40/+39
2009-10-07kms: always set gamma on modesetBen Skeggs2-6/+4
2009-10-07nv50/exa: use A8 RT format for PICT_a8Christoph Bumiller1-9/+2
2009-10-07nv50/exa: cleanup shader settingsChristoph Bumiller1-41/+31
2009-10-07kms: don't copy fbcon if depths don't matchBen Skeggs1-0/+5
2009-09-29Pass NULL fb pointer to fbScreenInit when using EXABen Skeggs1-1/+6
2009-09-29exa: make tiled scanout a separate condition from wfb being usedBen Skeggs2-3/+7
2009-09-25nv40/exa: fallback on special case xrgb non-repeat texturesMaarten Maathuis1-3/+13
2009-09-25nv30/exa: fallback on special case xrgb non-repeat texturesMaarten Maathuis1-3/+13
2009-09-25exa: fallback on src pictures without drawableMaarten Maathuis4-10/+29
2009-09-24nv50/exa: avoid fallback on xrgb repeat none when dst has no alphaMaarten Maathuis1-7/+10
2009-09-21kms: use displayWidth for pitch calc in transition, not virtualX (rh#523281)Ben Skeggs1-1/+2
2009-09-16dri2: call CreatePixmap rather than yet another custom-built oneBen Skeggs3-55/+19
2009-09-15Partially revert "kms: wait for fbcon to be copied before continuing"Pekka Paalanen1-2/+0
2009-09-14kms: wait for fbcon to be copied before continuingBen Skeggs2-0/+8
2009-09-10dri2: switch to bo_new_tile()Ben Skeggs1-11/+12