intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-04-21 18:38:19 to 2010-05-11 22:57:09 UTC [more...]

[PATCH] drm/i915: Protect mmaped buffers from casual eviction
 2010-05-11 22:57 UTC  (3+ messages)

[PATCH 1/4] introduce intel_ring_buffer structure
 2010-05-11 22:24 UTC  (7+ messages)
` [PATCH 2/4] convert render engine to use intel_ring_buffer
` [PATCH 3/4] add BSD ring buffer support
` [PATCH 4/4] adapt intel_ring_buffer into gem

[PATCH] drm/i915: Record error batch buffers using iomem
 2010-05-11 19:22 UTC  (4+ messages)

Intelligent power sharing driver
 2010-05-11 18:59 UTC  (8+ messages)
` [PATCH 1/2] timer: add on-stack deferrable timer interfaces
` [PATCH 2/2] x86 platform driver: intelligent power sharing driver

Page flipping not working as expected for compositing - engineering resource available to help fix it
 2010-05-11  8:40 UTC  (6+ messages)

Intel poor performance in simple OpenGL program
 2010-05-11  0:40 UTC 

[PATCH 0/4] prevent stalls due to tiling changes and bo reuse
 2010-05-10 22:49 UTC  (14+ messages)
` [PATCH 1/4] drm/i915: don't allow tiling changes on pinned buffers
    ` [PATCH] drm/i915: don't allow tiling changes on pinned buffers v2
` [PATCH 2/4] drm/i915: introduce i915_gem_object_adjust_fencing
` [PATCH 3/4] drm/i915: adjust fence registers asynchronously on tiling changes
  ` [PATCH] drm/i915: adjust fence registers asynchronously on tiling changes v2
` [PATCH 4/4] drm/i915: report all active objects as busy
    ` [PATCH] drm/i915: report all active objects as busy v2

Reverted commit - why?
 2010-05-10 20:00 UTC 

[PATCH] drm/i915: Fix DDC bus selection for multifunction SDVO
 2010-05-10 15:38 UTC  (10+ messages)

[PATCH] drm/i915: Mark the object as dirty when setting to the CPU write domain
 2010-05-09 21:09 UTC  (2+ messages)

[PATCH 0/4] gtt cache coherency checker for i830 class hw
 2010-05-09 11:41 UTC  (5+ messages)
` [PATCH 1/4] agp/intel-gtt: steal the last gtt page
` [PATCH 2/4] drm/i915: add locking around chipset flush
` [PATCH 3/4] agp/intel-gtt: check cache-coherency on i830 class chipsets
` [PATCH 4/4] agp/intel-gtt: extract mch buffer flush in i830 chipset flush

Game locking up machine on i915 [solved]
 2010-05-08 15:03 UTC 

[PATCH 0/2] put intel gem buffer objects on diet
 2010-05-07 22:29 UTC  (4+ messages)
` [PATCH 1/2] drm/i915: move fence lru to struct drm_i915_fence_reg
` [PATCH 2/2] drm/i915: combine all small integers into one single bitfield

[PATCH] drm/i915: Fix out of tree builds
 2010-05-07 22:26 UTC  (2+ messages)

[PATCH] drm/i915: intel hw has only one gpu write domain
 2010-05-07 20:53 UTC  (2+ messages)

bad render errors (Re: Page flipping not working as expected for compositing - engineering resource available to help fix it)
 2010-05-07 15:32 UTC  (2+ messages)

Game locking up machine on i915 - please confirm/object it's gfx related
 2010-05-07 13:10 UTC 

Framebuffer compression on GM45 disabled with KMS
 2010-05-07 11:19 UTC  (13+ messages)

i915GM 2D+3D intel driver regression
 2010-05-06 16:07 UTC  (15+ messages)

i915GM+vertical RR+FPS+OpenGL
 2010-05-06  3:12 UTC 

[PATCH 1/4] introduce intel_ring_buffer structure
 2010-05-06  2:25 UTC  (6+ messages)
