summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2010-09-13r300g: fix map_bufferMarek Olšák1-4/+17
2010-09-12pb: add void * for flush ctx to mapping functionsDave Airlie2-8/+4
2010-09-10r600g: Only increase a bo's map_count if radeon_bo_map() succeeded.Tilman Sauerbeck1-2/+6
2010-09-10r600g: Fixed a bo leak in the error path of radeon_ctx_set_bo_new().Tilman Sauerbeck1-2/+1
2010-09-10r600g: fixup state calculations for picking states.Dave Airlie6-29/+15
2010-09-10r600g: evergreen CBs are more sane to support with a single stateDave Airlie2-81/+2
2010-09-10r600g: add multi-buffer flush support properly.Dave Airlie1-6/+7
2010-09-10r600g: fix regression in multi-buffer tests since CB flush mergeDave Airlie1-14/+14
2010-09-10r600g: add initial evergreen supportDave Airlie5-22/+755
2010-09-10r600g: align flushing of cb/db with DDX/r600c.Dave Airlie2-32/+35
2010-09-10r600g: don't need 3 bos here.Dave Airlie1-2/+2
2010-09-09winsys: emit warning in null_sw_displaytarget_create()Brian Paul1-0/+2
2010-09-08r600g: add support for constants in memory buffers.Dave Airlie2-0/+11
2010-09-06r600g: add script to generate header file with offsets into state objects.Dave Airlie1-0/+39
2010-09-02r600g: force unbind of previously bind sampler/sampler_viewJerome Glisse1-3/+0
2010-09-02r600g: fix memory/bo leakJerome Glisse1-2/+1
2010-09-01r600g: avoid dynamic allocation of statesJerome Glisse6-308/+122
2010-09-01Revert "Revert "r600g: precompute some of the hw state""Jerome Glisse4-32/+87
2010-09-01Revert "r600g: precompute some of the hw state"Dave Airlie4-87/+32
2010-08-30r600g: precompute some of the hw stateJerome Glisse4-32/+87
2010-08-30r600g: fixup states generation in winsys.Dave Airlie7-218/+210
2010-08-29r600g: drop file I added by mistake in a previous commitDave Airlie1-186/+0
2010-08-27Revert "r600g: simplify states"Dave Airlie7-7879/+1224
2010-08-26nouveau: handle early initialization errorsMarcin Slusarz1-1/+2
2010-08-25r600g: simplify statesJerome Glisse7-1224/+7879
2010-08-22r600g: Don't blindly unmap NULL->size.Henri Verbeet1-1/+3
2010-08-20r600g: add occlusion query supportDave Airlie4-10/+88
2010-08-20winsys/sw: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri1-1/+7
2010-08-17r600g: kill event type magic number in winsysDave Airlie2-3/+5
2010-08-17r600g: add user clip plane support.Dave Airlie1-4/+14
2010-08-17r600g: drop libdrm_radeon linkDave Airlie1-0/+186
2010-08-14scons: Fix r600g build.Vinson Lee1-0/+25
2010-08-14r600g: Remove unnecessary headers.Vinson Lee2-2/+0
2010-08-14r300g: Remove unnecessary header.Vinson Lee1-1/+0
2010-08-13r600g: fix warning in the winsysDave Airlie1-1/+1
2010-08-13r600g: fix memory leaks running gears.Dave Airlie1-0/+1
2010-08-10svga: Remove unnecessary headers.Vinson Lee1-2/+0
2010-08-10r600g: avoid reemiting literal, avoid scheduling empty csJerome Glisse2-30/+2
2010-08-08r300g: generalize the way we ask for hyperzMarek Olšák1-9/+26
2010-08-06r600g: finish multi target rendering supportJerome Glisse1-6/+90
2010-08-06Revert "r600g: don't use dynamic state allocation for states"Jerome Glisse5-63/+299
2010-08-06r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0Marek Olšák3-0/+12
2010-08-05r600g: don't use dynamic state allocation for statesJerome Glisse5-299/+63
2010-08-05r300g: debug_print on startup whether we can use hyper-zMarek Olšák1-2/+4
2010-08-05r300g: implement hyper-z support. (v4)Dave Airlie3-0/+15
2010-07-28r600g: split pipe state creating/binding from hw state creationJerome Glisse1-2/+2
2010-07-25r300g: reject resources from handles which are not large enoughMarek Olšák2-4/+9
2010-07-23xorg/vmwgfx: Implement early mode pruning based on max fb size.Thomas Hellstrom1-0/+1
2010-07-22i915g: Rename winsys debug optionsJakob Bornecrantz1-2/+2
2010-07-21r600g: add family retrivalDave Airlie1-0/+5