summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
2010-12-09android: Add Android.mk's.Chia-I Wu
2010-12-09android: Add android backend for st/egl.Chia-I Wu
2010-12-09android: Use __mmap2 in winsys/svga.Chia-I Wu
2010-12-07r600g: fix userspace fence against lastest kernelJerome Glisse
2010-12-06r600g: remove useless flush mapJerome Glisse
2010-12-05r600g: Cleanup block bo references in r600_context_fini().Henri Verbeet
2010-12-05r300g: cleanup winsysMarek Olšák
2010-12-03r600g: more indentation fix + warning silencing + dead code removalJerome Glisse
2010-12-03r300g: use internal BO handle for add_buffer and write_relocMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-12-02i915g: Fix closure of full batch buffersChris Wilson
2010-12-02i915g: return tiling in iws->buffer_from_handleDaniel Vetter
2010-12-02i915g: prepare winsys/batchbuffer for execbuf2Daniel Vetter
2010-12-02i915g: switch to tiled allocations, kill set_fenceDaniel Vetter
2010-12-02i915g: add winsys function to create tiled buffersDaniel Vetter
2010-12-02i915g: drop alignment parameter from iws->buffer_createDaniel Vetter
2010-11-25r300g/r600g: bump cache manager timeouts to 1sDave Airlie
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-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