summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
...
| * r600g: allow driver to work without submitting cmd to GPUJerome Glisse2010-11-101-0/+2
| * ws/r600: match bo_busy shared/fence logic in bo_waitKeith Whitwell2010-11-101-8/+9
| * winsys/xlib: Add cygwin to SConscript.Vinson Lee2010-11-091-1/+1
| * r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)Benjamin Franzke2010-11-083-1/+46
| * scons: DetabifyJakob Bornecrantz2010-11-051-21/+21
| * r600g: set hardware pixel centers according to gl_rasterization_rulesKeith Whitwell2010-11-032-0/+2
| * r600g: propogate resource usage flags to winsys, use to choose bo domainsKeith Whitwell2010-11-033-7/+31
| * r600g: Fixed two memory leaks in winsys.Tilman Sauerbeck2010-11-021-0/+2
| * r600g: Made radeon_bo::map_count signed.Tilman Sauerbeck2010-11-021-1/+1
| * r600g: Fixed unmap condition in radeon_bo_pb_destroy().Tilman Sauerbeck2010-11-021-4/+6
| * r600g: Made radeon_bo_pb_map_internal() actually call radeon_bo_map().Tilman Sauerbeck2010-11-021-13/+7
| * r600g: Removed unused 'ptr' argument from radeon_bo().Tilman Sauerbeck2010-11-023-8/+4
| * scons: Revamp how to specify targets to build.José Fonseca2010-11-011-37/+30
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-288-158/+300
|\|
| * r600g: In radeon_bo(), call LIST_INITHEAD early.Tilman Sauerbeck2010-10-271-1/+1
| * r600g: not fatal if we can't get tiling info from kernelDave Airlie2010-10-231-1/+1
| * winsys/xlib: rename xm->xlibBrian Paul2010-10-211-147/+147
| * winsys/xlib: fix up allocation/dealloction of XImageBrian Paul2010-10-211-1/+8
| * winsys/xlib: use Bool type for shm fieldBrian Paul2010-10-211-5/+5
| * winsys/xlib: formatting fixesBrian Paul2010-10-211-10/+9
| * r600g: retrieve tiling info from kernel for shared buffers.Dave Airlie2010-10-183-2/+42
| * r600g: get tiling info from kernelDave Airlie2010-10-183-0/+68
| * wrapper: Add a way to dewrap a pipe screen without destroying itJakob Bornecrantz2010-10-152-0/+22
| * wrapper: Fix spellingJakob Bornecrantz2010-10-152-2/+2
| * r600/drm: fix segfaults in winsys create failure pathKeith Whitwell2010-10-151-3/+9
* | Some more merge fixesChristian König2010-10-231-16/+2
* | Fix problems created by MergeChristian König2010-10-161-1/+1
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-1267-905/+7949
|\|
| * r600g: Silence uninitialized variable warning.Vinson Lee2010-10-081-1/+2
| * r600g: Silence uninitialized variable warning.Vinson Lee2010-10-081-1/+2
| * r600g: Silence uninitialized variable warning.Vinson Lee2010-10-081-1/+2
| * r600g: Remove unnecessary header.Vinson Lee2010-10-081-1/+0
| * r600g: fix dirty state handlingJerome Glisse2010-10-063-7/+7
| * r600g: avoid segfault due to unintialized list pointerJerome Glisse2010-10-062-7/+9
| * r600g: userspace fence to avoid kernel call for testing bo busy statusJerome Glisse2010-10-055-47/+99
| * r600g: simplify block relocationJerome Glisse2010-10-052-9/+7
| * r600g: use dirty list to track dirty blocksBas Nieuwenhuizen2010-10-053-8/+31
| * r600g: improve bo flushingJerome Glisse2010-10-053-822/+822
| * r600g: store reloc information in bo structureJerome Glisse2010-10-052-23/+16
| * r600g: avoid unneeded bo waitDave Airlie2010-10-051-1/+5
| * r600g: drop use_mem_constant.Dave Airlie2010-10-053-3/+0
| * r600g: drop mman allocatorDave Airlie2010-10-053-8/+1
| * r600g: add bo busy backoff.Dave Airlie2010-10-052-0/+15
| * r600g: add bo fenced list.Dave Airlie2010-10-053-0/+43
| * r600g: Fix SCons build.Vinson Lee2010-10-041-1/+1
| * r600g: remove dead label & fix indentationJerome Glisse2010-10-041-11/+9
| * r600g: rename radeon_ws_bo to r600_boJerome Glisse2010-10-042-1/+1
| * r600g: use r600_bo for relocation argument, simplify codeJerome Glisse2010-10-044-19/+29
| * r600g: allow r600_bo to be a sub allocation of a big boJerome Glisse2010-10-042-4/+4
| * r600g: rename radeon_ws_bo to r600_boJerome Glisse2010-10-044-44/+44