summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/r600/drm/r600_hw_context.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-05r600g: simplify block relocationHEADmasterJerome Glisse1-1/+1
2010-10-05r600g: use dirty list to track dirty blocksBas Nieuwenhuizen1-4/+16
2010-10-05r600g: improve bo flushingJerome Glisse1-409/+411
2010-10-05r600g: store reloc information in bo structureJerome Glisse1-23/+14
2010-10-05r600g: drop use_mem_constant.Dave Airlie1-1/+0
2010-10-05r600g: add bo fenced list.Dave Airlie1-0/+1
2010-10-04r600g: use r600_bo for relocation argument, simplify codeJerome Glisse1-8/+10
2010-10-04r600g: allow r600_bo to be a sub allocation of a big boJerome Glisse1-3/+3
2010-10-04r600g: rename radeon_ws_bo to r600_boJerome Glisse1-13/+13
2010-10-04r600g: TODO domain managementDave Airlie1-2/+2
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 Airlie1-0/+21
2010-10-01r600g: add cb flushing for extra buffers + depth buffer on r600/evergreenDave Airlie1-0/+15
2010-10-01r600g: add winsys support for CTL constants.Dave Airlie1-0/+9
2010-10-01r600g: use Elements macro instead of manual sizeofsDave Airlie1-5/+6
2010-09-30r600g: don't double count dirty blockJohn Doe1-12/+20
2010-09-30r600g: use constant buffer instead of register for constantJerome Glisse1-29/+5
2010-09-30r600g: clean up some code from move to new paths.Dave Airlie1-9/+0
2010-09-29r600g: more cleanupJerome Glisse1-0/+1258