summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2013-04-16winsys/radeon: use query_value for timestamp, remove query_timestampMarek Olšák2-25/+12
2013-04-16r600g: add a query returning the amount of time spent during bo_map sync.Marek Olšák4-2/+11
2013-04-15build: Get rid of GALLIUM_WINSYS_DIRSMatt Turner2-38/+65
2013-04-11radeon/winsys: add uvd ring support to winsys v3Christian König3-0/+31
2013-04-05winsys/radeon: add command stream replay dump for faulty lockup v3Jerome Glisse7-37/+443
2013-03-26r600g: add a driver query returning the amount of requested VRAM and GTT memoryMarek Olšák5-0/+40
2013-03-19winsys/svga: improve error/debug message outputBrian Paul3-25/+35
2013-03-16gallium/build: Fix visibility CFLAGS in automakeMaarten Lankhorst1-0/+2
2013-03-11freedreno: gallium driver for adrenoRob Clark4-0/+60
2013-03-08i915g: Use PIPE_FLUSH_END_OF_FRAME to trigger throttlingStéphane Marchesin2-4/+7
2013-03-05scons: Provide shorthand aliases for software winsyses.José Fonseca3-0/+3
2013-03-01winsys/radeon: Only add bo to hash table when creating flinkMartin Andersson1-4/+4
2013-02-26winsys/null: fix var typo templet->templatBrian Paul1-1/+1
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