summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-31remove old monolithic shadersKeith Packard
2008-03-31Back to new shaders, fix urb read lengthKeith Packard
2008-03-31Dont set the compr bit on 8-unit sendsKeith Packard
2008-03-31Use m4 to clean up gen4 asm progs. Start adding projective transform support.Keith Packard
Use macros for register names, modularize functions into separate files.
2008-03-31New upstream release candidateBrice Goglin
2008-03-31Merge tag 'xf86-video-intel-2.2.99.902' into debian-experimentalBrice Goglin
2008-03-30Remove rotation sf and wm progsKeith Packard
2008-03-30Fix the sf_mask program to compute and pass corrected uvw cooefficientsKeith Packard
sf_mask is the same as sf except that it must compute both src and mask uvw cooefficients, which are conveniently adjacent in the same registers, and so need only an extended execution width
2008-03-31Bump version 2.2.99.902Zhenyu Wang
2.3-rc2
2008-03-31Use xfree() for bios memoryZhenyu Wang
2008-03-31Disable cursors while switching modesKeith Packard
(cherry picked from commit 7dcb6e627449c80cea9812462ce6a3e125bd1240)
2008-03-30Reimplement wm program for nomask case to handle affine transformsKeith Packard
This involves correctly computing u/v locations based on x/y vectors and line constants computed in new sf program. Also, use fewer instructions to make this go a bit faster (2X for 500x500 composite).
2008-03-30Clarify comment in exa_sf programKeith Packard
2008-03-30Compute du/dv/dw in no-mask SF progKeith Packard
2008-03-30Disable cursors while switching modesKeith Packard
2008-03-30Add a "total" field to intel_idle output (set when any unit is busy).Eric Anholt
(cherry picked from commit d50264fc7c4e0f80d9cc68dfdf322f68520a0f1e)
2008-03-30Use combo backlight control rather than pure legacyJesse Barnes
If the legacy bit is set, use both the BLC_PWM_CTL and LBB regs to control the backlight, rather than just LBB. Looks like more platforms want that than what the current code does. Note that kernel provided interfaces will always be used if available, so this shouldn't affect users with /sys/class/backlight interfaces at all. Fixes #14721. (cherry picked from commit 1450acd046d47e1739a3ffbd146c73ad2974a935)
2008-03-30Fix obviously wrong verification of DRI_SUPPORTS_CLIP_NOTIFY.Matthias Hopf
(cherry picked from commit 3414313ac9d0faa95797ee18cc33afa231ec7581)
2008-03-30Fix obviously stray '(' in non-I830_USE_EXA case.Matthias Hopf
(cherry picked from commit c40f195f2dc3467259b4588e087aac9741003ebf)
2008-03-29Install libIntelXvMC.soBrice Goglin
2008-03-28Add a "total" field to intel_idle output (set when any unit is busy).Eric Anholt
2008-03-28Use combo backlight control rather than pure legacyJesse Barnes
If the legacy bit is set, use both the BLC_PWM_CTL and LBB regs to control the backlight, rather than just LBB. Looks like more platforms want that than what the current code does. Note that kernel provided interfaces will always be used if available, so this shouldn't affect users with /sys/class/backlight interfaces at all. Fixes #14721.
2008-03-28Include missing stdlib.h for free()Matthias Hopf
2008-03-28Fix obviously wrong verification of DRI_SUPPORTS_CLIP_NOTIFY.Matthias Hopf
2008-03-28Fix obviously stray '(' in non-I830_USE_EXA case.Matthias Hopf
2008-03-28Disable DRI earlier if fb width > 2048Zhenyu Wang
(cherry picked from commit 7bba2c13310ed5ac22a355a3cc0ec8b7afaa79cf)
2008-03-28Disable overlay on new mobile chipsetZhenyu Wang
It's gone, really. (cherry picked from commit b1f358ba97473b792ec2b7ed5170152faebe7262)
2008-03-28Disable DRI earlier if fb width > 2048Zhenyu Wang
2008-03-28Disable overlay on new mobile chipsetZhenyu Wang
It's gone, really.
2008-03-27Fixup backlight control and panel fitting property namesJesse Barnes
They should be listed as lower case, since that's what you'd pass to xrandr. (cherry picked from commit 52d6ced652059989e6d9780a149488ccd16e3a22)
2008-03-27Initial panel fitting changesJesse Barnes
Basic support for panel fitting. (cherry picked from commit 05cf07071e25f84dec3476a9bed7235ed50cd249)
2008-03-26Merge branch 'master' into pfitJesse Barnes
2008-03-26More compile warning fixes.Paulo Cesar Pereira de Andrade
o Check for RANDR_GET_CRTC_INTERFACE before defining functions that are used only if it is defined. o Declare a variable before code, and rename it from ret to xvmc_status to better describe it. o if 0 some static functions not used. o Don't declare some unused variables. o Declare as static some functions that are used only in the file defining it. o Add a default/fallback return True to the Bool function src/xvmc/intel_batchbuffer.c:intelInitBatchBuffer(). o Ansify src/xvmc/xf86dri.c. o Add missing prototype to src/xvmc/xf86dri.h and follow pattern of other headers by adding "extern" before function prototype. (cherry picked from commit c13efdd3d6d3846078766814b57306a7519bce18)
2008-03-26More compile warning fixes.Paulo Cesar Pereira de Andrade
o Check for RANDR_GET_CRTC_INTERFACE before defining functions that are used only if it is defined. o Declare a variable before code, and rename it from ret to xvmc_status to better describe it. o if 0 some static functions not used. o Don't declare some unused variables. o Declare as static some functions that are used only in the file defining it. o Add a default/fallback return True to the Bool function src/xvmc/intel_batchbuffer.c:intelInitBatchBuffer(). o Ansify src/xvmc/xf86dri.c. o Add missing prototype to src/xvmc/xf86dri.h and follow pattern of other headers by adding "extern" before function prototype.
2008-03-26Fix 965+ rendering issues with DRI disabled.Eric Anholt
The new chips no longer automatically flush the rendering cache, so if we don't flush the RC at blockhandler, the last rendering done may not appear on the screen. This was particularly noticable with a bare Xorg with some missing root weave, and terminals where the last character wouldn't appear until the cursor blinked. A flush in the DRI blockhandler path had hidden this issue for most people. (cherry picked from commit 8cdbd55f8075cd18b563badde35815665d7d053e)
2008-03-25Fix 965+ rendering issues with DRI disabled.Eric Anholt
The new chips no longer automatically flush the rendering cache, so if we don't flush the RC at blockhandler, the last rendering done may not appear on the screen. This was particularly noticable with a bare Xorg with some missing root weave, and terminals where the last character wouldn't appear until the cursor blinked. A flush in the DRI blockhandler path had hidden this issue for most people.
2008-03-25Revert "Use mprotect on unbound AGP memory to attempt to catch use while ↵Eric Anholt
unbound." While I still like the idea, the mprotect calls themselves are failing on Linux and causing more trouble than they're worth. This reverts commit a1612b7728d4153499fe86b6713a13c8702cc7d9. Conflicts: src/i830_driver.c src/i830_memory.c (cherry picked from commit c02ab432dd7058c700c35eecf6215daf5f262c51)
2008-03-24Revert "Use mprotect on unbound AGP memory to attempt to catch use while ↵Eric Anholt
unbound." While I still like the idea, the mprotect calls themselves are failing on Linux and causing more trouble than they're worth. This reverts commit a1612b7728d4153499fe86b6713a13c8702cc7d9. Conflicts: src/i830_driver.c src/i830_memory.c
2008-03-24Disable a bunch of clock gating disables on IGD_GM, which doesn't need them.Eric Anholt
Besides our driver having fallen through to the GM965 path for RENCLK_GATE_D1, the BIOS was turning some of these on. It may be relevant for previous platforms as well to zero out the fields that should be zero in the other registers.
2008-03-24Don't try to build XvMC if DRI is disabledJulien Cristau
Instead of failing the build, don't even try unless --enable-xvmc was used.
2008-03-24Fix crash triggered by dpms low power mode with hardware overlay runningMaxim Levitsky
When overlay switch crtc, it ignores current crtc dpms mode which might lead to hang.
2008-03-24Transformed coord computed using floats. Don't move bilinear composite dst.Keith Packard
The homogeneous coordinate computation in the core server cannot be used for many legal matrices as it overflows. Just use floats in the driver; faster and avoids troubles. When compositing with bilinear filter, don't push the dst coordinates around as that makes the output blurry when pixels are aligned.
2008-03-24Don't try to build XvMC if DRI is disabledJulien Cristau
Instead of failing the build, don't even try unless --enable-xvmc was used.
2008-03-24Fix crash triggered by dpms low power mode with hardware overlay runningMaxim Levitsky
When overlay switch crtc, it ignores current crtc dpms mode which might lead to hang.
2008-03-21New upstream release candidateBrice Goglin
2008-03-21Merge tag 'xf86-video-intel-2.2.99.901' into debian-experimentalBrice Goglin
Conflicts: configure.ac src/common.h src/i830.h src/i830_debug.c src/i830_quirks.c src/i830_video.c
2008-03-21Partial revert of 3e7c2a3f7211f0c167e831366aa5bb1ca9215334Brice Goglin
to upload 2.2.99.901 built against Xserver 1.4.
2008-03-21xsfbs.mk: make 'serverabi' depend on 'install'Julien Cristau
See bug#471193, thanks to Bernhard R. Link <brlink@debian.org>
2008-03-21Transformed coord computed using floats. Don't move bilinear composite dst.Keith Packard
The homogeneous coordinate computation in the core server cannot be used for many legal matrices as it overflows. Just use floats in the driver; faster and avoids troubles. When compositing with bilinear filter, don't push the dst coordinates around as that makes the output blurry when pixels are aligned.
2008-03-21xvmc: fix distcheckZhenyu Wang
Add i915 headers in Makefile.am