summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2011-07-28Xv: Refactor out pipeline setup functions for future reuse in render.Kenneth Graunke
2011-06-04sna: Introduce a new acceleration model.Chris Wilson
2010-10-22intel: Listen for hotplug uevents (V3)Adam Jackson
2010-10-04Split shadow handling routines to their own file.Chris Wilson
2010-08-01Rename drmmode_display to intel_displayChris Wilson
2010-06-28Repair the damage to 'make distcheck' after splitting out i810Chris Wilson
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson
2010-06-25i810: Move into a legacy directory.Chris Wilson
2010-06-09Revert "xp:trapezoids"Chris Wilson
2010-06-08xp:trapezoidsChris Wilson
2010-04-19Fix "make dist"Daniel Vetter
2010-04-08XvMC: merge *_hwmc.c into i830_hwmc.cDaniel Vetter
2010-02-20Remove more DRI1 dead code.Eric Anholt
2010-02-20Remove dead i830_ring.h.Eric Anholt
2010-02-20Remove dead i830_display.h.Eric Anholt
2010-02-20Remove dead i830_bios.h.Eric Anholt
2010-02-20Remove the last tool now that it's been moved to gpu_tools.Eric Anholt
2010-02-20Remove bios_reader now that it's moved to gpu_tools.Eric Anholt
2009-11-30Add i830_bios.h and i830_display.h to EXTRA_DIST.2.9.99.901Carl Worth
2009-11-30video-intel: remove i2c_vid.h from src/Makefile.amGaetan Nadon
2009-11-05Revert "configure: make --disable-dri work even if the server supports DRI"Eric Anholt
2009-11-05configure: use CWARNFLAGS from xorg-macros.m4Rémi Cardona
2009-11-05configure: make --disable-dri work even if the server supports DRIRémi Cardona
2009-10-06Remove the reg_dumper code, now that it's been moved to intel_gpu_tools.Eric Anholt
2009-10-06Remove UMS support.Eric Anholt
2009-06-30Move shader programs under its own subdirectoryZhenyu Wang
2009-06-09Rename i830_exa.c to i830_uxa.cCarl Worth
2009-04-27unifdef LIBPCIACCESS and XSERVER_LIBPCIACCESS.Eric Anholt
2009-04-27Remove I830_XV ifdef.Eric Anholt
2009-04-27unifdef I830_USE_UXA.Eric Anholt
2009-04-27Remove EXA support.Eric Anholt
2009-04-27Remove XAA support.Eric Anholt
2009-04-21Require xserver 1.3Julien Cristau
2009-03-20clean up man page generation and remove all traces of the i810 driverRémi Cardona
2009-02-26Fix UXA for server 1.4.Eric Anholt
2009-02-24Fix distcheck from drmmode_display.h deletion.Eric Anholt
2008-11-27Merge branch '965-xvmc'Zou Nan hai
2008-11-13Make sure DRM library paths are includedJesse Barnes
2008-10-06Fix driver build against server 1.4.2.Eric Anholt
2008-09-09Track move of bufmgr functions to libdrm_intel.Eric Anholt
2008-08-25Fix UXA build for distcheckJesse Barnes
2008-08-08Initial port of kernel modesetting from old intel-kernelmode branchJesse Barnes
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard
2008-08-05Merge branch 'master' into drm-gemJesse Barnes
2008-07-27Link with -lm for sin/cosJulien Cristau
2008-07-18Fix distcheck.Eric Anholt
2008-07-17Merge branch 'master' into drm-gemCarl Worth
2008-07-14Link the driver with -lpciaccess and -ldrm if neededJulien Cristau
2008-07-14Fix gen4asm rule to work with a build dirJulien Cristau
2008-06-24 965 xvmc, current only frame based DCT_type supportZou Nan hai