Age | Commit message (Expand) | Author |
2010-10-27 | r600g: In radeon_bo(), call LIST_INITHEAD early. | Tilman Sauerbeck |
2010-10-23 | r600g: not fatal if we can't get tiling info from kernel | Dave Airlie |
2010-10-21 | winsys/xlib: rename xm->xlib | Brian Paul |
2010-10-21 | winsys/xlib: fix up allocation/dealloction of XImage | Brian Paul |
2010-10-21 | winsys/xlib: use Bool type for shm field | Brian Paul |
2010-10-21 | winsys/xlib: formatting fixes | Brian Paul |
2010-10-18 | r600g: retrieve tiling info from kernel for shared buffers. | Dave Airlie |
2010-10-18 | r600g: get tiling info from kernel | Dave Airlie |
2010-10-15 | wrapper: Add a way to dewrap a pipe screen without destroying it | Jakob Bornecrantz |
2010-10-15 | wrapper: Fix spelling | Jakob Bornecrantz |
2010-10-15 | r600/drm: fix segfaults in winsys create failure path | Keith Whitwell |
2010-10-08 | r600g: Silence uninitialized variable warning. | Vinson Lee |
2010-10-08 | r600g: Silence uninitialized variable warning. | Vinson Lee |
2010-10-08 | r600g: Silence uninitialized variable warning. | Vinson Lee |
2010-10-08 | r600g: Remove unnecessary header. | Vinson Lee |
2010-10-06 | r600g: fix dirty state handling | Jerome Glisse |
2010-10-06 | r600g: avoid segfault due to unintialized list pointer | Jerome Glisse |
2010-10-05 | r600g: userspace fence to avoid kernel call for testing bo busy status | Jerome Glisse |
2010-10-05 | r600g: simplify block relocation | Jerome Glisse |
2010-10-05 | r600g: use dirty list to track dirty blocks | Bas Nieuwenhuizen |
2010-10-05 | r600g: improve bo flushing | Jerome Glisse |
2010-10-05 | r600g: store reloc information in bo structure | Jerome Glisse |
2010-10-05 | r600g: avoid unneeded bo wait | Dave Airlie |
2010-10-05 | r600g: drop use_mem_constant. | Dave Airlie |
2010-10-05 | r600g: drop mman allocator | Dave Airlie |
2010-10-05 | r600g: add bo busy backoff. | Dave Airlie |
2010-10-05 | r600g: add bo fenced list. | Dave Airlie |
2010-10-04 | r600g: Fix SCons build. | Vinson Lee |
2010-10-04 | r600g: remove dead label & fix indentation | Jerome Glisse |
2010-10-04 | r600g: rename radeon_ws_bo to r600_bo | Jerome Glisse |
2010-10-04 | r600g: use r600_bo for relocation argument, simplify code | Jerome Glisse |
2010-10-04 | r600g: allow r600_bo to be a sub allocation of a big bo | Jerome Glisse |
2010-10-04 | r600g: rename radeon_ws_bo to r600_bo | Jerome Glisse |
2010-10-04 | r600g: TODO domain management | Dave Airlie |
2010-10-04 | r600g: fix wwarning in bo_map function | Dave Airlie |
2010-10-04 | r600g: break out of search for reloc bo after finding it. | Dave Airlie |
2010-10-01 | r600g: setup basic loop consts on r600 + evergreen. | Dave Airlie |
2010-10-01 | r600g: flush SH cache on constant change on evergreen | Dave Airlie |
2010-10-01 | r600g: fix evergreen draw-buffers | Dave Airlie |
2010-10-01 | r600g: add cb flushing for extra buffers + depth buffer on r600/evergreen | Dave Airlie |
2010-10-01 | r600g: sync vertex/texture cache on resources on evergreen | Dave Airlie |
2010-10-01 | r600g: add reloc for evergreen color attrib | Dave Airlie |
2010-10-01 | r600g: add winsys support for CTL constants. | Dave Airlie |
2010-10-01 | r600g: use Elements macro instead of manual sizeofs | Dave Airlie |
2010-09-30 | r600g: keep a mapping around for each bo | John Doe |
2010-09-30 | r600g: don't double count dirty block | John Doe |
2010-09-30 | evergreeng: avoid overlapping border color btw VS & PS | Jerome Glisse |
2010-09-30 | r600g: use constant buffer instead of register for constant | Jerome Glisse |
2010-09-30 | gallium/winsys: remove duplicated include | Nicolas Kaiser |
2010-09-30 | r600g: clean up some code from move to new paths. | Dave Airlie |