summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* r600g: force unbind of previously bind sampler/sampler_viewJerome Glisse2010-09-021-3/+0
* r600g: fix memory/bo leakJerome Glisse2010-09-021-2/+1
* r600g: avoid dynamic allocation of statesJerome Glisse2010-09-016-308/+122
* Revert "Revert "r600g: precompute some of the hw state""Jerome Glisse2010-09-014-32/+87
* Revert "r600g: precompute some of the hw state"Dave Airlie2010-09-014-87/+32
* r600g: precompute some of the hw stateJerome Glisse2010-08-304-32/+87
* r600g: fixup states generation in winsys.Dave Airlie2010-08-307-218/+210
* r600g: drop file I added by mistake in a previous commitDave Airlie2010-08-291-186/+0
* Revert "r600g: simplify states"Dave Airlie2010-08-277-7879/+1224
* nouveau: handle early initialization errorsMarcin Slusarz2010-08-261-1/+2
* r600g: simplify statesJerome Glisse2010-08-257-1224/+7879
* r600g: Don't blindly unmap NULL->size.Henri Verbeet2010-08-221-1/+3
* r600g: add occlusion query supportDave Airlie2010-08-204-10/+88
* winsys/sw: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri2010-08-201-1/+7
* r600g: kill event type magic number in winsysDave Airlie2010-08-172-3/+5
* r600g: add user clip plane support.Dave Airlie2010-08-171-4/+14
* r600g: drop libdrm_radeon linkDave Airlie2010-08-171-0/+186
* scons: Fix r600g build.Vinson Lee2010-08-141-0/+25
* r600g: Remove unnecessary headers.Vinson Lee2010-08-142-2/+0
* r300g: Remove unnecessary header.Vinson Lee2010-08-141-1/+0
* r600g: fix warning in the winsysDave Airlie2010-08-131-1/+1
* r600g: fix memory leaks running gears.Dave Airlie2010-08-131-0/+1
* svga: Remove unnecessary headers.Vinson Lee2010-08-101-2/+0
* r600g: avoid reemiting literal, avoid scheduling empty csJerome Glisse2010-08-102-30/+2
* r300g: generalize the way we ask for hyperzMarek Olšák2010-08-081-9/+26
* r600g: finish multi target rendering supportJerome Glisse2010-08-061-6/+90
* Revert "r600g: don't use dynamic state allocation for states"Jerome Glisse2010-08-065-63/+299
* r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0Marek Olšák2010-08-063-0/+12
* r600g: don't use dynamic state allocation for statesJerome Glisse2010-08-055-299/+63
* r300g: debug_print on startup whether we can use hyper-zMarek Olšák2010-08-051-2/+4
* r300g: implement hyper-z support. (v4)Dave Airlie2010-08-053-0/+15
* r600g: split pipe state creating/binding from hw state creationJerome Glisse2010-07-281-2/+2
* r300g: reject resources from handles which are not large enoughMarek Olšák2010-07-252-4/+9
* xorg/vmwgfx: Implement early mode pruning based on max fb size.Thomas Hellstrom2010-07-231-0/+1
* i915g: Rename winsys debug optionsJakob Bornecrantz2010-07-221-2/+2
* r600g: add family retrivalDave Airlie2010-07-211-0/+5
* r300g: do not make copies of constant buffers, emit them directlyMarek Olšák2010-07-162-12/+1
* r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák2010-07-164-258/+275
* r300g: do not print a rejected CS if RADEON_DUMP_CS is not setMarek Olšák2010-07-102-4/+9
* r300g: store/return the stride for winsys_handle in winsysMarek Olšák2010-07-081-3/+8
* i915g: Add flag to not send commands to hwJakob Bornecrantz2010-07-043-1/+6
* i915g: If the kernel reject the batchbuffer print it then assertJakob Bornecrantz2010-07-041-13/+18
* r300g: move one flush from winsys to the contextMarek Olšák2010-06-301-14/+1
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-2830-322/+114
|\
| * i965g: Remove last references to drm_apiJakob Bornecrantz2010-06-242-2/+2
| * gallium: Fix scons buildJakob Bornecrantz2010-06-241-1/+0
| * r600g: Move bootstrap code to targetJakob Bornecrantz2010-06-242-29/+14
| * nouveau: Move bootstrap code to targetsJakob Bornecrantz2010-06-233-17/+12
| * nouveau: Rename winsys fileJakob Bornecrantz2010-06-233-4/+4
| * gallium: Drop sw drm winsysJakob Bornecrantz2010-06-234-170/+0