summaryrefslogtreecommitdiff
path: root/src/legacy
AgeCommit message (Expand)AuthorFilesLines
2012-06-19Initialise adaptors to 0 in case xf86XVListGenericAdaptors does notChris Wilson1-4/+2
2012-06-13legacy/i810: Fix declaration to match definitionZdenek Kabelac1-1/+1
2012-06-06legacy/i810/dri: Check for malloc failure for BusIdStringChris Wilson1-4/+10
2012-06-05intel: port legacy and uxa to new API.Dave Airlie4-51/+47
2012-06-04legacy/i810: Silence a compiler warning for missing 'const'Chris Wilson1-1/+1
2012-06-04legacy/i810: Be paranoid and guard against xf86GetPciInfoForEntityChris Wilson1-1/+1
2012-06-04legacy/i810: Remove unused variableChris Wilson1-3/+1
2012-06-04legacy/i810: Reorder DRI teardown code to avoid potential NULL derefsChris Wilson1-24/+25
2012-06-04legacy/i810: Free offscreen image info struct on failureChris Wilson1-1/+2
2012-06-02legacy/i810/video: Release memory after creating adaptorsChris Wilson1-23/+17
2012-06-02legacy/i810/dri: Propagate failure from allocating texture memoryChris Wilson1-1/+6
2012-06-02legacy/i810: Fix memset(sizeof(*ptr)) rather than memset(sizeof(ptr))Chris Wilson1-1/+1
2012-05-24Allow runtime switching of AccelMethod between uxa/sna and even glamorChris Wilson2-2/+3
2012-05-23intel: convert to new screen conversion APIsDave Airlie7-23/+23
2012-05-23intel: add compat header file for conversion fnsDave Airlie1-0/+1
2012-05-23legacy/i810: rename pScreen->screenDave Airlie2-66/+66
2012-05-23legacy/i810: rename pScrn->scrnDave Airlie1-279/+279
2012-04-29legacy/i810: hwmc additionally depends upon building DRI2.19.0Chris Wilson1-1/+1
2012-02-24legacy: Rename XF86DRI to HAVE_DRI1 to avoid conflicts with xorg-server.hChris Wilson3-23/+23
2012-01-08Removed deprecated xf86PciInfo.h includesChris Wilson5-5/+0
2011-10-30i810: kill mmio vga access helpersDaniel Vetter4-96/+0
2011-10-30i810: use vgahw functions instead of roll-your-ownDaniel Vetter2-13/+19
2011-10-30i810: rip out PIO access functionsDaniel Vetter3-44/+0
2011-10-30i810: kill dead i830 definesDaniel Vetter1-16/+0
2011-10-29Use malloc/calloc/realloc/free directlyJeremy Huddleston1-1/+1
2011-06-22Don't include xf86Priv.hAdam Jackson1-1/+0
2011-02-17Fix IGD and IGDNG constants to be comprehensibleAdam Jackson1-16/+16
2010-10-02legacy/i810: Remove pVisualConfigsChris Wilson2-7/+0
2010-08-22Replace ROUND_* macros with ALIGN.Matt Turner1-4/+0
2010-08-22Use ALIGN macro instead of open coding it.Matt Turner4-12/+13
2010-07-28legacy: Remove long gone use of GlxSetVisualConfigs()Kristian Høgsberg1-127/+1
2010-07-24simplify Makefile as per-target compilation flags are not neededGaetan Nadon1-2/+2
2010-06-28Repair the damage to 'make distcheck' after splitting out i810Chris Wilson2-3/+5
2010-06-25i810: Move into a legacy directory.Chris Wilson22-0/+16540