Jesse Barnes
|
1c7f895fa6
|
Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm into origin/modesetting-101
Conflicts:
shared-core/i915_init.c - reconcile with airlied's new code
|
2007-04-17 10:14:18 -07:00 |
Jesse Barnes
|
5e6c345396
|
Add prototypes for drm_bo_init_mm and drm_buffer_object_create for use by
in-kernel code.
|
2007-04-17 09:57:08 -07:00 |
Dave Airlie
|
79aa1d5474
|
another large overhaul of interactions with userspace...
We need to keep a list of user created fbs to nuke on master exit.
We also need to use the bo properly.
|
2007-04-17 18:16:38 +10:00 |
Dave Airlie
|
2463b03cb4
|
whitespace cleanup pending a kernel merge
|
2007-03-19 08:23:43 +11:00 |
Thomas Hellstrom
|
e0f53e59be
|
Simple fence object sample driver for via, based on idling the GPU.
Buffer object driver for via.
Some changes to buffer object driver callbacks.
Improve fence flushing.
|
2007-02-16 20:22:24 +01:00 |
Thomas Hellstrom
|
7766378d97
|
Initial support for fence object classes.
(Fence objects belonging to different command submission mechanisms).
|
2007-02-15 12:11:38 +01:00 |
Thomas Hellstrom
|
1345076c8f
|
Rename drm_ttm.h to drm_objects.h
Fix up some header incompatibilities in drm_fence.c caused by the previous
commit.
|
2007-02-14 14:10:10 +01:00 |