OSDN Git Service

android-x86/external-libdrm.git
2007-10-16 Ben Skeggsnouveau: Handle multiple PFIFO exceptions per irq,...
2007-10-14 Stephane Marchesinnouveau: PPC fixes. These regs are very touchy.
2007-10-14 Jeremy Kolbnouveau: fix warning.
2007-10-14 Jeremy Kolbnouveau: fix warning.
2007-10-14 Dave Airliei915: fix vbl_swap allocation
2007-10-12 Pekka Paalanennouveau: Fix a typo in nv25_graph_context_init
2007-10-12 Stuart Bennettnouveau: Fix typos in nv20_graph_context_init
2007-10-12 Pekka Paalanennouveau: Make notifiers go into PCI memory
2007-10-12 Arthur Huilletnouveau: mandatory "oops I forgot half of the files...
2007-10-12 Arthur Huilletnouveau: added support for software methods, and implem...
2007-10-12 Dave Airliei915: add superioctl support to i915
2007-10-11 Dave Airliei915: check mask instead of flags for buffer fence...
2007-10-10 Eric AnholtFreeBSD: Fill in domain field when supported.
2007-10-10 Ian RomanickEliminate trailing whitespace from last commit.
2007-10-10 Ian RomanickFix command list submission on big-endian.
2007-10-10 Matthieu Castetnouveau : nv10 and nv04 PGRAPH_NSTATUS are different
2007-10-10 Maarten Maathuisnouveau: PMC_BOOT_1 was not mapped.
2007-10-10 Thomas HellstromOnly add native-type on EXE signals. Otherwise flush...
2007-10-09 Stephane Marchesinnouveau: try to fix big endian.
2007-10-07 Maarten Maathuisnouveau: A char is signed, so it may overflow for ...
2007-10-06 Matthieu Castetnouveau : print correct value in nouveau_graph_dump_tra...
2007-10-05 Dave AirlieMerge branch 'pre-superioctl-branch'
2007-10-04 Maarten Maathuisnouveau: Remove excess device classes.
2007-10-04 Maarten Maathuisnouveau: NV47 context switching voodoo + warning
2007-10-04 Maarten Maathuisnouveau: Switch over to using PMC_BOOT_0 for card detec...
2007-10-04 Maarten Maathuislinux-drm: Obey device class requirements when detectin...
2007-10-04 Dave Airliedrm: fix page count calculation
2007-10-04 Stephane Marchesinnouveau: nv2a drm context switch support.
2007-10-03 Ian RomanickUse 'ifdef __BIG_ENDIAN' instead of 'if __BIG_ENDIAN'
2007-10-03 Ian RomanickFirst round of byte-ordering fixes for PowerPC.
2007-10-02 Pekka Paalanennouveau: nv20 graph_create_context difference
2007-10-02 Pekka Paalanennouveau: fix nv25_graph_context_init
2007-10-02 Stuart Bennettnouveau: nv20 graph context init
2007-10-02 Dave Airliettm: returning into dummy causes a buffer object leak
2007-10-01 Maarten Maathuisnouveau: Fix dereferencing a NULL pointer when erroring...
2007-10-01 Stephane Marchesinnouveau: flip the ctx switch bit on. it seems to be...
2007-09-30 Matthieu Castetnouveau : nv30 remove harcoded NV20_PGRAPH_CHANNEL_CTX_...
2007-09-30 Matthieu Castetnouveau : nv20_graph replace nouveau_graph_wait_idle...
2007-09-30 Pekka Paalanennouveau: rename nv30_graph.c to nv20_graph.c
2007-09-30 Pekka Paalanennouveau: nv30 graph function renames, removed nv20_graph.c
2007-09-30 Pekka Paalanennouveau: graph ctx init nv25
2007-09-30 Pekka Paalanennouveau: nv28 graph context init
2007-09-30 Pekka Paalanennouveau: let nv20 hardware do ctx switching automatically.
2007-09-30 Pekka Paalanennouveau: Make nv20 use the nv30 PGRAPH ctx functions.
2007-09-30 Pekka Paalanennouveau: Change couple constants to symbols.
2007-09-30 Pekka Paalanennouveau: NV30 should never call nouveau_nv20_context_sw...
2007-09-30 Matthieu Castetnouveau : pgraph_ctx dynamic alloc for nv04, nv10
2007-09-30 Matthieu Castetnouveau : nv04 don't use chan->pgraph_ctx array
2007-09-29 Matthieu Castetnouveau : stop the fifo of the channel we are deleting
2007-09-29 Matthieu Castetnouveau : nv1x fix strange corruption
2007-09-29 chaohong guoradeon: Commit the ring after each partial texture...
2007-09-29 Michel DänzerDon't build without any optimization on Linux.
2007-09-28 Matthieu Castetnouveau : clean chan->pgraph_ctx stuff. We now do a...
2007-09-28 Jesse BarnesRevert drm_i915_flip_t braindamage
2007-09-26 Keith PackardAllow parallel module compile
2007-09-26 Alan HourihaneAdd brackets
2007-09-26 Alan Hourihanedon't copy back if an error was returned.
2007-09-25 Thomas HellstromMerge branch 'master' into pre-superioctl-branch
2007-09-25 Dave Airliedrm: use fence_class as name instead of class
2007-09-25 Dave Airliedrm/ttm: fixup fence class naming and interfaces
2007-09-22 Thomas HellstromFix pinned buffer fence class.
2007-09-22 Thomas HellstromFix drm_bo.c compiling.
2007-09-22 Thomas HellstromMake nouveau compile on older kernels.
2007-09-22 Thomas HellstromAdd fence error member.
2007-09-22 Eric AnholtMerge branch 'bo-set-pin'
2007-09-21 Eric AnholtAdd some more verbosity to drm_bo_set_pin_req comments.
2007-09-21 Eric AnholtFix mapCount refcounting on unmap, even though the...
2007-09-21 Stephane Marchesinnouveau: fix ppc and get it right this time.
2007-09-21 Stephane Marchesinnouveau: fix notifiers on PPC.
2007-09-21 Stephane Marchesinnouveau: add some checks to the nv04 graph switching...
2007-09-20 Dave Airliedrm_sysfs: update sysfs code from kernel
2007-09-19 Eric AnholtMerge branch 'origin' into bo-set-pin
2007-09-18 Michel Dänzeri915: Reinstate check that drawable has valid informati...
2007-09-18 Michel Dänzeri915: Fix scheduled buffer swaps.
2007-09-18 Ian RomanickAdd ioc32 compat layer for XGI DRM.
2007-09-18 Ian RomanickFix ioc32 compat layer
2007-09-12 BrianAdded bool typedef added in kernel 2.6.19
2007-09-12 BrianAdded idr_replace() function which was apparently added...
2007-09-12 Jesse BarnesRemove plane->pipe mapping from SAREA private after all
2007-09-11 Jesse BarnesMerge branch 'master' of ssh://git.freedesktop.org...
2007-09-11 Jesse BarnesDisambiguate planes & pipes for swap operations
2007-09-10 Patrice Mandinnouveau: nv10: add combiner registers
2007-09-09 Matthieu Castetnouveau : nv10 fix NV10_PGRAPH_CTX_USER save/load
2007-09-09 Matthieu Castetnouveau : nv10 pipe ctx switch load/save.
2007-09-08 Maarten Maathuisnouveau: Add Quadro NVS 140 pciid
2007-09-07 Ben Skeggsnouveau: Use nv41 ctxprog/vals on nv42.
2007-09-06 Ian RomanickMerge branch 'xgi-0-0-2'
2007-09-06 Ian RomanickBump version to 1.0.0.
2007-09-06 Stephane Marchesinnouveau: fix some nv04 graph switching.
2007-09-06 Stephane Marchesinnouveau: add pure nv30 support.
2007-09-04 Maarten MaathuisAdd context init voodoo and context switch code for...
2007-08-31 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-08-31 Ian RomanickAcutally emit the IRQ (duh) when setting the fence...
2007-08-30 Stephane Marchesinnouveau: nv04 context switching support. Works for...
2007-08-30 Stephane Marchesinnouveau: give nv03 the last cut.
2007-08-29 Ian RomanickUse ati_pcigart for PCI-e GART table handling.
2007-08-29 Ian RomanickFix late night dumb-dumb mistake.
2007-08-29 Ian RomanickUse DRM_SPINLOCK / DRM_UNSPINLOCK macros.
2007-08-28 Keith PackardAdd register defines for hw binning
2007-08-28 Dave Airliedrm: remove XFREE86_VERSION macros
next