summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/r600/drm/r600_hw_context.c
AgeCommit message (Expand)Author
2011-03-14r600g: fix logic error in 028987c80362eddd39176628486a456b076f0427Alex Deucher
2011-03-14r600g: emit SURFACE_BASE_UPDATE packet on rv6xxAlex Deucher
2011-03-01r600g: add NV_conditional_render support.Dave Airlie
2011-02-08r600g: silence a few valgrind warningsBrian Paterni
2011-01-31r600g: fix eg OQ properly.Dave Airlie
2011-01-31r600g: fix OQ on evergreenAlex Deucher
2011-01-31r600g: fix occlusion query results.Dave Airlie
2011-01-25r600g: Implement timer queries.Mathias Fröhlich
2011-01-25r600g: Implement asyncronous query results.Mathias Fröhlich
2011-01-25r600g: Fix meaning of num_results for queries.Mathias Fröhlich
2011-01-25fix potential leak in r600_context_initTim Wiederhake
2011-01-11r600g: move user fence into base radeon structureJerome Glisse
2010-12-09r600g: avoid using pb* helper we are loosing previous cpu cycle with itJerome Glisse
2010-12-07r600g: fix userspace fence against lastest kernelJerome Glisse
2010-12-06r600g: remove useless flush mapJerome Glisse
2010-12-05r600g: Cleanup block bo references in r600_context_fini().Henri Verbeet
2010-11-19r600g: add fetch shader capabilitiesJerome Glisse
2010-11-19r600g: All EVENT_WRITE packets need the EVENT_INDEX fieldAlex Deucher
2010-11-19r600g: fix occlusion query on evergreen (avoid lockup)Jerome Glisse
2010-11-15r600g: Cleanup the fenced_bo list in r600_context_fini().Henri Verbeet
2010-11-10r600g: allow driver to work without submitting cmd to GPUJerome Glisse
2010-11-03r600g: set hardware pixel centers according to gl_rasterization_rulesKeith Whitwell
2010-11-03r600g: propogate resource usage flags to winsys, use to choose bo domainsKeith Whitwell
2010-11-02r600g: Fixed two memory leaks in winsys.Tilman Sauerbeck
2010-10-08r600g: Silence uninitialized variable warning.Vinson Lee
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: simplify block relocationJerome Glisse
2010-10-05r600g: use dirty list to track dirty blocksBas Nieuwenhuizen
2010-10-05r600g: improve bo flushingJerome Glisse
2010-10-05r600g: store reloc information in bo structureJerome Glisse
2010-10-05r600g: drop use_mem_constant.Dave Airlie
2010-10-05r600g: add bo fenced list.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-04r600g: TODO domain managementDave 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: add cb flushing for extra buffers + depth buffer on r600/evergreenDave 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-30r600g: use constant buffer instead of register for constantJerome Glisse
2010-09-30r600g: clean up some code from move to new paths.Dave Airlie
2010-09-29r600g: more cleanupJerome Glisse