summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/r600
AgeCommit message (Expand)Author
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-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-23r600g: initial evergreen support in new pathJerome Glisse
2010-09-23r600g: fix typo in evergreen register listDave Airlie
2010-09-22r600g: disable shader rebuild optimization & account cb flush packetJerome Glisse
2010-09-22r600g: flush color buffer after draw commandJerome Glisse
2010-09-21r600g: occlusion query for new designJerome Glisse
2010-09-21r600g: directly allocate bo for user bufferJerome Glisse
2010-09-21r600g: fix eg texture borders.Dave Airlie
2010-09-20r600g: add back reference check when mapping bufferJerome Glisse
2010-09-20r600g: use pipe context for flushing inside mapJerome Glisse
2010-09-20r600g: move chip class to radeon common structureJerome Glisse
2010-09-20r600g: only flush for the correct colorbuffer, not all of them.Dave Airlie
2010-09-20r600g: fixup r700 CB_SHADER_CONTROL register.Dave Airlie
2010-09-20r600g: fix tiling support for ddx supplied buffersDave Airlie
2010-09-20r600g: send correct surface base update for multi-cbufsDave Airlie
2010-09-19r600g: Respect PB_USAGE_UNSYNCHRONIZED in radeon_bo_pb_map_internal().Henri Verbeet
2010-09-19r600g: Buffer object maps imply a wait.Henri Verbeet
2010-09-19r600g: Check for other references before checking for existing mappings in ra...Henri Verbeet
2010-09-17r600g: Silence uninitialized variable warning.Vinson Lee
2010-09-17r600g: Fix memory leak on error path.Vinson Lee
2010-09-17r600g: Fix implicit declaration warning.Vinson Lee
2010-09-17r600g: Remove unnecessary headers.Vinson Lee
2010-09-17r600g: alternative command stream building from contextJerome Glisse
2010-09-18r600g: oops got the use_mem_constant the wrong way around.Dave Airlie
2010-09-17r600g: use calloc for ctx bo allocationsDave Airlie
2010-09-17r600g: fixup map flushing.Dave Airlie
2010-09-17r600g: add winsys bo caching.Dave Airlie
2010-09-17r600g: add support for kernel boDave Airlie
2010-09-17r600g: use malloc bufmgr for constant buffersDave Airlie
2010-09-17r600g: move constant buffer creation behind winsys abstraction.Dave Airlie