intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-05-12 21:17:41 to 2011-06-05 08:53:26 UTC [more...]

[PATCH 0/2] ddx/dri: Add support for hiz and separate stencil buffers
 2011-06-05  8:53 UTC  (4+ messages)
` [PATCH 1/2] Add attachment token DRI2BufferHiz
` [PATCH 2/2] dri: Add support for DRI2BufferStencil and DRI2BufferHiz

drivers/drm/i915 maintenance process
 2011-06-05  6:23 UTC  (2+ messages)

[PATCH] drm/i915: Seperate fence pin counting from normal bind pin counting
 2011-06-05  1:07 UTC  (5+ messages)

Wait for scanline support on SNB
 2011-06-04 14:58 UTC 

Need help in installing libva-1.0.12 package as part of Graphics driver installation
 2011-06-04  2:59 UTC  (5+ messages)

Select patches for 2.6.40
 2011-06-03 23:48 UTC  (53+ messages)
` [PATCH 01/16] drm/i915: Cache GT fifo count for SandyBridge
` [PATCH 02/16] drm/i915: Refactor pwrite/pread to use single copy of get_user_pages
` [PATCH 03/16] drm/i915: s/addr & ~PAGE_MASK/offset_in_page(addr)/
` [PATCH 04/16] drm/i915: Only print out the actual number of fences for i915_error_state
` [PATCH 05/16] drm/i915/tv: Use a direct pointer for tv_mode
` [PATCH 06/16] drm/i915: Replace ironlake_compute_wm0 with g4x_compute_wm0
` [PATCH 08/16] drm/i915/i2c: Convert from using GMBUS1 + reg_offset idiom to reg + 0
` [PATCH 09/16] drm/i915/gmbus: Reset the controller on initialisation
` [PATCH 10/16] drm/i915: Retire requests before disabling pagefaults
` [PATCH 11/16] drm/i915: not finding a fence is a non-recoverable condition
` [PATCH 12/16] drm/915: fix relaxed tiling on gen2: tile height
` [PATCH 13/16] drm/i915: Remove unused enum "chip_family"
` [PATCH 14/16] drm/i915: Use PCI-ID to identify Broadwater and Crestline
` [PATCH 15/16] drm/i915: Convert partial to full CPU read domain if we touch every page
` [PATCH 16/16] drm/i915: Share the common force-audio property between connectors

WIP POSTING_READ fix series
 2011-06-03 21:05 UTC  (6+ messages)
` [PATCH 1/4] drm/i915: Control gen6 ring interrupts through a single mask field
` [PATCH 2/4] drm/i915: Move the forcewake refcounting to a spinlock
` [PATCH 3/4] drm/i915: Fix missed IRQs on gen6
` [PATCH 4/4] drm/i915: Try removing the forcewake get/put around the fifo counting

Bug 37029
 2011-06-01 15:18 UTC 

Can't not play video larger that 2048x2048 using xv
 2011-06-02  9:46 UTC 

[PATCH] Use 720x480 as the preferred mode for SDVO-TV
 2011-06-02 16:18 UTC 

Placement and cropping of video due to aspect ratio mismatch
 2011-06-02  2:16 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Control gen6 ring interrupts through a single mask field
 2011-06-02  0:41 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Fix missed interrupts on gen6 blit ring by holding FORCEWAKE up

since kernel commit cb0953d734: X chooses wrong resolution at startup
 2011-06-01 21:30 UTC  (10+ messages)
      ` [PATCH] change initial modesetting if outputs are aligned in 1 dimension

UXA clipping reduction
 2011-06-01 18:56 UTC  (5+ messages)