` [PATCH 2/4] convert render engine to use intel_ring_buffer
` [PATCH 3/4] add BSD ring buffer support
` [PATCH 4/4] adapt intel_ring_buffer into gem

i915GM+vertical RR+FPS+OpenGL
 2010-05-06  1:56 UTC  (2+ messages)

[PATCH] drm/i915: Use spatio-temporal dithering on PCH
 2010-05-05 18:34 UTC  (3+ messages)

Patch review
 2010-05-05 18:27 UTC  (4+ messages)

X (or the screensaver or the compositor) sometimes wedges on resume
 2010-05-05  3:42 UTC 

i915GM 2D+3D intel driver regression
 2010-05-05  2:06 UTC 

Extreme memory usage when running USDX with Intel driver
 2010-05-04 22:27 UTC  (4+ messages)

Use PIPE_CONTROL where possible
 2010-05-03 19:41 UTC  (7+ messages)
` [PATCH 3/5] drm/i915: use PIPE_CONTROL to retire commands
` [PATCH 5/5] drm/i915: enable PIPE_CONTROL on all 965 class chips
  ` [PATCH] drm/i915: avoid unnecessary PIPE_CONTROL flushing on non-Ironlake
  ` [PATCH] drm/i915: remove unnecessary PIPE_CONTROL cache flushing

[PATCH] drm/i915: don't queue flips during a flip pending event
 2010-05-03 19:40 UTC  (2+ messages)

[PATCH] Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."
 2010-05-03 18:41 UTC  (3+ messages)

[PATCH 0/4] Attempt to re-enable FBC on gen3
 2010-05-02 21:26 UTC  (11+ messages)
` [PATCH 1/4] drm/i915: Make fbc control wrapper functions
` [PATCH 2/4] drm/i915: Push an fbc disable across suspend
` [PATCH 3/4] drm/i915: Hide per-chipset fbc disable routines again
` [PATCH 4/4] Revert "drm/i915: Disable FBC on 915GM and 945GM."

[PATCH] Fix out of tree builds broken by i915/i915_trace_points.c
 2010-05-02 18:18 UTC  (2+ messages)

laptop monitor calibration
 2010-05-01  0:03 UTC 

Bug in kernel 2.6.32-11 (with intel drivers 2.11.0)
 2010-04-30 10:21 UTC 

[Patch 4/4] multiple ring buffer support, adapt the intel_ring_buffer with gem
 2010-04-29 23:41 UTC  (3+ messages)

[Patch 1/4] multiple ring buffer support, introduce intel_ring_buffer struct
 2010-04-29 23:37 UTC  (2+ messages)

[PATCH] intel_audio_dump: add support for IbexPeak and CougarPoint
 2010-04-29 22:30 UTC  (2+ messages)

[PATCH] drm/i915: Wait for the GPU whilst shrinking, if truly desperate
 2010-04-29 22:28 UTC  (2+ messages)

Intel/Pineview graphics won't load 1024x600 resolution in X11
 2010-04-28 15:41 UTC  (9+ messages)

[PATCH 5/7] drm/i915: use vblank and vsync interrupts on 945
 2010-04-27 17:27 UTC 

8-bit vs. 10-bit palette mode, and LVDS dithering
 2010-04-27 14:06 UTC  (11+ messages)
  ` [PATCH] drm/intel: Set 8-bit gamma mode for the palette
    ` [PATCH 1/3] drm/intel: Store full 16 bits of colors passed to gamma LUT
    ` [PATCH 2/3] drm/intel: Attempt to use 10-bit gamma palette mode
    ` [PATCH 3/3] drm/intel: Use 10-bit palette properly, only store 129 entries

[PATCH 1/4] drm/i915: Configure the TV sense state correctly on GM45 to make TV detection reliable
 2010-04-26  6:11 UTC  (5+ messages)
    ` [PATCH 4/4] drm/i915: Ignore LVDS EDID when it is unavailabe or invalid

[PATCH] Graphics corruption issues
 2010-04-25 23:23 UTC  (3+ messages)

[PATCH] for mesa: Fill the padding between entrys in the sampler key
 2010-04-25 20:03 UTC  (2+ messages)

[PATCH] drm/i915: fix non-Ironlake 965 class crashes
 2010-04-23 16:32 UTC 

lcd brightness problem
 2010-04-23 12:28 UTC 

[Patch 3/4] multiple ring buffer support, add BSD ring buffer support
 2010-04-23  8:50 UTC 

[Patch 2/4] multiple ring buffer support, convert render ring buffer to use intel_ring_buffer struct
 2010-04-23  8:48 UTC 

[Patch 5/5] multiple ring buffer support, fix a irq enable logic for BSD
 2010-04-23  8:36 UTC  (3+ messages)

[PATCH 1/2] drm/i915: check execbuffer for validity earlier to save on work
 2010-04-22 22:15 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Remove the bind in mmap_gtt_ioctl

[PATCH] libdrm changes to allow exact fence usage accounting
 2010-04-22 20:48 UTC  (3+ messages)
` [PATCH] intel: allow fence register tracking to be disable
` [PATCH] i830 uxa: track fence reg usage exactly

[PATCH 0/2] split up intel-agp into an agp and a gtt part
 2010-04-22 14:28 UTC  (3+ messages)
` [PATCH 1/2] agp/intel: split out gmch/gtt probe, part 2
` [PATCH 2/2] agp/intel: make intel-gtt.c into a real source file

Bad performance, video flickering and system freeze with 2.11 driver on fedora 13
 2010-04-22 11:07 UTC 

backporting patches for 2.9.1 xorg intel driver
 2010-04-21 23:07 UTC 


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).