summaryrefslogtreecommitdiff
path: root/shared-core
Commit message (Expand)AuthorAgeFilesLines
* remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie2007-04-287-10/+7
* Revert "bug 7092 : add pci ids for mach64 in Dell poweredge 4200"George Sapountzis2007-04-261-1/+0
* freebsd: remove stray apperance of IN_MODULE.George Sapountzis2007-04-261-7/+0
* Add new buffer object type for kernel allocations that don't initially have a...Jesse Barnes2007-04-261-0/+1
* nouveau: fix wacky pci idStephane Marchesin2007-04-231-1/+1
* via: Make sure we flush write-combining using a follow-up read.Thomas Hellstrom2007-04-171-2/+4
* nouveau: nv10 per channel init from ddxMatthieu Castet2007-04-101-30/+69
* rs480: Renamed some unknown registers. See dri-devel list.Oliver McFadden2007-04-092-9/+9
* nouveau: NV46 supportBen Skeggs2007-04-091-1/+188
* radeon: bump version for IGPGART supportDave Airlie2007-04-091-1/+2
* radeon: add support for reverse engineered xpress200mDave Airlie2007-04-094-5/+83
* i915: use breadcrumb macro everywhereDave Airlie2007-04-061-4/+2
* nouveau: make a note about a bit that breaks some cardsBen Skeggs2007-04-061-0/+4
* nouveau: Power up all card units by default on startup.Ben Skeggs2007-04-062-0/+10
* Make sure we ack irqs before we read a breadcrumb so thatThomas Hellstrom2007-04-031-0/+2
* r300: Synchronize the register header file again.Oliver McFadden2007-04-021-5/+10
* nouveau: fix usage of PGRAPH_CTX_CONTROL on nv20+Matthieu Castet2007-04-013-5/+5
* nouveau : nv10 ctx switch fixMatthieu Castet2007-04-011-1/+1
* nouveau : set the correct PGRAPH_CTX_CONTROL registerMatthieu Castet2007-04-011-3/+3
* Merge branch 'crestline-qa', adding support for the 965GM chipset.Eric Anholt2007-03-302-1/+3
|\
| * Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestlineNian Wu2007-03-2718-129/+1038
| |\
| * \ Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestlineNian Wu2007-03-232-103/+72
| |\ \
| * \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestlineNian Wu2007-03-214-30/+35
| |\ \ \
| * \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestlineNian Wu2007-03-192-9/+9
| |\ \ \ \
| * \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestlineNian Wu2007-03-142-6/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestlineNian Wu2007-03-137-105/+123
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestlineNian Wu2007-03-1210-529/+822
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestlineNian Wu2007-03-071-0/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestlineNian Wu2007-03-056-3/+17
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestlineNian Wu2007-03-019-152/+213
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestlineNian Wu2007-02-2510-84/+223
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | i915: Add 965GM pci id updateWang Zhenyu2007-02-132-1/+3
* | | | | | | | | | | | | nouveau: fix nv04 context switches.Stephane Marchesin2007-03-291-125/+257
* | | | | | | | | | | | | drm/i915: set the bo up at firstopen time not after DMA initDave Airlie2007-03-272-4/+9
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | nouveau: move card initialisation into the drmBen Skeggs2007-03-2618-129/+1038
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | nouveau: rework nouveau_fifo_alloc() so the drm can create internal FIFOsBen Skeggs2007-03-231-81/+72
* | | | | | | | | | | nouveau: remove unused cruftBen Skeggs2007-03-232-22/+0
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | nouveau: support multiple channels per client (breaks drm interface)Ben Skeggs2007-03-214-30/+35
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | more whitespace issuesDave Airlie2007-03-191-6/+6
* | | | | | | | | whitespace cleanup pending a kernel mergeDave Airlie2007-03-191-3/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | r300: Renamed the CACHE_CTLSTAT values to include UNKNOWN in the name; notOliver McFadden2007-03-132-6/+6
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add defines for the values written to R300_RB3D_ZCACHE_CTLSTAT.Oliver McFadden2007-03-132-1/+3
* | | | | | | nouveau: make sure cmdbuf object gets destroyedBen Skeggs2007-03-134-27/+33
* | | | | | | nouveau: associate all created objects with a channel + cleanupsBen Skeggs2007-03-134-45/+48
* | | | | | | nouveau: s/fifo/channel/Ben Skeggs2007-03-131-49/+52
* | | | | | | Corrected values written to R300_RB3D_DSTCACHE_CTLSTAT to eitherOliver McFadden2007-03-131-1/+1
* | | | | | | Guess another unknown register used for R300 pacification.Oliver McFadden2007-03-132-2/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | nouveau: PUT,GET, not 2xPUTPatrice Mandin2007-03-111-1/+1
* | | | | | Sync r300_reg.h from mesa driver. #10210Aapo Tahkola2007-02-111-424/+577
* | | | | | Merge branch 'i915-pageflip'Michel Dänzer2007-03-105-88/+239
|\ \ \ \ \ \