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_accel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-28
Remove a handful of pointless comments
Kristian Høgsberg
1
-22
/
+8
2009-04-27
Replace I830Sync's irq emit/wait code with bufmgr use.
Eric Anholt
1
-30
/
+1
2009-04-27
unifdef I830_USE_UXA.
Eric Anholt
1
-5
/
+1
2009-04-27
Remove EXA support.
Eric Anholt
1
-24
/
+1
2009-04-27
Remove XAA support.
Eric Anholt
1
-10
/
+0
2009-04-27
Remove DRI1 support.
Eric Anholt
1
-43
/
+0
2009-04-27
Don't try to do anything for I830Sync when VT switched.
Eric Anholt
1
-1
/
+1
2009-04-21
Replace a bunch of #ifdef debug flushing/syncing with a single function.
Eric Anholt
1
-0
/
+11
2009-03-06
intel: Nuke shared-entity support (zaphod mode).
Eric Anholt
1
-3
/
+1
2009-01-20
Remove triple-buffering support
Owain G. Ainsworth
1
-5
/
+0
2009-01-14
Fix ioctl type.
Owain G. Ainsworth
1
-1
/
+1
2008-12-03
Enable tiling for DRI2 back/depth buffers.
Eric Anholt
1
-0
/
+4
2008-11-17
Merge commit 'origin/master' into dri2
Kristian Høgsberg
1
-4
/
+10
2008-10-19
Reduce incidence of MI_FLUSH usage.
Keith Packard
1
-3
/
+2
2008-10-17
Handle differently tiled front/back/depth/third in DRI window management
Keith Packard
1
-1
/
+8
2008-10-14
Update to DRI2 changes.
Kristian Høgsberg
1
-1
/
+1
2008-10-14
Merge commit 'origin/master' into HEAD
Kristian Høgsberg
1
-1
/
+5
2008-10-06
Fix driver build against server 1.4.2.
Eric Anholt
1
-1
/
+5
2008-09-04
DRI2: Move pixmap pitch alignment for use with depth to pixmap create.
Eric Anholt
1
-1
/
+2
2008-08-29
Add DRI2 support.
Kristian Høgsberg
1
-3
/
+3
2008-08-12
Don't wait for ring if kernel mode setting is active
Jesse Barnes
1
-1
/
+1
2008-08-05
Use dri_bo for all object allocations, including pixmaps under uxa
Keith Packard
1
-1
/
+1
2008-08-05
Make EXA functions work for UXA as well
Keith Packard
1
-0
/
+48
2008-08-05
Add UXA - the unified memory acceleration architecture.
Keith Packard
1
-10
/
+21
2008-06-10
[gem] Don't set up the ring in GEM mode, as that'll be handled by the kernel.
Eric Anholt
1
-1
/
+32
2008-06-10
Use batchbuffers instead of ring emits for general commands.
Eric Anholt
1
-15
/
+3
2008-06-05
Replace a couple of wait-for-ring-idles with a single function to do so.
Eric Anholt
1
-1
/
+1
2008-04-17
Make the binding table and surface state be arrays to reduce syncing.
Eric Anholt
1
-3
/
+0
2008-04-10
Keep static copies of the 965 render programs in video memory.
Eric Anholt
1
-0
/
+3
2008-03-14
Change OUT_RING and similar calls to OUT_BATCH for batchbuffer merge
Eric Anholt
1
-8
/
+8
2008-03-06
No ring, no sync
Zhenyu Wang
1
-0
/
+3
2007-11-14
Don't stop ring before restoring hw state
Jesse Barnes
1
-19
/
+0
2007-07-25
When TTM is available, use it instead of manual AGP allocations when possible.
Eric Anholt
1
-0
/
+6
2007-05-18
Fix ring debug code
Wang Zhenyu
1
-7
/
+10
2007-03-05
Merge remote branch 'origin/master' into i830-pageflip
Michel Dänzer
1
-7
/
+7
2007-02-23
Rework the video memory allocation.
Eric Anholt
1
-6
/
+6
2007-02-20
Add support for triple buffering using a third static buffer.
Michel Dänzer
1
-0
/
+3
2007-01-31
Add an accelerated path for rotation Render operations in XAA.
Eric Anholt
1
-0
/
+30
2007-01-06
More sparse cleanups:
Jesse Barnes
1
-4
/
+6
2006-12-12
Move PrintErrorState and CheckInheritedErrors code to i830_debug.c.
Eric Anholt
1
-1
/
+2
2006-08-24
Merge branch 'master' into exa
Wang Zhenyu
1
-3
/
+11
2006-08-21
Fix bug #7930, i810 doesn't compile without DRI
Alan Hourihane
1
-0
/
+4
2006-08-03
Add current Tungsten Graphics code drop for i965 support.
Alan Hourihane
1
-6
/
+69
2006-07-14
Current exa render implement for i830 and i915, test on
Wang Zhenyu
1
-0
/
+3
2006-06-18
Fix DRI in EXA mode: Don't attempt to use XAA symbols (use the driver's internal
Eric Anholt
1
-4
/
+1
2006-04-28
Commit what applied from Jesse Barnes's i830-exa-latest.patch.
Eric Anholt
1
-573
/
+13
2006-03-22
Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.
Kristian Høgsberg
1
-1
/
+0
2005-07-11
Prep for modular builds by adding guarded #include "config.h" everywhere.
XORG-6_8_99_16
XORG-6_8_99_15
Adam Jackson
1
-0
/
+5
2004-07-30
Bug #400 (partial): Driver fixes for the dlloader. When using
Adam Jackson
1
-5
/
+5
2004-06-22
i915 support
Alan Hourihane
1
-62
/
+84
[next]