summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/r600
AgeCommit message (Expand)AuthorFilesLines
2010-10-05r600g: avoid unneeded bo waitDave Airlie1-1/+5
2010-10-05r600g: drop use_mem_constant.Dave Airlie3-3/+0
2010-10-05r600g: drop mman allocatorDave Airlie3-8/+1
2010-10-05r600g: add bo busy backoff.Dave Airlie2-0/+15
2010-10-05r600g: add bo fenced list.Dave Airlie3-0/+43
2010-10-04r600g: Fix SCons build.Vinson Lee1-1/+1
2010-10-04r600g: remove dead label & fix indentationJerome Glisse1-11/+9
2010-10-04r600g: rename radeon_ws_bo to r600_boJerome Glisse2-1/+1
2010-10-04r600g: use r600_bo for relocation argument, simplify codeJerome Glisse4-19/+29
2010-10-04r600g: allow r600_bo to be a sub allocation of a big boJerome Glisse2-4/+4
2010-10-04r600g: rename radeon_ws_bo to r600_boJerome Glisse4-44/+44
2010-10-04r600g: TODO domain managementDave Airlie1-2/+2
2010-10-04r600g: fix wwarning in bo_map functionDave Airlie1-0/+1
2010-10-04r600g: break out of search for reloc bo after finding it.Dave Airlie1-0/+1
2010-10-01r600g: setup basic loop consts on r600 + evergreen.Dave Airlie2-0/+42
2010-10-01r600g: flush SH cache on constant change on evergreenDave Airlie1-2/+2
2010-10-01r600g: fix evergreen draw-buffersDave Airlie1-1/+1
2010-10-01r600g: add cb flushing for extra buffers + depth buffer on r600/evergreenDave Airlie2-3/+37
2010-10-01r600g: sync vertex/texture cache on resources on evergreenDave Airlie1-2/+2
2010-10-01r600g: add reloc for evergreen color attribDave Airlie1-12/+12
2010-10-01r600g: add winsys support for CTL constants.Dave Airlie3-0/+22
2010-10-01r600g: use Elements macro instead of manual sizeofsDave Airlie2-10/+12
2010-09-30r600g: keep a mapping around for each boJohn Doe2-51/+54
2010-09-30r600g: don't double count dirty blockJohn Doe3-26/+42
2010-09-30evergreeng: avoid overlapping border color btw VS & PSJerome Glisse1-2/+2
2010-09-30r600g: use constant buffer instead of register for constantJerome Glisse2-29/+10
2010-09-30r600g: clean up some code from move to new paths.Dave Airlie2-9/+2
2010-09-29r600g: Fix SCons build.Vinson Lee1-5/+5
2010-09-29r600g: more cleanupJerome Glisse4-6/+30
2010-09-29r600g: Update SConscript.Vinson Lee1-6/+6
2010-09-29r600g: cleanupJerome Glisse9-190/+100
2010-09-29r600g: delete old pathJerome Glisse11-2557/+153
2010-09-29r600g: use a hash table instead of groupJerome Glisse4-1028/+1001
2010-09-29r600g: move radeon.h members around to add back map flushing.Dave Airlie3-4/+8
2010-09-28r600g: suspend/resume occlusion query around clear/copyJerome Glisse1-5/+2
2010-09-27r600g: fix occlusion query after change to block structureJerome Glisse1-3/+3
2010-09-27r600g: fix pointsprite & resource unbindingJerome Glisse2-14/+40
2010-09-27r600g: build packet header onceJerome Glisse2-85/+160
2010-09-27r600g: add evergreen texture resource properly.Dave Airlie1-3/+109
2010-09-26r600g: disable early cull optimization when occlusion query runningJerome Glisse4-0/+60
2010-09-26r600g: Include p_compiler.h instead of malloc.h.Vinson Lee1-1/+1
2010-09-26r600g: Remove unused variables.Vinson Lee1-1/+1
2010-09-26r600g: Don't return a value in function returning void.Vinson Lee1-1/+1
2010-09-25r600g: Remove unused variable.Vinson Lee1-1/+0
2010-09-25r600g: add eg db count control register.Dave Airlie1-0/+1
2010-09-24r600g: bring over fix from old path to new pathJerome Glisse1-10/+39
2010-09-24r600g: fix evergreen new pathJerome Glisse1-3/+10
2010-09-24r600g: fix evergreen new pathJerome Glisse2-13/+15
2010-09-24r600g: evergreen fix for new designJerome Glisse3-40/+23
2010-09-24r600g: move use_mem_constants flags for new designs structure alignmentJerome Glisse1-1/+1