summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2013-02-11winsys/radeon: fix bo with virtual address referencing mismatchMartin Andersson1-0/+4
2013-02-08winsys/radeon: improve debuging printingJerome Glisse1-1/+2
2013-02-04radeonsi: add support for Oland chipsAlex Deucher2-0/+2
2013-01-31r600g: add cs memory usage accounting and limit it v3Jerome Glisse2-0/+21
2013-01-28radeon/winsys: add dma ring support to winsys v3Jerome Glisse6-79/+215
2013-01-14gallium/svga: Make sure -std=gnu99 is set.Johannes Obermayr1-1/+3
2013-01-14r300g: random hyperz cleanupsMarek Olšák1-15/+10
2013-01-13Remove hacks for static MakefilesMatt Turner11-44/+0
2013-01-12winsys/sw/wayland: Fix build to properly use wayland cflagsPekka Vuorela1-1/+1
2013-01-10Clean up .gitignore filesMatt Turner13-13/+0
2013-01-10winsys/sw/xlib: Convert to automakeMatt Turner3-17/+36
2013-01-10winsys/sw/wrapper: Convert to automakeMatt Turner3-12/+35
2013-01-10winsys/sw/wayland: Convert to automakeMatt Turner3-13/+36
2013-01-10winsys/sw/null: Convert to automakeMatt Turner3-16/+35
2013-01-10winsys/sw/fbdev: Convert to automakeMatt Turner3-13/+35
2013-01-10winsys/sw/dri: Convert to automakeMatt Turner3-13/+35
2013-01-10winsys/sw: Convert to automakeMatt Turner3-26/+38
2013-01-10svga/winsys/drm: Convert to automakeMatt Turner3-19/+42
2013-01-10nouveau/winsys/drm: Convert to automakeMatt Turner3-11/+38
2013-01-10i915/winsys/sw: Convert to automakeMatt Turner3-12/+42
2013-01-10i915/winsys/drm: Convert to automakeMatt Turner3-13/+39
2013-01-10radeon/winsys: Convert to automakeTom Stellard3-15/+16
2013-01-10automake: Convert Gallium target and winsysMatt Turner3-12/+2
2013-01-08winsys/radeon: bump the size of relocation hashlistMarek Olšák1-2/+2
2013-01-07radeon/winsys: move radeon family/class identification to winsysJerome Glisse3-38/+176
2013-01-07r600g/radeon/winsys: indentation cleanupJerome Glisse2-3/+2
2013-01-04gallium/radeon: send the END_OF_FRAME flag to the DRMMarek Olšák2-2/+9
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-1/+1
2012-12-21winsys/radeon: the env var RADEON_NOOP can be used to skip CS ioctlsMarek Olšák1-1/+4
2012-12-12winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr insteadMarek Olšák2-5/+4
2012-12-02r300g: enable Hyper-Z by default on r500Marek Olšák1-9/+9
2012-11-27scons: Build ws_xlib on Mac OS X.Vinson Lee1-1/+1
2012-10-11gallium: unify transfer functionsMarek Olšák1-14/+10
2012-09-19winsys/radeon: fix relocs cachingVadim Girlin2-8/+6
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-3/+1
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-2/+2
2012-09-04winsys/radeon: create only one winsys for each fdChristian König2-2/+41
2012-08-16gallium/radeon: Don't assign virtual address space for BO that already has one.Michel Dänzer1-1/+1
2012-08-16gallium/radeon: Create hole for waste when allocating from va_offset.Michel Dänzer1-0/+6
2012-08-16gallium/radeon: Fix potential address space loss in radeon_bomgr_force_va().Michel Dänzer1-6/+13
2012-08-16gallium/radeon: Delete uppermost virtual address space hole if it's at the top.Michel Dänzer1-1/+12
2012-08-16gallium/radeon: Fix losing holes when allocating virtual address space.Michel Dänzer1-1/+6
2012-08-16gallium/radeon: Merge holes when freeing virtual address space.Michel Dänzer1-7/+38
2012-08-16gallium/radeon: Make va_offset 64 bits wide.Michel Dänzer1-1/+1
2012-08-15r600g: implement timestamp query and get_timestamp hookMarek Olšák2-0/+28
2012-08-15configure.ac: bump libdrm_radeon requirement to 2.6.38Marek Olšák1-1/+0
2012-08-15winsys/radeon: print error if CS is overflowedMarek Olšák1-2/+6
2012-08-08radeon/winsys: fix winsys VM handlingChristian König1-3/+4
2012-08-01scons: Add support for Intel Compiler.Vinson Lee1-1/+1
2012-07-25scons: Fix build with clang.Vinson Lee1-1/+1