Age | Commit message (Collapse) | Author |
|
This reverts commit 1abf4d3a7a203ff5d6e5ceda29573e7fd69ddf8e.
Conflicts:
src/i965_render.c - flushing was removed, keep it that way
|
|
Check return value of get supported encode command and current
encoding mode, which could be DVI or HDMI.
(cherry picked from commit f91134795b545c8baebf218975b261c76a0e5873)
|
|
Check return value of get supported encode command and current
encoding mode, which could be DVI or HDMI.
|
|
All size-related rendering limits should be managed by the driver in the
pixmap_is_offscreen call. There's no need for uxa to even know these values.
|
|
Failing xalloc in a rendering function means just dropping the drawing on
the floor (that's what we've always done).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Let the driver do whatever sync is necessary from the prepare_access hook
rather than forcing a full sync.
|
|
EXA and UXA have the same acceleration interface, but UXA doesn't provide
pixmap stride information as it doesn't manage pixmaps. Move all of that
into the driver structure so that the acceleration functions needn't
reference the EXA structure.
|
|
This eliminates the cost of EXA migration management while providing full
pixmap allocation control to the driver. The goal is to make something
useful for UMA drivers.
|
|
Make VBT parsing happen at driver init time rather than in each output init
function, to save time and better separate VBIOS code into i830_bios.[ch]. The
changes end up touching the output files due to field name changes, and allow
us to reorder & simplify our LFP mode detection code.
|
|
ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel into drm-gem
|
|
Conflicts:
src/i830_driver.c
|
|
The chip is 855GM, not GM45.
(cherry picked from commit 1a59cc6b9acf312de1755d67757bf7f1967342e4)
|
|
The chip is 855GM, not GM45.
|
|
|
|
Add example dual head config, add info on bug reporting.
|
|
Remove wrong set tv resolution command, adding HDMI regs in dump.
(cherry picked from commit 76eb8e6f1f0c6962b23550564f4273f392567857)
|
|
On new chip, DSPARB is controlled by hardware only.
|
|
The root window visual can not be changed. Neither at runtime nor
through the configuration file. The xserver simply selects the first one
that matches the class (usually TrueColor). I need a root window visual
with stencil buffer because my compiz plugin uses the it for some
operations. This patch reorders the visuals that the 3D driver reports
and puts the one with stencil (and depth) bits as first.
(cherry picked from commit 42fb06f3f14fbec070350cf48361be4a0be0af04)
|
|
ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel
Conflicts:
src/i830_display.c
|
|
This avoids the flickering people reported in the 2.4.0 release.
|
|
This avoids the flickering people reported in the 2.4.0 release.
|
|
This prevents the CPU from ridiculously outrunning the GPU.
|
|
This instructs GEM to reuse buffer objects and improves the
performance of my favorite 'x11perf -aa10text' from about
169k to about 188k glyphs/sec.
|
|
This improves 'x11perf -aa10text' performance from ~144k to ~169k
|
|
|
|
|
|
Remove wrong set tv resolution command, adding HDMI regs in dump.
|
|
On new chip, DSPARB is controlled by hardware only.
|
|
|
|
The root window visual can not be changed. Neither at runtime nor
through the configuration file. The xserver simply selects the first one
that matches the class (usually TrueColor). I need a root window visual
with stencil buffer because my compiz plugin uses the it for some
operations. This patch reorders the visuals that the 3D driver reports
and puts the one with stencil (and depth) bits as first.
|
|
|
|
|
|
|
|
Don't handle the nostrip build option in debian/rules, dh_strip does
that; allow the parallel=n option.
|
|
Conflicts:
debian/changelog
src/common.h
src/i830_driver.c
|
|
|
|
|
|
|
|
debian-unstable
|
|
debian-experimental
|
|
|
|
Conflicts:
configure.ac
src/Makefile.am
src/exa_wm.g4i
src/exa_wm_projective.g4i
src/exa_wm_write.g4a
src/exa_wm_write.g4b
src/i810_reg.h
src/i830.h
src/i830_driver.c
src/i830_lvds.c
src/i830_memory.c
src/i830_quirks.c
src/i830_video.c
src/i915_hwmc.c
src/i965_render.c
src/i965_video.c
src/reg_dumper/idle.c
src/xvmc/Makefile.am
src/xvmc/i915_xvmc.c
|
|
|
|
|