summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
2010-10-15wrapper: Fix spellingJakob Bornecrantz
2010-10-15r600/drm: fix segfaults in winsys create failure pathKeith Whitwell
2010-10-08r600g: Silence uninitialized variable warning.Vinson Lee
2010-10-08r600g: Silence uninitialized variable warning.Vinson Lee
2010-10-08r600g: Silence uninitialized variable warning.Vinson Lee
2010-10-08r600g: Remove unnecessary header.Vinson Lee
2010-10-06r600g: fix dirty state handlingJerome Glisse
2010-10-06r600g: avoid segfault due to unintialized list pointerJerome Glisse
2010-10-05r600g: userspace fence to avoid kernel call for testing bo busy statusJerome Glisse
2010-10-05r600g: simplify block relocationJerome Glisse
2010-10-05r600g: use dirty list to track dirty blocksBas Nieuwenhuizen
2010-10-05r600g: improve bo flushingJerome Glisse
2010-10-05r600g: store reloc information in bo structureJerome Glisse
2010-10-05r600g: avoid unneeded bo waitDave Airlie
2010-10-05r600g: drop use_mem_constant.Dave Airlie
2010-10-05r600g: drop mman allocatorDave Airlie
2010-10-05r600g: add bo busy backoff.Dave Airlie
2010-10-05r600g: add bo fenced list.Dave Airlie
2010-10-04r600g: Fix SCons build.Vinson Lee
2010-10-04r600g: remove dead label & fix indentationJerome Glisse
2010-10-04r600g: rename radeon_ws_bo to r600_boJerome Glisse
2010-10-04r600g: use r600_bo for relocation argument, simplify codeJerome Glisse
2010-10-04r600g: allow r600_bo to be a sub allocation of a big boJerome Glisse
2010-10-04r600g: rename radeon_ws_bo to r600_boJerome Glisse
2010-10-04r600g: TODO domain managementDave Airlie
2010-10-04r600g: fix wwarning in bo_map functionDave Airlie
2010-10-04r600g: break out of search for reloc bo after finding it.Dave Airlie
2010-10-01r600g: setup basic loop consts on r600 + evergreen.Dave Airlie
2010-10-01r600g: flush SH cache on constant change on evergreenDave Airlie
2010-10-01r600g: fix evergreen draw-buffersDave Airlie
2010-10-01r600g: add cb flushing for extra buffers + depth buffer on r600/evergreenDave Airlie
2010-10-01r600g: sync vertex/texture cache on resources on evergreenDave Airlie
2010-10-01r600g: add reloc for evergreen color attribDave Airlie
2010-10-01r600g: add winsys support for CTL constants.Dave Airlie
2010-10-01r600g: use Elements macro instead of manual sizeofsDave Airlie
2010-09-30r600g: keep a mapping around for each boJohn Doe
2010-09-30r600g: don't double count dirty blockJohn Doe
2010-09-30evergreeng: avoid overlapping border color btw VS & PSJerome Glisse
2010-09-30r600g: use constant buffer instead of register for constantJerome Glisse
2010-09-30gallium/winsys: remove duplicated includeNicolas Kaiser
2010-09-30r600g: clean up some code from move to new paths.Dave Airlie
2010-09-29r600g: Fix SCons build.Vinson Lee
2010-09-29r600g: more cleanupJerome Glisse
2010-09-29r600g: Update SConscript.Vinson Lee
2010-09-29r600g: cleanupJerome Glisse
2010-09-29r600g: delete old pathJerome Glisse
2010-09-29r600g: use a hash table instead of groupJerome Glisse
2010-09-29r600g: move radeon.h members around to add back map flushing.Dave Airlie
2010-09-28r600g: suspend/resume occlusion query around clear/copyJerome Glisse
2010-09-27r600g: fix occlusion query after change to block structureJerome Glisse