summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
2010-09-15r300g: fix buffer reuse issue caused by previous commitDave Airlie
2010-09-15r300g: prevent creating multiple winsys BOs for the same handleMarek Olšák
2010-09-13r300g: fix map_bufferMarek Olšák
2010-09-12pb: add void * for flush ctx to mapping functionsDave Airlie
2010-09-10r600g: Only increase a bo's map_count if radeon_bo_map() succeeded.Tilman Sauerbeck
2010-09-10r600g: Fixed a bo leak in the error path of radeon_ctx_set_bo_new().Tilman Sauerbeck
2010-09-10r600g: fixup state calculations for picking states.Dave Airlie
2010-09-10r600g: evergreen CBs are more sane to support with a single stateDave Airlie
2010-09-10r600g: add multi-buffer flush support properly.Dave Airlie
2010-09-10r600g: fix regression in multi-buffer tests since CB flush mergeDave Airlie
2010-09-10r600g: add initial evergreen supportDave Airlie
2010-09-10r600g: align flushing of cb/db with DDX/r600c.Dave Airlie
2010-09-10r600g: don't need 3 bos here.Dave Airlie
2010-09-09winsys: emit warning in null_sw_displaytarget_create()Brian Paul
2010-09-08r600g: add support for constants in memory buffers.Dave Airlie
2010-09-06r600g: add script to generate header file with offsets into state objects.Dave Airlie
2010-09-02r600g: force unbind of previously bind sampler/sampler_viewJerome Glisse
2010-09-02r600g: fix memory/bo leakJerome Glisse
2010-09-01r600g: avoid dynamic allocation of statesJerome Glisse
2010-09-01Revert "Revert "r600g: precompute some of the hw state""Jerome Glisse
2010-09-01Revert "r600g: precompute some of the hw state"Dave Airlie
2010-08-30r600g: precompute some of the hw stateJerome Glisse
2010-08-30r600g: fixup states generation in winsys.Dave Airlie
2010-08-29r600g: drop file I added by mistake in a previous commitDave Airlie
2010-08-27Revert "r600g: simplify states"Dave Airlie
2010-08-26nouveau: handle early initialization errorsMarcin Slusarz
2010-08-25r600g: simplify statesJerome Glisse
2010-08-22r600g: Don't blindly unmap NULL->size.Henri Verbeet
2010-08-20r600g: add occlusion query supportDave Airlie
2010-08-20winsys/sw: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri
2010-08-17r600g: kill event type magic number in winsysDave Airlie
2010-08-17r600g: add user clip plane support.Dave Airlie
2010-08-17r600g: drop libdrm_radeon linkDave Airlie
2010-08-14scons: Fix r600g build.Vinson Lee
2010-08-14r600g: Remove unnecessary headers.Vinson Lee
2010-08-14r300g: Remove unnecessary header.Vinson Lee
2010-08-13r600g: fix warning in the winsysDave Airlie
2010-08-13r600g: fix memory leaks running gears.Dave Airlie
2010-08-10svga: Remove unnecessary headers.Vinson Lee
2010-08-10r600g: avoid reemiting literal, avoid scheduling empty csJerome Glisse
2010-08-08r300g: generalize the way we ask for hyperzMarek Olšák
2010-08-06r600g: finish multi target rendering supportJerome Glisse
2010-08-06Revert "r600g: don't use dynamic state allocation for states"Jerome Glisse
2010-08-06r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0Marek Olšák
2010-08-05r600g: don't use dynamic state allocation for statesJerome Glisse
2010-08-05r300g: debug_print on startup whether we can use hyper-zMarek Olšák
2010-08-05r300g: implement hyper-z support. (v4)Dave Airlie
2010-07-28r600g: split pipe state creating/binding from hw state creationJerome Glisse
2010-07-25r300g: reject resources from handles which are not large enoughMarek Olšák
2010-07-23xorg/vmwgfx: Implement early mode pruning based on max fb size.Thomas Hellstrom