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
2010-02-20
Remove dead i830_ring.h.
Eric Anholt
1
-1
/
+0
2009-12-07
batch: Ensure we send a MI_FLUSH in the block handler for TFP
Chris Wilson
1
-2
/
+2
2009-12-02
Remove flush parameter from intel_batch_flush()
Chris Wilson
1
-15
/
+1
2009-12-02
Rename I830Sync() to intel_sync()
Chris Wilson
1
-1
/
+1
2009-12-02
batch: Avoid flushing a NULL batch
Chris Wilson
1
-1
/
+1
2009-12-02
Review use of errno after libdrm call
Chris Wilson
1
-2
/
+0
2009-11-30
debug: Don't always flush the batch when emitting a debugging flush
Chris Wilson
1
-1
/
+4
2009-11-29
batch: Track pixmap domains.
Chris Wilson
1
-20
/
+1
2009-10-14
debug: Enable cache flushing after every operation
Chris Wilson
1
-0
/
+3
2009-10-14
conf: Add debugging flush options
Chris Wilson
1
-6
/
+3
2009-10-08
Rename the xv pPriv to adaptor_priv to reflect whose private it is.
Eric Anholt
1
-3
/
+3
2009-10-08
Call pPixmaps plain old pixmaps.
Eric Anholt
1
-2
/
+2
2009-10-08
Rename the xf86 screen private from pScrn to scrn.
Eric Anholt
1
-10
/
+10
2009-10-08
Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.
Eric Anholt
1
-14
/
+14
2009-10-06
Remove the reg_dumper code, now that it's been moved to intel_gpu_tools.
Eric Anholt
1
-1
/
+0
2009-10-06
Move to kernel coding style.
Eric Anholt
1
-87
/
+81
2009-10-06
Remove UMS support.
Eric Anholt
1
-69
/
+0
2009-10-05
Remove error state dumping code.
Eric Anholt
1
-4
/
+0
2009-07-22
Only align DRI2 tiled pixmaps to the DRI2 tiled pixmap alignment requirement.
Eric Anholt
1
-3
/
+0
2009-07-10
Remove NoAccel support
Keith Packard
1
-9
/
+2
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
[next]