summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/r600/drm/evergreen_hw_context.c
AgeCommit message (Expand)Author
2011-03-01r600g: add NV_conditional_render support.Dave Airlie
2011-01-31r600g: fix eg OQ properly.Dave Airlie
2011-01-11r600g: move user fence into base radeon structureJerome Glisse
2010-12-22r600g: drop unused code in evergreen.Dave Airlie
2010-12-09r600g: avoid using pb* helper we are loosing previous cpu cycle with itJerome Glisse
2010-11-22r600g: fix additional EVENT_WRITE packetAlex Deucher
2010-11-19r600g: add fetch shader capabilitiesJerome Glisse
2010-10-08r600g: Silence uninitialized variable warning.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: use dirty list to track dirty blocksBas Nieuwenhuizen
2010-10-05r600g: improve bo flushingJerome Glisse
2010-10-05r600g: drop use_mem_constant.Dave Airlie
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-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: don't double count dirty blockJohn Doe
2010-09-30evergreeng: avoid overlapping border color btw VS & PSJerome Glisse
2010-09-29r600g: more cleanupJerome Glisse