summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
2010-11-23gallium/egl: fix r300 vs r600 loadingAlex Deucher
2010-11-22r600g: add support for ontario APUsAlex Deucher
2010-11-22r600g: fix some winsys functions to deal properly with evergreenAlex Deucher
2010-11-22r600g: fix additional EVENT_WRITE packetAlex Deucher
2010-11-21i915g: kill idws->poolDaniel Vetter
2010-11-21i915g: kill buf->map_gttDaniel Vetter
2010-11-19r600g: add fetch shader capabilitiesJerome Glisse
2010-11-19r600g: All EVENT_WRITE packets need the EVENT_INDEX fieldAlex Deucher
2010-11-19r600g: fix occlusion query on evergreen (avoid lockup)Jerome Glisse
2010-11-17r600g: fix buffer alignmentAlex Deucher
2010-11-15r600g: Cleanup the fenced_bo list in r600_context_fini().Henri Verbeet
2010-11-12nvc0: import nvc0 gallium driverChristoph Bumiller
2010-11-10r600g: allow driver to work without submitting cmd to GPUJerome Glisse
2010-11-10ws/r600: match bo_busy shared/fence logic in bo_waitKeith Whitwell
2010-11-09winsys/xlib: Add cygwin to SConscript.Vinson Lee
2010-11-08r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)Benjamin Franzke
2010-11-05scons: DetabifyJakob Bornecrantz
2010-11-03r600g: set hardware pixel centers according to gl_rasterization_rulesKeith Whitwell
2010-11-03r600g: propogate resource usage flags to winsys, use to choose bo domainsKeith Whitwell
2010-11-02r600g: Fixed two memory leaks in winsys.Tilman Sauerbeck
2010-11-02r600g: Made radeon_bo::map_count signed.Tilman Sauerbeck
2010-11-02r600g: Fixed unmap condition in radeon_bo_pb_destroy().Tilman Sauerbeck
2010-11-02r600g: Made radeon_bo_pb_map_internal() actually call radeon_bo_map().Tilman Sauerbeck
2010-11-02r600g: Removed unused 'ptr' argument from radeon_bo().Tilman Sauerbeck
2010-11-01scons: Revamp how to specify targets to build.José Fonseca
2010-10-27r600g: In radeon_bo(), call LIST_INITHEAD early.Tilman Sauerbeck
2010-10-23r600g: not fatal if we can't get tiling info from kernelDave Airlie
2010-10-21winsys/xlib: rename xm->xlibBrian Paul
2010-10-21winsys/xlib: fix up allocation/dealloction of XImageBrian Paul
2010-10-21winsys/xlib: use Bool type for shm fieldBrian Paul
2010-10-21winsys/xlib: formatting fixesBrian Paul
2010-10-18r600g: retrieve tiling info from kernel for shared buffers.Dave Airlie
2010-10-18r600g: get tiling info from kernelDave Airlie
2010-10-15wrapper: Add a way to dewrap a pipe screen without destroying itJakob Bornecrantz
2010-10-15wrapper: Fix spellingJakob Bornecrantz
2010-10-15r600/drm: fix segfaults in winsys create failure pathKeith Whitwell
2010-10-08r600g: Silence uninitialized variable warning.Vinson Lee
2010-10-08r600g: Silence uninitialized variable warning.Vinson Lee
2010-10-08r600g: Silence uninitialized variable warning.Vinson Lee
2010-10-08r600g: Remove unnecessary header.Vinson Lee
2010-10-06r600g: fix dirty state handlingJerome Glisse
2010-10-06r600g: avoid segfault due to unintialized list pointerJerome Glisse
2010-10-05r600g: userspace fence to avoid kernel call for testing bo busy statusJerome Glisse
2010-10-05r600g: simplify block relocationJerome Glisse
2010-10-05r600g: use dirty list to track dirty blocksBas Nieuwenhuizen
2010-10-05r600g: improve bo flushingJerome Glisse
2010-10-05r600g: store reloc information in bo structureJerome Glisse
2010-10-05r600g: avoid unneeded bo waitDave Airlie
2010-10-05r600g: drop use_mem_constant.Dave Airlie
2010-10-05r600g: drop mman allocatorDave Airlie