Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-12 | winsys/drm: Add name field to drm_api. | Chia-I Wu | |
The name can be used for driver selection. It has the same name as the DRI driver does right now. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-11-30 | i965g: pass backbuffer tiling information to driver | Keith Whitwell | |
The gem winsys gets this information, needs to pass it on. | |||
2009-11-30 | ws/i965: more debug output | Keith Whitwell | |
2009-11-30 | ws/i965: rename and change sense of I965_SEND_CMD to BRW_NO_HW | Keith Whitwell | |
2009-11-30 | brw: add dumping to gem winsys | Keith Whitwell | |
2009-11-06 | i965g: Fixup buffer creation function | Jakob Bornecrantz | |
First tri! | |||
2009-11-06 | i965g: trivial/clear can now send stuff to hardware | Jakob Bornecrantz | |
Added a flag if we should send commands to hardware as what we send isn't all that correct. | |||
2009-11-06 | i965g: Winsys whitespace | Jakob Bornecrantz | |
2009-11-06 | i965g: Build winsys again | Jakob Bornecrantz | |
2009-11-04 | i965g: convert read/write domain pairs into single usage value | Keith Whitwell | |
Easier to understand what's going on in the driver sources, convert stereotype usage values back to GEM read/write domain flags in the winsys. | |||
2009-11-01 | i965g: driver and winsys compile | Keith Whitwell | |
A milestone of sorts. Still a long way from something working -- the old one compiled too, at least some of the time... | |||
2009-10-24 | ws/i965: renames from i915, hook up makefiles | Keith Whitwell | |
2009-10-23 | ws/i965: clone the i915 winsys | Keith Whitwell | |
I'll want to rework this, not sure trying to share this code is a very good idea at least until the interfaces from the two drivers calm down. |