summaryrefslogtreecommitdiff
path: root/hw/kdrive/src
AgeCommit message (Expand)AuthorFilesLines
2005-07-06Fix offset alignment code in the offscreen memory allocator to preventDamien Ciabrini1-3/+7
2005-06-29Add support for gradients and solid fills to Render.Lars Knoll1-3/+4
2005-06-09Perform a warnings sweep on hw/kdrive. A number of these were my fault, butEric Anholt1-0/+1
2005-06-09- Replace the syncAccel hook in the kdrive structure with a pair of hooksEric Anholt10-144/+186
2005-02-28Force DPMS normal on screen enableKeith Packard1-0/+1
2005-02-08hw/kdrive/ati/radeon_composite.c Support linear filteringKeith Packard4-32/+93
2005-01-25Fix a leak of a region when the driver's CheckComposite fails.Eric Anholt1-0/+1
2005-01-20Reinitialize offscreen memory before enabling cursor on VT switch-toKeith Packard1-1/+1
2004-11-13New global variable. (KdProcessArgument): Set it to TRUE on -nozap switch.Phil Blundell3-2/+11
2004-10-20Block SIGIO before disabling input fds. (KdEnableInput): Unblock it afterPhil Blundell1-0/+4
2004-09-11- Don't require Imrecise mode for Trapezoid acceleration. It looks like weEric Anholt2-1/+34
2004-08-30Add a set of three hooks for accelerating trapezoids, and use it for theEric Anholt4-2/+104
2004-08-30Rather than initially place pixmaps in framebuffer based on a sizeEric Anholt1-6/+9
2004-07-26Eliminate bogus rate check in fbdevModeSupported. Hmm. Potentially bogusKeith Packard2-1/+10
2004-07-08Commit the rest of the dirty optimization from 20040703 and add a missingEric Anholt2-4/+33
2004-07-08Remove duplicate protos in kdrive.h.Eric Anholt1-9/+0
2004-07-07Initial kdrive XKB/XINPUT support, use --enable-xkb --enable-xinputCarlos Romero1-1/+23
2004-07-03Add a "dirty" flag to the pixmap private. Clear it when setting up anEric Anholt4-4/+43
2004-06-29Add an offscreen area scoring to improve choosing offscreen areas to kickEric Anholt3-21/+68
2004-06-10- Pass the right pixel mask (all ones) in to PrepareSolid in theEric Anholt2-11/+17
2004-06-04Add top-level build support for GL X server (not working yet)Keith Packard1-2/+1
2004-05-21Allow for multiple composite-based visuals, then add an RGB24 visual inKeith Packard1-6/+19
2004-05-20Fix SYNC_ALWAYS (debugging) code to use mach64WaitIdle instead ofKeith Packard3-1/+18
2004-05-20Pin header-only pixmaps in memory.Keith Packard3-10/+27
2004-05-17Make kaaMoveInPixmap public. This will be used by the ATI driver's xvideoEric Anholt2-1/+4
2004-05-17Add new CheckComposite hook. This allows a driver to avoid the migration ofEric Anholt2-0/+9
2004-05-14Add new flag, KAA_OFFSCREEN_ALIGN_POT, which tells KAA to align pixmapEric Anholt3-3/+20
2004-05-14Don't let the visible screen get "migrated" offscreen, which manifestsEric Anholt1-1/+1
2004-05-13Add generic functions for copying packed/planar XV data, copied fromEric Anholt2-1/+153
2004-05-13Move fourcc.h to a generic location in src/.Eric Anholt2-0/+135
2004-02-18completely get rid of NeedNestedPrototypesWarren Turkal1-40/+0
2004-02-15Moving toward a working input extension.Warren Turkal1-1/+3
2004-02-05Polling input mode for the kdrive os layer. And a moose!add-XiJaymz Julian2-4/+15
2004-02-04More NULL checks. These ones are more useful than the last (which just madeJaymz Julian1-23/+41
2004-01-14Add IPAQ modeline by Dennis Noordsij.Anders Carlsson1-0/+10
2004-01-09Use the scratch area for Composite when one of src or dst is in memory.Eric Anholt1-1/+18
2004-01-08- Add a new UploadToScratch kaa hook for putting the data for a singleEric Anholt3-3/+30
2004-01-04- Don't forget to UNINIT miComputeCompositeRegion's regionsEric Anholt1-17/+31
2004-01-03- Call appropriate Done function for Composite.Eric Anholt1-9/+10
2004-01-03Split the various attempts at accelerating Composite into separateEric Anholt1-217/+265
2004-01-03Actually align the offset of allocated offscreen areas.Eric Anholt2-1/+6
2003-12-30- Add new Composite hook for kdrive drivers, which only ensures that theEric Anholt2-2/+100
2003-12-29Merge dri-0-1-branch to trunk. Notable changes:Eric Anholt5-99/+541
2003-12-01- Add fbdev mode-setting backend to Xati. It and vesa are compiled in whenEric Anholt1-0/+5
2003-12-01Remove sys/io.h inclusion from some files that didn't need it, and changeEric Anholt1-1/+1
2003-11-20- Fix a bug in pitch alignment for offscren pixmaps.Eric Anholt1-2/+2
2003-11-19- Add PCI information (device/vendor id, bus location) to KdCardAttr toEric Anholt1-1/+8
2003-11-18Reset available offscreen segment save function pointer. (Not a functionalKeith Packard1-0/+1
2003-11-18Added infrastructure for driver specific usage messages and added vesaSeth W. Klein2-20/+26
2003-11-17Recompute winSize/borderSize to fix them when changing redirection.Keith Packard3-94/+105