` [PATCH 1/3] uxa: Simplify BLT solid acceleration for spans filling by only clipping once
` [PATCH 2/3] uxa: Simplify Composite solid acceleration for spans "
` [PATCH 3/3] uxa: Simplify uxa_poly_fill_rect "

Multiple monitors
 2011-06-01 14:15 UTC 

[PATCH] Test the first mode if there is no preferred mode
 2011-05-31 21:24 UTC  (3+ messages)

[PATCH] Print the pixel clock of each mode
 2011-05-31  9:01 UTC  (2+ messages)

error while loading shared libraries: libGLESv2.so
 2011-05-31  2:43 UTC  (3+ messages)

X11R76 and second monitor/channel
 2011-05-30 15:05 UTC 

[xf86-video-intel PATCH] build: do not use AC_CHECK_FILE to find the header files
 2011-05-30  8:27 UTC  (2+ messages)

frame buffer compression and 915GM
 2011-05-29  8:19 UTC  (9+ messages)

Major 2.6.38 regression ignored?
 2011-05-28 13:19 UTC  (9+ messages)
        ` Major 2.6.38 / 2.6.39 "

rendercheck errors on i915GM
 2011-05-28  8:51 UTC  (2+ messages)

Another GPU hang
 2011-05-25  7:40 UTC  (6+ messages)

[2.6.39 regression] hard lock when GNOME starts
 2011-05-24 20:05 UTC  (9+ messages)
  ` [PATCH] drm/i915: Revert i915.semaphore=1 default from 47ae63e0

[2.6.39-rc7] i915: kworker busily spinning
 2011-05-24 11:25 UTC  (4+ messages)

[PATCH] drm/i915: debugfs lock fix
 2011-05-24  1:59 UTC 

HDMI Audio Channels mis-detected on i915
 2011-05-23 23:29 UTC  (5+ messages)

GMBUS: modprobe eeprom hangs forever (2.6.39 regression?)
 2011-05-23 13:12 UTC 

Heap corruption regression in 2.15.0
 2011-05-21 16:04 UTC  (5+ messages)

"MTRR allocation failed. Graphics performance may suffer" message
 2011-05-21  7:29 UTC  (2+ messages)

Pending i915 fixes
 2011-05-20 13:37 UTC  (7+ messages)
` [PATCH 05/17] drm/i915/tv: Clear state sense detection for Cantiga

Sandy Bridge GPU hang reproducer
 2011-05-20 10:10 UTC  (3+ messages)

[RFC] Ivy Bridge supprt v2
 2011-05-19 12:59 UTC  (5+ messages)
` [PATCH 02/19] drm/i915: split irq handling into per-chipset functions
  ` [SNB: Regression] "

[PATCH] drm/i915: initialize gen6 rps work queue for Ironlake+
 2011-05-18 20:51 UTC  (5+ messages)

Black screen on boot with next-0517
 2011-05-18 16:17 UTC  (2+ messages)

Multiple X screens
 2011-05-18 11:07 UTC  (6+ messages)

Status of WebGL with open-source intel drivers
 2011-05-17 17:14 UTC  (4+ messages)

[BUG][2.6.39-rc7]
 2011-05-17  4:18 UTC  (4+ messages)
  ` [Intel-gfx] [BUG][2.6.39-rc7]

[PATCH 1/2] drm/i915: fix user irq miss in BSD ring on g4x
 2011-05-16 19:59 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: clean up unused ring_get_irq/ring_put_irq functions

[PATCH] drm/i915: fix user irq miss in BSD ring on g4x
 2011-05-16 19:58 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: fix user irq miss in BSD ring on g4x
 2011-05-16  7:07 UTC  (4+ messages)

[PATCH 1/2] i965: Stop caching the combined depth/stencil region in brw_context.c
 2011-05-14 21:15 UTC  (2+ messages)
` [PATCH 2/2] i965: Add support for rendering to depthbuffer mipmap levels > 0

X11 performance regressions
 2011-05-13  9:24 UTC  (9+ messages)

[PATCH 1/2] drm/i915: Select correct pipe during TV detect
 2011-05-13  0:10 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: TVDAC_STATE_CHG does not indicate successful load-detect

Graphical corruption post 2.6.38
 2011-05-12 21:37 UTC  (9+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).