index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_bufmgr_ttm.c
Age
Commit message (
Expand
)
Author
2008-02-12
[intel] Remove cached reloc data buffer now that it's not a BO.
Eric Anholt
2008-02-12
[intel] Fix type of some more flags variables for uint64_t flags.
Eric Anholt
2008-02-12
[intel] Note when BO map/unmap fail with TTM.
Eric Anholt
2008-02-12
[intel] Fix INTEL_DEBUG=bufmgr after relocation interface fixups.
Eric Anholt
2008-02-05
[965] Fix TTM relocation caching overzealousness.
Eric Anholt
2008-02-01
Revert "intel: don't apply the relocation optimization if a target"
Eric Anholt
2008-01-31
intel: don't apply the relocation optimization if a target
Xiang, Haihao
2008-01-24
Bufmgr cleanup from intel-batchbuffer branch of 2d driver.
Eric Anholt
2008-01-24
Clean up comments/dead code from relocation buffer change.
Eric Anholt
2008-01-24
i915: move to using copy from user for relocations
Dave Airlie
2008-01-18
[intel] Use a static array for the validation list instead of a linked list.
Eric Anholt
2008-01-15
[965] Increase max relocation count, fixing assertions by blender.
Eric Anholt
2008-01-14
[intel] Delay unmapping of driver-private buffers to reduce map/unmap thrashing.
Eric Anholt
2008-01-10
[intel] Report buffer size when allocating with INTEL_DEBUG=bufmgr and TTM.
Eric Anholt
2008-01-08
[intel] Add TTM bufmgr debug for type or offset migration of buffers.
Eric Anholt
2008-01-04
intel: some initialization for dri_bufmgr_ttm
Xiang, Haihao
2008-01-03
[intel] Add a single-entry relocation buffer cache.
Eric Anholt
2008-01-03
[intel] Convert relocations to not be cleared out on buffer submit.
Eric Anholt
2008-01-02
Revert "[intel] Use the memory type mask containing the caching flags."
Eric Anholt
2008-01-02
[intel] Use the memory type mask containing the caching flags.
Eric Anholt
2008-01-02
Set correct flags mask when validating buffers.
Keith Packard
2007-12-14
[intel] Fix uninitialized data in screen-region buffer objects.
Eric Anholt
2007-12-14
[intel] Remove excessive validation debugging.
Eric Anholt
2007-12-14
[intel] Initialize debug flag for dri_bufmgrs
Eric Anholt
2007-12-14
[intel] warnings cleanup
Eric Anholt
2007-12-14
[intel] Remove the relocation buffer lists and just cache one per buffer.
Eric Anholt
2007-12-13
[intel] Remove broken mutex protection from dri_bufmgrs.
Eric Anholt
2007-12-13
[intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic.
Eric Anholt
2007-12-12
[intel] Move bufmgr back to context instead of screen, fixing glthreads.
Eric Anholt
2007-12-11
Block in kernel waiting for fence
Keith Packard
2007-12-11
Use previous buffer offsets to compute proposed relocations
Keith Packard
2007-11-30
[intel] Move batch bo_unmap from TTM code to shared, and add more asserts.
Eric Anholt
2007-11-30
[intel] Add failure path printfs to relocation code and some comments.
Eric Anholt
2007-11-30
[intel] Simplify TTM relocation code by passing around bufmgr struct.
Eric Anholt
2007-11-30
[intel] Fix the type and naming of the flags/mask args to TTM functions.
Eric Anholt
2007-11-30
[intel] intel_bufmgr_ttm style sanity
Eric Anholt
2007-11-09
[intel] Move over files that will be shared with 965-fbo work.
Eric Anholt