summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2010-11-02r600g: Made radeon_bo::map_count signed.Tilman Sauerbeck1-1/+1
2010-11-02r600g: Fixed unmap condition in radeon_bo_pb_destroy().Tilman Sauerbeck1-4/+6
2010-11-02r600g: Made radeon_bo_pb_map_internal() actually call radeon_bo_map().Tilman Sauerbeck1-13/+7
2010-11-02r600g: Removed unused 'ptr' argument from radeon_bo().Tilman Sauerbeck3-8/+4
2010-11-01scons: Revamp how to specify targets to build.José Fonseca1-37/+30
2010-10-27r600g: In radeon_bo(), call LIST_INITHEAD early.Tilman Sauerbeck1-1/+1
2010-10-23r600g: not fatal if we can't get tiling info from kernelDave Airlie1-1/+1
2010-10-21winsys/xlib: rename xm->xlibBrian Paul1-147/+147
2010-10-21winsys/xlib: fix up allocation/dealloction of XImageBrian Paul1-1/+8
2010-10-21winsys/xlib: use Bool type for shm fieldBrian Paul1-5/+5
2010-10-21winsys/xlib: formatting fixesBrian Paul1-10/+9
2010-10-18r600g: retrieve tiling info from kernel for shared buffers.Dave Airlie3-2/+42
2010-10-18r600g: get tiling info from kernelDave Airlie3-0/+68
2010-10-15wrapper: Add a way to dewrap a pipe screen without destroying itJakob Bornecrantz2-0/+22
2010-10-15wrapper: Fix spellingJakob Bornecrantz2-2/+2
2010-10-15r600/drm: fix segfaults in winsys create failure pathKeith Whitwell1-3/+9
2010-10-08r600g: Silence uninitialized variable warning.Vinson Lee1-1/+2
2010-10-08r600g: Silence uninitialized variable warning.Vinson Lee1-1/+2
2010-10-08r600g: Silence uninitialized variable warning.Vinson Lee1-1/+2
2010-10-08r600g: Remove unnecessary header.Vinson Lee1-1/+0
2010-10-06r600g: fix dirty state handlingJerome Glisse3-7/+7
2010-10-06r600g: avoid segfault due to unintialized list pointerJerome Glisse2-7/+9
2010-10-05r600g: userspace fence to avoid kernel call for testing bo busy statusJerome Glisse5-47/+99
2010-10-05r600g: simplify block relocationJerome Glisse2-9/+7
2010-10-05r600g: use dirty list to track dirty blocksBas Nieuwenhuizen3-8/+31
2010-10-05r600g: improve bo flushingJerome Glisse3-822/+822
2010-10-05r600g: store reloc information in bo structureJerome Glisse2-23/+16
2010-10-05r600g: avoid unneeded bo waitDave Airlie1-1/+5
2010-10-05r600g: drop use_mem_constant.Dave Airlie3-3/+0
2010-10-05r600g: drop mman allocatorDave Airlie3-8/+1
2010-10-05r600g: add bo busy backoff.Dave Airlie2-0/+15
2010-10-05r600g: add bo fenced list.Dave Airlie3-0/+43
2010-10-04r600g: Fix SCons build.Vinson Lee1-1/+1
2010-10-04r600g: remove dead label & fix indentationJerome Glisse1-11/+9
2010-10-04r600g: rename radeon_ws_bo to r600_boJerome Glisse2-1/+1
2010-10-04r600g: use r600_bo for relocation argument, simplify codeJerome Glisse4-19/+29
2010-10-04r600g: allow r600_bo to be a sub allocation of a big boJerome Glisse2-4/+4
2010-10-04r600g: rename radeon_ws_bo to r600_boJerome Glisse4-44/+44
2010-10-04r600g: TODO domain managementDave Airlie1-2/+2
2010-10-04r600g: fix wwarning in bo_map functionDave Airlie1-0/+1
2010-10-04r600g: break out of search for reloc bo after finding it.Dave Airlie1-0/+1
2010-10-01r600g: setup basic loop consts on r600 + evergreen.Dave Airlie2-0/+42
2010-10-01r600g: flush SH cache on constant change on evergreenDave Airlie1-2/+2
2010-10-01r600g: fix evergreen draw-buffersDave Airlie1-1/+1
2010-10-01r600g: add cb flushing for extra buffers + depth buffer on r600/evergreenDave Airlie2-3/+37
2010-10-01r600g: sync vertex/texture cache on resources on evergreenDave Airlie1-2/+2
2010-10-01r600g: add reloc for evergreen color attribDave Airlie1-12/+12
2010-10-01r600g: add winsys support for CTL constants.Dave Airlie3-0/+22
2010-10-01r600g: use Elements macro instead of manual sizeofsDave Airlie2-10/+12
2010-09-30r600g: keep a mapping around for each boJohn Doe2-51/+54