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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-28
NEWS: Add notes for 2.7.99.1 snapshot
2.7.99.1
Carl Worth
1
-0
/
+39
2009-04-28
Remove a handful of pointless comments
Kristian Høgsberg
29
-329
/
+8
2009-04-27
Remove checks for xf86RotateFreeShadow, introduced in server 1.4.
Eric Anholt
2
-30
/
+0
2009-04-27
unifdef LIBPCIACCESS and XSERVER_LIBPCIACCESS.
Eric Anholt
18
-462
/
+13
2009-04-27
Rely on BO pixmaps being present in acceleration paths.
Eric Anholt
2
-26
/
+15
2009-04-27
Remove XF86DRM_MODE.
Eric Anholt
5
-30
/
+2
2009-04-27
Replace I830Sync's irq emit/wait code with bufmgr use.
Eric Anholt
4
-32
/
+30
2009-04-27
Remove I830_XV ifdef.
Eric Anholt
4
-25
/
+1
2009-04-27
Replace i830WaitSync with just I830Sync(), as nearly all callers had it wrong.
Eric Anholt
6
-41
/
+10
2009-04-27
Now that video destination pixmaps are always in BOs, no more MarkSync.
Eric Anholt
2
-10
/
+4
2009-04-27
Remove can_resize, which is now always true (except when a bug interfered)
Eric Anholt
4
-25
/
+3
2009-04-27
unifdef I830_USE_UXA.
Eric Anholt
6
-58
/
+11
2009-04-27
Remove EXA support.
Eric Anholt
10
-556
/
+17
2009-04-27
Remove XAA support.
Eric Anholt
8
-1085
/
+13
2009-04-27
Remove DRI1 support.
Eric Anholt
9
-2087
/
+25
2009-04-27
Remove pre-server-1.5 support.
Eric Anholt
9
-176
/
+1
2009-04-27
Fix assert at startup with DRI initialiation failure.
Eric Anholt
2
-12
/
+10
2009-04-27
Don't clear the framebuffer if it isn't currently bound.
Eric Anholt
1
-1
/
+1
2009-04-27
Don't initialize DRI2 if the fd we get is not master-capable.
Eric Anholt
1
-1
/
+15
2009-04-27
Fix drmSetMaster/DropMaster error messages.
Eric Anholt
1
-4
/
+11
2009-04-27
format == 0 means "use default" in I830DRI2CreateBuffer
Pierre Willenbrock
1
-1
/
+1
2009-04-27
Don't try to do anything for I830Sync when VT switched.
Eric Anholt
1
-1
/
+1
2009-04-24
Free front buffer bo when X exit
Shuang He
2
-2
/
+10
2009-04-24
Fix UXA to build with Sun compilers (use __func__ instead of __FUNCTION__)
Alan Coopersmith
2
-1
/
+11
2009-04-24
DRI2: If the SDK supports it, use the DRI2GetBuffersWithFormat interfaces
Ian Romanick
1
-1
/
+133
2009-04-24
SDVO: switch bus once for i2c transfer
Zhenyu Wang
1
-2
/
+10
2009-04-24
Disable FBC on IGD for UMS
Shaohua Li
1
-0
/
+2
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
3
-1
/
+5
2009-04-21
free allocated name inside sdvo_destroy
Zdenek Kabelac
1
-0
/
+1
2009-04-21
Unreference allocated bos in i965 render error paths
Zdenek Kabelac
1
-1
/
+4
2009-04-21
Fix leak of some 965 render state on VT switch.
Zdenek Kabelac
1
-15
/
+8
2009-04-21
Fix crash with XV with large virtual display
Albert Damen
1
-0
/
+1
2009-04-21
Remove dead xoffset/yoffset from pre-randr.
Eric Anholt
2
-8
/
+1
2009-04-21
Remove dead monitor detect debugger.
Eric Anholt
1
-36
/
+0
2009-04-21
Replace a bunch of #ifdef debug flushing/syncing with a single function.
Eric Anholt
5
-44
/
+30
2009-04-21
Staticize a bunch of functions and variables in the driver.
Eric Anholt
15
-49
/
+37
2009-04-21
Use a static inline to replace if (0) to an unused stub function.
Eric Anholt
2
-12
/
+9
2009-04-21
Remove unused i830_output_type_names
Eric Anholt
2
-11
/
+0
2009-04-21
Remove dead mono cursor load code.
Eric Anholt
2
-14
/
+0
2009-04-21
Rename EXA rendering functions to UXA, since we're keeping them post-EXA.
Eric Anholt
1
-21
/
+21
2009-04-21
Remove some dead i830.h struct members.
Eric Anholt
1
-8
/
+0
2009-04-21
Require xserver 1.3
Julien Cristau
10
-106
/
+8
2009-04-20
fix overflow warning on videoRam
Zhenyu Wang
1
-1
/
+1
2009-04-17
DRI2: Respect the src and dst parameters of CopyRegion.
Ian Romanick
1
-6
/
+12
2009-04-15
Increment version to 2.7.99.1
Carl Worth
1
-1
/
+1
2009-04-15
RELEASING: Note that --with-xserver-source is needed for make distcheck
Carl Worth
1
-0
/
+4
2009-04-15
README: Fix typos in chipset list, and point to how_to_report_bug web page
Carl Worth
1
-9
/
+5
2009-04-15
AUTHORS: Add Robert Lowery to the authors file
Carl Worth
1
-0
/
+1
2009-04-15
Fix typo in comment
Robert Lowery
1
-1
/
+1
[next]