summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-11-06TV: white space cleanupZhenyu Wang
2008-11-06SDVO: fix more command definition errorsZhenyu Wang
2008-11-06SDVO: add command for set monitor power stateZhenyu Wang
2008-11-06SDVO: add GetScaledHDTVResolutionSupport commandZhenyu Wang
2008-11-06SDVO: fix sdvo tv format and sdtv resolution request/reply definitionZhenyu Wang
2008-11-06SDVO: add HDMI audio encrypt change bit for GetInterruptEventSource commandZhenyu Wang
2008-11-06SDVO: fix wrong order of sdvo version's major/minorZhenyu Wang
2008-11-06Make IS_GM45 into IS_G4X defineZhenyu Wang
2008-11-05i965: Support render acceleration with pixmaps in BOs.Eric Anholt
2008-11-05Make I830FALLBACK debugging a runtime instead of compile-time option.Eric Anholt
2008-11-05Add an option to make the overlay be the first XV adaptor.Maxim Levitsky
2008-11-04Remove the CheckDevices timer.Eric Anholt
2008-11-03Use buffer objects for binding table and surface-state objects.Carl Worth
2008-11-03Unreference the vertex_buffer_bo in gen4_render_state_cleanupCarl Worth
2008-11-03Rename gen4_dynamic_state to gen4_vertex_bufferCarl Worth
2008-11-03965: Move composite setup to new _emit_batch_header_for_compositeCarl Worth
2008-11-03Use buffer object for vertex buffer (in new gen4_dynamic_state)Carl Worth
2008-10-30Don't modify render standby if kernel mode setting is activeJesse Barnes
2008-10-24Quirk: No LVDS on Dell Studio HybridAdam Jackson
2008-10-22Use consistent idiom for obtaining static_stateCarl Worth
2008-10-22Rename state_base_offset to static_state_offset in gen4_static_state_initCarl Worth
2008-10-22Rename gen4_state_init to gen4_static_state_initCarl Worth
2008-10-22Rename gen4_state_t to gen4_static_state_tCarl Worth
2008-10-22Ignore intel_gtt binaryCarl Worth
2008-10-19Enable Option "Legacy3D" for 965 as well, and clarify both the docs and code.Eric Anholt
2008-10-19Use pipes, not planes for sarea geometry dataKeith Packard
2008-10-19Reduce incidence of MI_FLUSH usage.Keith Packard
2008-10-19No need to check for drmCommandWriteRead; we link against libdrmKeith Packard
2008-10-19Remove accidental 'return;' left at the top of I830DRIInitBuffersKeith Packard
2008-10-19Check for DRI module before initializing GEM mmKeith Packard
2008-10-17Handle differently tiled front/back/depth/third in DRI window managementKeith Packard
2008-10-17XAA tiling support was mis-computing adjusted pitch (>>4 instead of >>2)Keith Packard
2008-10-16Don't handle irq in GEM modeZhenyu Wang
2008-10-16Make GTT dumper work on other 9XX chipsZhenyu Wang
2008-10-16Fix Mac mini crash in DDC mode probeAdam Jackson
2008-10-15Remove gratuitous flushing in EXA after solid operations.Eric Anholt
2008-10-14Fix broken stolen memory counting on G4X.Eric Anholt
2008-10-14Add a GTT dumper for G4x debugging.Eric Anholt
2008-10-12Typo fixJulien Cristau
2008-10-12Bug #17892: Fix possible crash in CRT probeZhenyu Wang
2008-10-09For non-DRM, add NOOPs after BATCH_BUFFER_START to verify completionKeith Packard
2008-10-09i830 nondrm batch buffer insertion was missing ADVANCE_LP_RING() callKeith Packard
2008-10-09Disable frame buffer compression by default for GM965.Carl Worth
2008-10-09Remove Lenovo T61 TV quirkZhenyu Wang
2008-10-08Put forware VBIOS data parsingZhenyu Wang
2008-10-07Fix driver build against server master.Lukas Hejtmanek
2008-10-06Fix driver build against server 1.4.2.Eric Anholt
2008-10-06Fix bios_reader build against old servers.Eric Anholt
2008-10-06Add support for RepeatPad and RepeatReflect to 915 and 830-class Render accel.Eric Anholt
2008-10-06Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video...Jesse Barnes