summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2010-12-09android: Add Android.mk's.Chia-I Wu4-0/+92
2010-12-09android: Add android backend for st/egl.Chia-I Wu2-0/+318
2010-12-09android: Use __mmap2 in winsys/svga.Chia-I Wu1-2/+20
2010-12-07r600g: fix userspace fence against lastest kernelJerome Glisse2-0/+3
2010-12-06r600g: remove useless flush mapJerome Glisse2-30/+1
2010-12-05r600g: Cleanup block bo references in r600_context_fini().Henri Verbeet1-0/+3
2010-12-05r300g: cleanup winsysMarek Olšák11-628/+443
2010-12-03r600g: more indentation fix + warning silencing + dead code removalJerome Glisse3-89/+12
2010-12-03r300g: use internal BO handle for add_buffer and write_relocMarek Olšák3-14/+28
2010-12-02gallium: support for array textures and related changesRoland Scheidegger2-17/+23
2010-12-02i915g: Fix closure of full batch buffersChris Wilson1-59/+12
2010-12-02i915g: return tiling in iws->buffer_from_handleDaniel Vetter1-2/+4
2010-12-02i915g: prepare winsys/batchbuffer for execbuf2Daniel Vetter3-17/+25
2010-12-02i915g: switch to tiled allocations, kill set_fenceDaniel Vetter2-37/+0
2010-12-02i915g: add winsys function to create tiled buffersDaniel Vetter3-14/+88
2010-12-02i915g: drop alignment parameter from iws->buffer_createDaniel Vetter3-17/+3
2010-11-25r300g/r600g: bump cache manager timeouts to 1sDave Airlie2-2/+2
2010-11-23gallium/egl: fix r300 vs r600 loadingAlex Deucher1-1/+208
2010-11-22r600g: add support for ontario APUsAlex Deucher3-0/+10
2010-11-22r600g: fix some winsys functions to deal properly with evergreenAlex Deucher2-10/+15
2010-11-22r600g: fix additional EVENT_WRITE packetAlex Deucher1-1/+1
2010-11-21i915g: kill idws->poolDaniel Vetter4-14/+7
2010-11-21i915g: kill buf->map_gttDaniel Vetter2-15/+2
2010-11-19r600g: add fetch shader capabilitiesJerome Glisse2-0/+33
2010-11-19r600g: All EVENT_WRITE packets need the EVENT_INDEX fieldAlex Deucher2-13/+13
2010-11-19r600g: fix occlusion query on evergreen (avoid lockup)Jerome Glisse2-2/+11
2010-11-17r600g: fix buffer alignmentAlex Deucher1-0/+6
2010-11-15r600g: Cleanup the fenced_bo list in r600_context_fini().Henri Verbeet1-0/+13
2010-11-10r600g: allow driver to work without submitting cmd to GPUJerome Glisse1-0/+2
2010-11-10ws/r600: match bo_busy shared/fence logic in bo_waitKeith Whitwell1-8/+9
2010-11-09winsys/xlib: Add cygwin to SConscript.Vinson Lee1-1/+1
2010-11-08r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)Benjamin Franzke3-1/+46
2010-11-05scons: DetabifyJakob Bornecrantz1-21/+21
2010-11-03r600g: set hardware pixel centers according to gl_rasterization_rulesKeith Whitwell2-0/+2
2010-11-03r600g: propogate resource usage flags to winsys, use to choose bo domainsKeith Whitwell3-7/+31
2010-11-02r600g: Fixed two memory leaks in winsys.Tilman Sauerbeck1-0/+2
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