index
:
~abj/xf86-video-intel
master
rs
xf86-video-intel experimentsxf86-video-intel experimentsxf86-video-intel experimentsxf86-video-intel experimentsxf86-video-intel experiments
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i965_render.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-29
batch: Emit a 'pipelined' flush when using a dirty source.
Chris Wilson
1
-0
/
+4
2009-11-29
batch: Track pixmap domains.
Chris Wilson
1
-8
/
+11
2009-11-10
Check that batch buffers are atomic.
Chris Wilson
1
-7
/
+7
2009-11-05
Remove flow-control macros for fallbacks in the 2D driver.
Eric Anholt
1
-34
/
+73
2009-10-14
conf: Add debugging flush options
Chris Wilson
1
-2
/
+0
2009-10-08
Call pPixmaps plain old pixmaps.
Eric Anholt
1
-6
/
+6
2009-10-08
de-pCamelHungarian the Render pictures and pixmaps.
Eric Anholt
1
-78
/
+78
2009-10-08
Share several render fields between render implementations.
Eric Anholt
1
-22
/
+14
2009-10-08
Rename the xf86 screen private from pScrn to scrn.
Eric Anholt
1
-47
/
+47
2009-10-08
Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.
Eric Anholt
1
-87
/
+87
2009-10-06
Move to kernel coding style.
Eric Anholt
1
-1457
/
+1486
2009-10-06
Remove UMS support.
Eric Anholt
1
-4
/
+1
2009-09-14
Avoid fallbacks for compositing gradient patterns
Chris Wilson
1
-22
/
+24
2009-08-07
Align tiled pixmap height so we don't address beyond the end of our buffers.
Eric Anholt
1
-2
/
+0
2009-07-09
Remove bad comment about 3DSTATE_DRAWING_RECTANGLE size.
Eric Anholt
1
-1
/
+1
2009-06-30
Enable 2D composite on IGDNG
Xiang Haihao
1
-61
/
+277
2009-05-26
Revert "Rely on BO pixmaps being present in acceleration paths."
Carl Worth
1
-14
/
+18
2009-04-27
Rely on BO pixmaps being present in acceleration paths.
Eric Anholt
1
-18
/
+14
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
Replace a bunch of #ifdef debug flushing/syncing with a single function.
Eric Anholt
1
-9
/
+1
2009-04-21
Staticize a bunch of functions and variables in the driver.
Eric Anholt
1
-1
/
+1
2009-03-06
intel: Nuke shared-entity support (zaphod mode).
Eric Anholt
1
-1
/
+1
2009-03-04
Fix serious memory leak at Enter/LeaveVT
Lukas Hejtmanek
1
-3
/
+14
2009-01-27
Don't forget the new state bos in check_aperture.
Eric Anholt
1
-35
/
+47
2009-01-21
Move i965 render sampler state to BOs.
Eric Anholt
1
-103
/
+85
2009-01-21
Move i965 render kernels to BOs.
Eric Anholt
1
-45
/
+30
2009-01-21
Move 965 render unit state to BOs.
Eric Anholt
1
-138
/
+254
2009-01-21
Remove 965 render wm scratch space, which was just unused.
Eric Anholt
1
-10
/
+3
2009-01-20
Use drm_intel_bo_subdata to put render vb data in.
Eric Anholt
1
-11
/
+4
2009-01-20
Move i965 render vb setup to use time, and decouple state emit from it.
Eric Anholt
1
-34
/
+55
2009-01-20
Move i965 render transform setup from emit_composite_state to prepare_composite.
Eric Anholt
1
-28
/
+22
2009-01-20
i965: Pull check_aperture out to a separate function and make it dtrt.
Eric Anholt
1
-62
/
+32
2009-01-20
Move filter computation from emit_batch_header to prepare_composite.
Eric Anholt
1
-21
/
+31
2009-01-20
Use intel_emit_reloc from video to prettify 965 render bind_bo setup.
Eric Anholt
1
-16
/
+16
2009-01-20
Move i965 render state bo setup back to prepare_composite.
Eric Anholt
1
-66
/
+60
2009-01-06
Handle drm_bo_map failure in 965 video and composite paths.
Keith Packard
1
-3
/
+19
2008-12-29
Don't count vertex buffer in second aperture size check
Zhenyu Wang
1
-6
/
+5
2008-12-08
Set vertex_buffer_bo to NULL after unreference.
Carl Worth
1
-1
/
+3
2008-12-08
i965: Add batch_flush_notify hook to create new vertex-buffer bo
Carl Worth
1
-2
/
+23
2008-11-24
refresh batch_bo reference after intel_batch_flush()
Wu Fengguang
1
-0
/
+1
2008-11-06
Make IS_GM45 into IS_G4X define
Zhenyu Wang
1
-1
/
+1
2008-11-05
i965: Support render acceleration with pixmaps in BOs.
Eric Anholt
1
-21
/
+45
2008-11-05
Make I830FALLBACK debugging a runtime instead of compile-time option.
Eric Anholt
1
-17
/
+4
2008-11-03
Use buffer objects for binding table and surface-state objects.
Carl Worth
1
-62
/
+45
2008-11-03
Unreference the vertex_buffer_bo in gen4_render_state_cleanup
Carl Worth
1
-1
/
+5
2008-11-03
Rename gen4_dynamic_state to gen4_vertex_buffer
Carl Worth
1
-25
/
+19
2008-11-03
965: Move composite setup to new _emit_batch_header_for_composite
Carl Worth
1
-43
/
+74
2008-11-03
Use buffer object for vertex buffer (in new gen4_dynamic_state)
Carl Worth
1
-15
/
+116
2008-10-22
Use consistent idiom for obtaining static_state
Carl Worth
1
-1
/
+1
[prev]
[next]