Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | radeon/r200 remove more unused code | Dave Airlie | 2009-02-04 | 2 | -42/+7 |
| | |||||
* | radeon: make compile again. | Dave Airlie | 2009-02-04 | 12 | -374/+181 |
| | | | | Not tested but ripped out lots of stuff unneeded anymore time to test later | ||||
* | r300: fix up CS for modesetting - gears under kms works | Dave Airlie | 2009-02-04 | 5 | -67/+82 |
| | |||||
* | radeon: make generate_mipmap static | Dave Airlie | 2009-02-04 | 1 | -2/+2 |
| | |||||
* | r300: fix swtcl | Dave Airlie | 2009-02-04 | 1 | -3/+1 |
| | |||||
* | r200: fixup DMA region stuff | Dave Airlie | 2009-02-04 | 2 | -3/+0 |
| | |||||
* | radeon: call getpagesize once and store in a static | Dave Airlie | 2009-02-04 | 1 | -1/+4 |
| | |||||
* | r300: make dma buffer reuse much more sensible | Dave Airlie | 2009-02-04 | 2 | -5/+6 |
| | |||||
* | radeon: add support for stencil buffers + misc debug changes | Dave Airlie | 2009-02-04 | 1 | -9/+45 |
| | | | | | this adds the stencil rb setup, along with misc changes to formatting and debug | ||||
* | r200: move to new mipmap interface | Dave Airlie | 2009-02-04 | 1 | -1/+1 |
| | |||||
* | radeon: only do the fb read if we are mapping a VRAM object | Dave Airlie | 2009-02-04 | 1 | -1/+1 |
| | | | | this makes writing the DMA buffers got a lot better | ||||
* | radeon_cs: move to inline cs_write_dword | Dave Airlie | 2009-02-04 | 2 | -38/+31 |
| | | | | this gets back some of the CPU this was wasting | ||||
* | radeon: add a reference to the static buffers so they don't get deleted | Dave Airlie | 2009-02-03 | 1 | -0/+1 |
| | |||||
* | r300: fixup mipmap + texsubimage issues | Dave Airlie | 2009-02-03 | 5 | -16/+58 |
| | | | | This fixes a few regression in piglit, and adds some debug to the mipmap code | ||||
* | radeon_bo: align size of bo to page size. | Dave Airlie | 2009-02-03 | 1 | -0/+3 |
| | | | | This is really required for the VRAM allocator upload function. | ||||
* | radeon: this code forgot to add dPriv x/y back to spans | Dave Airlie | 2009-02-02 | 1 | -1/+13 |
| | |||||
* | r300: rename validate textures to validate buffers | Dave Airlie | 2009-02-02 | 3 | -3/+3 |
| | |||||
* | r200/r300: swtcl fixups to use old dma buffers on top of BOs | Dave Airlie | 2009-01-31 | 14 | -311/+163 |
| | |||||
* | r200/r300: add aperture space checks | Dave Airlie | 2009-01-31 | 15 | -54/+345 |
| | |||||
* | r200: fix swtcl - slow but works | Dave Airlie | 2009-01-30 | 1 | -0/+4 |
| | |||||
* | WIP comit | Dave Airlie | 2009-01-29 | 7 | -7/+195 |
| | |||||
* | r200: bring back single dma flush | Dave Airlie | 2009-01-29 | 7 | -30/+25 |
| | |||||
* | radeon: remove even more common code | Dave Airlie | 2009-01-29 | 6 | -828/+55 |
| | |||||
* | radeon/r200/r300: bring back old style DMA buffer on top of BOs. | Dave Airlie | 2009-01-29 | 19 | -755/+244 |
| | | | | | | this gets back a lot of the lots speed in gears on r500 at least I also fixed the legacy bufmgr to deal when the dma space fills up | ||||
* | r200: start work on userspace clear for r200 | Dave Airlie | 2009-01-29 | 1 | -69/+94 |
| | |||||
* | r200: unref swtcl buffer correctly | Dave Airlie | 2009-01-29 | 1 | -0/+1 |
| | |||||
* | r300: fix some whitespace | Dave Airlie | 2009-01-29 | 1 | -28/+28 |
| | |||||
* | r200: re-write state handlers for new CS mechanism | Dave Airlie | 2009-01-29 | 2 | -85/+302 |
| | |||||
* | r200: avoid setting variable on kernel mm setup | Dave Airlie | 2009-01-29 | 1 | -1/+2 |
| | |||||
* | radeon: add repeated register packet one | Dave Airlie | 2009-01-29 | 1 | -0/+1 |
| | |||||
* | r200: fix up swtcl/tcl flushes | Dave Airlie | 2009-01-22 | 6 | -20/+16 |
| | |||||
* | radeon: plug memory leak running gears | Dave Airlie | 2009-01-23 | 1 | -3/+2 |
| | |||||
* | radeon: remove some debugging | Dave Airlie | 2009-01-23 | 3 | -10/+1 |
| | |||||
* | radeon: better free of array | Dave Airlie | 2009-01-22 | 1 | -4/+3 |
| | |||||
* | radeon: free all relocs in array | Dave Airlie | 2009-01-22 | 1 | -6/+11 |
| | |||||
* | radeon: check relocs before deref | Dave Airlie | 2009-01-22 | 1 | -2/+3 |
| | |||||
* | radeon: fix relocs even more | Dave Airlie | 2009-01-22 | 1 | -3/+8 |
| | |||||
* | radeon: fix reloc free harder | Dave Airlie | 2009-01-22 | 1 | -1/+3 |
| | |||||
* | radeon: free indices caught with valgrind | Dave Airlie | 2009-01-22 | 1 | -0/+1 |
| | |||||
* | radeon: cleanup bo unref codepath in pending code | Dave Airlie | 2009-01-22 | 1 | -3/+7 |
| | | | | assert for bad case hopefully | ||||
* | radeon: fix counting for cfree handles in an inline | Dave Airlie | 2009-01-22 | 1 | -12/+9 |
| | |||||
* | radeon: add r100/r200 workarounds for legacy aging | Dave Airlie | 2009-01-23 | 2 | -9/+20 |
| | |||||
* | r200: disable some debug | Dave Airlie | 2009-01-23 | 2 | -3/+3 |
| | |||||
* | r200: emit elts into a separate ELT bo | Dave Airlie | 2009-01-23 | 6 | -408/+89 |
| | |||||
* | r200r300: start merging span code | Dave Airlie | 2009-01-22 | 5 | -590/+241 |
| | |||||
* | r200: remove indexed verts | Dave Airlie | 2009-01-22 | 4 | -12/+0 |
| | |||||
* | radeon: fix 1D textures | Dave Airlie | 2009-01-22 | 1 | -1/+2 |
| | |||||
* | r200: fix cubemaps | Dave Airlie | 2009-01-22 | 2 | -9/+26 |
| | |||||
* | r200/r300: port r200 texture handling to common code | Dave Airlie | 2009-01-22 | 14 | -1687/+1009 |
| | | | | we now get texrect + trivial textures working | ||||
* | r300/radeon: move face_for_target | Dave Airlie | 2009-01-21 | 3 | -21/+18 |
| |