summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
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
2010-09-27r600g: fix pointsprite & resource unbindingJerome Glisse
2010-09-27r600g: build packet header onceJerome Glisse
2010-09-27r600g: add evergreen texture resource properly.Dave Airlie
2010-09-26radeong: fix leaksJoakim Sindholt
2010-09-26r600g: disable early cull optimization when occlusion query runningJerome Glisse
2010-09-26r600g: Include p_compiler.h instead of malloc.h.Vinson Lee
2010-09-26r600g: Remove unused variables.Vinson Lee
2010-09-26r600g: Don't return a value in function returning void.Vinson Lee
2010-09-25r600g: Remove unused variable.Vinson Lee
2010-09-25r600g: add eg db count control register.Dave Airlie
2010-09-24r600g: bring over fix from old path to new pathJerome Glisse
2010-09-24r600g: fix evergreen new pathJerome Glisse
2010-09-24r600g: fix evergreen new pathJerome Glisse
2010-09-24r600g: evergreen fix for new designJerome Glisse
2010-09-24r600g: move use_mem_constants flags for new designs structure alignmentJerome Glisse
2010-09-24r600g: fix typo in evergreen define (resource are in [0x30000;0x34000] range)Jerome Glisse
2010-09-24r300g: make accessing map_list and buffer_handles thread-safeMarek Olšák
2010-09-24r300g: fixup long-lived BO maps being incorrectly unmapped when flushingMarek Olšák
2010-09-23r600g: initial evergreen support in new pathJerome Glisse