index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
common
/
dri_bufmgr_fake.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: initial attempt at fixing the aperture overflow
Dave Airlie
2008-04-18
1
-35
/
+37
*
bufmgr_fake: disable debugging again
Dave Airlie
2008-04-16
1
-1
/
+1
*
intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer...
Dave Airlie
2008-04-16
1
-10
/
+111
*
intel: Use _mesa_ffs wrapper, and fix a use-after-free with INTEL_DEBUG=buf.
Michal Wajdeczko
2008-03-21
1
-3
/
+7
*
[intel] Bug #13636: Allow recursive buffer mapping in bufmgr_ttm.
Eric Anholt
2008-02-15
1
-1
/
+4
*
When mapping, wait on the buffer's fence, not hardware idle, in bufmgr_fake
Eric Anholt
2008-02-13
1
-2
/
+19
*
Remove O(n^2) debugging code from non-debug path of dri_bufmgr_fake.
Eric Anholt
2008-02-13
1
-4
/
+7
*
[intel] Fix memory leak with fake bufmgr.
Eric Anholt
2008-01-18
1
-1
/
+6
*
[intel] Convert relocations to not be cleared out on buffer submit.
Eric Anholt
2008-01-03
1
-168
/
+126
*
[intel] Initialize debug flag for dri_bufmgrs
Eric Anholt
2007-12-14
1
-0
/
+2
*
[intel] Remove broken mutex protection from dri_bufmgrs.
Eric Anholt
2007-12-13
1
-101
/
+55
*
[intel] Enable INTEL_DEBUG=bufmgr output in TTM mode as well as classic.
Eric Anholt
2007-12-13
1
-9
/
+1
*
[intel] assert that buffers are not mapped at last unreference.
Eric Anholt
2007-12-13
1
-0
/
+1
*
[intel] Assert against conflicting relocation emits in bufmgr_fake.c
Eric Anholt
2007-12-12
1
-0
/
+12
*
[965] Convert the driver to dri_bufmgr interface and enable TTM.
Eric Anholt
2007-12-07
1
-4
/
+38
*
[intel] Move batch bo_unmap from TTM code to shared, and add more asserts.
Eric Anholt
2007-11-30
1
-0
/
+7
*
[intel] Fix the type and naming of the flags/mask args to TTM functions.
Eric Anholt
2007-11-30
1
-6
/
+6
*
[i915] Make INTEL_DEBUG=bufmgr actually do things for bufmgr_fake.
Eric Anholt
2007-11-29
1
-6
/
+14
*
[intel] Add some doxygen notes on what the bufmgr_fake block members mean.
Eric Anholt
2007-11-16
1
-2
/
+11
*
[intel] Add a simple relocation cache to the fake buffer manager.
Eric Anholt
2007-11-16
1
-35
/
+91
*
[intel] Assert against 0-sized buffers in dri_bufmgr_fake.c.
Eric Anholt
2007-11-16
1
-0
/
+4
*
[intel] Add support for multiple levels of relocation in bufmgr_fake.
Eric Anholt
2007-11-16
1
-69
/
+130
*
i915: fixup up bufmgr to pass num buffers to kernel
Dave Airlie
2007-10-09
1
-9
/
+10
*
i915: add superioctl support to the ttm codepaths.
Dave Airlie
2007-10-04
1
-1
/
+1
*
i915: add superioctl initial support inside bufmgr ttm
Dave Airlie
2007-10-03
1
-1
/
+1
*
i915/drmbuf: attempt to push relocations into buffer manager
Dave Airlie
2007-10-03
1
-1
/
+130
*
Don't try to use kernel BO flags in dri_bufmgr_fake internals.
Eric Anholt
2007-08-02
1
-9
/
+10
*
bufmgr_fake: eliminate the referenced list, which is now just on_hardware.
Eric Anholt
2007-07-31
1
-41
/
+8
*
bufmgr_fake: Keep the bufmgr lock held while freeing a block.
Eric Anholt
2007-07-05
1
-1
/
+1
*
Merge branch 'i915-unification' of git+ssh://people.freedesktop.org/~anholt/m...
Eric Anholt
2007-07-05
1
-5
/
+34
|
\
|
*
Improve fake bufmgr debugging, and don't try to migrate static buffers.
Eric Anholt
2007-06-21
1
-5
/
+34
*
|
Add buffer manager destroy function.
Eric Anholt
2007-05-31
1
-0
/
+11
|
/
*
Replace the flags/hint arguments to bo_alloc{,_static} with a location mask.
Eric Anholt
2007-05-24
1
-10
/
+10
*
Fix another mis-calling of _fence_wait_internal.
Eric Anholt
2007-05-18
1
-1
/
+1
*
Fix double-counting of low_offset in block->virtual.
Eric Anholt
2007-05-18
1
-1
/
+2
*
Zero out bufmgr_fake on alloc.
Eric Anholt
2007-05-18
1
-1
/
+1
*
Dead code elimination and fix bufmgr_fake_wait_idle.
Eric Anholt
2007-05-18
1
-4
/
+1
*
Fix some use-before-initialize in bufmgr_fake.
Eric Anholt
2007-05-18
1
-0
/
+5
*
WIP: Replace TTM buffer pool manager with a simplified interface.
Eric Anholt
2007-05-16
1
-0
/
+871