summaryrefslogtreecommitdiff
path: root/src/common.h
AgeCommit message (Expand)Author
2009-06-10Add new chipsets PCI idsZhenyu Wang
2009-05-28Remove useless loader symbol lists.Adam Jackson
2009-04-28Remove a handful of pointless commentsKristian Høgsberg
2009-04-27unifdef LIBPCIACCESS and XSERVER_LIBPCIACCESS.Eric Anholt
2009-04-24Fix UXA to build with Sun compilers (use __func__ instead of __FUNCTION__)Alan Coopersmith
2009-04-21Use a static inline to replace if (0) to an unused stub function.Eric Anholt
2009-02-26Intel video driver patchShaohua Li
2009-02-02Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.Kristian Høgsberg
2009-02-02Fix last-minute "cleanup" that broke the patch.Kristian Høgsberg
2009-01-27Support tiled back/depth on 915-class hardware with DRI2.Jesse Barnes
2008-11-27Merge branch '965-xvmc'Zou Nan hai
2008-11-06Make IS_GM45 into IS_G4X defineZhenyu Wang
2008-10-01Eliminate INT10 call to get BIOS contentsKeith Packard
2008-09-28 [965-xvmc] 965q indirect media data workaroundZou Nan hai
2008-09-11Add support for G41 chipsetZhenyu Wang
2008-08-08Initial port of kernel modesetting from old intel-kernelmode branchJesse Barnes
2008-07-31Don't program dsparb on new Intel chipZhenyu Wang
2008-07-03Fix official name for GM45 chipsetZhenyu Wang
2008-06-28xvmc: Don't copy on xvmc surface in PutImageZhenyu Wang
2008-06-19Automatically detect the presence of HDMI.Eric Anholt
2008-06-17Add support for Intel 4 series chipsets.Zhenyu Wang
2008-03-12Separate i810 and i830 ring macros out into separate files.Eric Anholt
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
2008-03-07Enable hardware overlay on 965Jesse Barnes
2008-01-30Wrap up chipsets which needs graphics address for status pageZhenyu Wang
2008-01-22Add missing i830M and 845G pci ids infoZhenyu Wang
2008-01-09Add new integrated graphics chipset idsZhenyu Wang
2008-01-07Change origin i965G_1 to chipset market name G35.Zhenyu Wang
2007-08-28Fix build against pre-pci-rework xserver.Michel Dänzer
2007-08-26Change IS_Ixxx tests to work with or without libpciaccess.Keith Packard
2007-07-20Fix device id info for 945GME, 965GMEZhenyu Wang
2007-06-06Enable overlay on G33 class chipsetsWang Zhenyu
2007-06-05Add support for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-05-31Add pci ids for 945GMEWang Zhenyu
2007-05-31Add pci ids for 965GME/GLE chipWang Zhenyu
2007-04-30Allow physical-memory allocations within stolen memory.Eric Anholt
2007-03-20Merge branch 'master' of git://proxy.ims.intel.com:9419/git/xorg/driver/xf86-...Wang Zhenyu
2007-03-13Use a POSTING_READ(reg) macro instead of using the (void)INREG(reg) pattern.Eric Anholt
2007-03-06Remove usage of 'shadow' module. Use xf86CrtcScreenInit.Keith Packard
2007-03-03Merge branch 'modesetting' into crestlineKeith Packard
2007-03-02Add a WIP UploadToScreen implementation. This almost displays right.Eric Anholt
2007-02-28Add a non-installed command line tool using libpciaccess to dump registers.Eric Anholt
2007-02-02Add Intel 965GM chipset supportWang Zhenyu
2007-02-02Revert original crestline pci id patchWang Zhenyu
2007-02-02Merge branch 'modesetting' into crestlineWang Zhenyu
2007-01-31Move the render code to non-EXA-specific filenames.Eric Anholt
2007-01-25Merge branch 'modesetting' of git://proxy01.pd.intel.com:9419/git/xorg/driver...Nian Wu
2007-01-11Don't limit cachelines to a vertical of 2048, and increase default allocation.Eric Anholt
2007-01-08Merge branch 'modesetting' into crestlineKeith Packard
2007-01-06Numerous symbol scope issues.Keith Packard