index
:
platform/upstream/xf86-video-intel
accepted/tizen_3.0.2014.q3_common
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
pristine-tar
sandbox/pcoval/devel
sandbox/pcoval/latest
sandbox/pcoval/tizen
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
upstream
Domain: Graphics System / X Window System;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i830_driver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-27
Remove XF86DRM_MODE.
Eric Anholt
1
-11
/
+0
2009-04-27
Remove I830_XV ifdef.
Eric Anholt
1
-13
/
+0
2009-04-27
Replace i830WaitSync with just I830Sync(), as nearly all callers had it wrong.
Eric Anholt
1
-22
/
+1
2009-04-27
Remove can_resize, which is now always true (except when a bug interfered)
Eric Anholt
1
-11
/
+2
2009-04-27
unifdef I830_USE_UXA.
Eric Anholt
1
-27
/
+6
2009-04-27
Remove EXA support.
Eric Anholt
1
-108
/
+5
2009-04-27
Remove XAA support.
Eric Anholt
1
-122
/
+1
2009-04-27
Remove DRI1 support.
Eric Anholt
1
-185
/
+6
2009-04-27
Fix assert at startup with DRI initialiation failure.
Eric Anholt
1
-12
/
+9
2009-04-27
Fix drmSetMaster/DropMaster error messages.
Eric Anholt
1
-4
/
+11
2009-04-24
Free front buffer bo when X exit
Shuang He
1
-0
/
+6
2009-04-22
Revert "fix overflow warning on videoRam"
Eric Anholt
1
-1
/
+1
2009-04-21
Remember allocated offscreenImages memory for freeing it in CloseScreen()
Zdenek Kabelac
1
-0
/
+2
2009-04-21
Remove dead xoffset/yoffset from pre-randr.
Eric Anholt
1
-4
/
+1
2009-04-21
Remove dead monitor detect debugger.
Eric Anholt
1
-36
/
+0
2009-04-21
Staticize a bunch of functions and variables in the driver.
Eric Anholt
1
-3
/
+3
2009-04-21
Use a static inline to replace if (0) to an unused stub function.
Eric Anholt
1
-9
/
+2
2009-04-21
Remove unused i830_output_type_names
Eric Anholt
1
-9
/
+0
2009-04-20
fix overflow warning on videoRam
Zhenyu Wang
1
-1
/
+1
2009-04-15
Fix typo in comment
Robert Lowery
1
-1
/
+1
2009-04-15
Clarify that the default acceleration is UXA if KMS is available.
Carl Worth
1
-2
/
+5
2009-04-03
Fix offset in begin_gtt_access case
Jesse Barnes
1
-1
/
+2
2009-03-30
Tiling fixes, third set
Jesse Barnes
1
-5
/
+23
2009-03-18
Create known output configuration at EnterVT time
Jesse Barnes
1
-2
/
+20
2009-03-16
Revert EXA_DRIVER_KNOWN_MAJOR bump
Keith Packard
1
-5
/
+0
2009-03-13
Use CopyArea to load glyphs from per-glyph pixmap to cache pixmap
Keith Packard
1
-0
/
+5
2009-03-13
Use UXA when KMS is active
Jesse Barnes
1
-6
/
+2
2009-03-11
Drop Legacy3D option, only use fixed texture space with non-gem.
Kristian Høgsberg
1
-9
/
+0
2009-03-06
clean up arguments to i830_allocate_framebuffer since zaphod removal.
Eric Anholt
1
-2
/
+1
2009-03-06
Remove configurable support for disabling XV.
Eric Anholt
1
-23
/
+5
2009-03-06
Remove configured SW cursor support.
Eric Anholt
1
-26
/
+11
2009-03-06
Remove StolenOnly support.
Eric Anholt
1
-33
/
+16
2009-03-06
intel: Nuke shared-entity support (zaphod mode).
Eric Anholt
1
-164
/
+30
2009-03-06
remove more page flipping leftovers.
Eric Anholt
1
-3
/
+1
2009-03-04
Use drmSetMaster() and drmDropMaster() in enter/leave VT
Kristian Høgsberg
1
-0
/
+16
2009-02-26
Intel video driver patch
Shaohua Li
1
-1
/
+11
2009-02-26
Fix UXA for server 1.4.
Eric Anholt
1
-1
/
+3
2009-02-26
Disable fb resizing for DRI1-only server so that DRI1 can initialize.
Eric Anholt
1
-0
/
+4
2009-02-24
Don't do AdjustFrame in KMS mode.
Eric Anholt
1
-0
/
+3
2009-02-21
Move disable_render_standby to EnterVT instead of startup.
Helge Bahmann
1
-3
/
+3
2009-02-20
Dont allocate overlay registers in KMS mode.
Kristian Høgsberg
1
-6
/
+0
2009-02-18
Make Xv used a buffer object instead of i830_memory.
Kristian Høgsberg
1
-1
/
+1
2009-02-16
Safely init SDVO found variable
Zhenyu Wang
1
-1
/
+1
2009-02-13
Fix SDVO/HDMI detect
Zhenyu Wang
1
-8
/
+8
2009-02-13
SDVO: remove ForceSDVODetect option
Zhenyu Wang
1
-10
/
+2
2009-02-02
Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.
Kristian Høgsberg
1
-0
/
+1
2009-02-02
Fix last-minute "cleanup" that broke the patch.
Kristian Høgsberg
1
-1
/
+0
2009-02-01
Implement front buffer resize for KMS.
Kristian Høgsberg
1
-8
/
+28
2009-01-27
Support tiled back/depth on 915-class hardware with DRI2.
Jesse Barnes
1
-0
/
+1
2009-01-21
Don't run in KD_TEXT mode even with KMS
Jesse Barnes
1
-8
/
+0
[next]