summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2011-01-09i965g: update disassembler code from classic.Dave Airlie1-2/+2
2011-01-08r300g: rework command submission and resource space checkingMarek Olšák8-163/+409
2011-01-06r600g: add support for NI (Northern Islands) GPUsAlex Deucher2-0/+39
2011-01-04Merge remote branch 'origin/nvc0'Christoph Bumiller1-0/+3
2010-12-19Merge remote branch 'origin/master' into nvc0-newChristoph Bumiller31-1081/+1041
2010-12-16svga: Remove debug print in winsysJakob Bornecrantz1-2/+0
2010-12-16wrapper: Flush pipe on unmapJakob Bornecrantz1-0/+1
2010-12-16wrapper: Fix width and height given to map and remove uneeded fieldsJakob Bornecrantz1-5/+3
2010-12-23r300g: Remove unnecessary header.Vinson Lee1-2/+0
2010-12-22r600g: r600_new() and r600_delete() are unused.Henri Verbeet4-124/+15
2010-12-22r600g: remove useless switch statementsAlex Deucher2-105/+0
2010-12-22r600g: drop unused code in evergreen.Dave Airlie1-56/+0
2010-12-22r300g: support B10G10R10A2 render targets only with DRM 2.8.0 or later versionsMarek Olšák3-1/+9
2010-12-10r600g: fix bo size when creating bo from handleJerome Glisse1-1/+1
2010-12-09r600g: Fix SCons build.Vinson Lee2-3/+3
2010-12-09r600g: avoid using pb* helper we are loosing previous cpu cycle with itJerome Glisse9-388/+364
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-12nvc0: import nvc0 gallium driverChristoph Bumiller1-0/+3
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