Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | radeon: remove depends on libdrm_radeon for now. | Dave Airlie | 2009-02-12 | 3 | -3/+3 |
| | | | | | will fixup makefiles later to detect and use libdrm_Radeon in proper places | ||||
* | radeon/r200/r300: make build with out libdrm_radeon installed for now | Dave Airlie | 2009-02-12 | 31 | -94/+442 |
| | |||||
* | r200/r300: get up to speed on renamed files | Dave Airlie | 2009-02-12 | 15 | -141/+63 |
| | |||||
* | radeon: renaming and headers cleanup | Dave Airlie | 2009-02-12 | 27 | -2999/+3075 |
| | |||||
* | r100/r200: fix front rendering issue. | Dave Airlie | 2009-02-12 | 4 | -5/+2 |
| | |||||
* | radeon/r200/r300: another big merge upheavel. | Dave Airlie | 2009-02-12 | 44 | -1266/+353 |
| | | | | | | | | This merges lots of the hw state atom emission and firevertices code. it also removes a lot of the extra radeon crap from r300 and merge scissor | ||||
* | r300: disable assert that fires | Dave Airlie | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | radeon: unmap in case of two dma regions being used for one cmdbuf | Dave Airlie | 2009-02-11 | 1 | -0/+1 |
| | |||||
* | radeon: cleanup cmdbuffer | Dave Airlie | 2009-02-11 | 3 | -6/+11 |
| | |||||
* | r300: fix front buffer rendering properly fixes tests in glean | Dave Airlie | 2009-02-11 | 1 | -0/+24 |
| | |||||
* | r200: fix build | Dave Airlie | 2009-02-11 | 1 | -3/+1 |
| | |||||
* | radeon: fix span init needs more work | Dave Airlie | 2009-02-11 | 4 | -2/+3 |
| | |||||
* | radeon/r200/r300: merge span code into single shared file | Dave Airlie | 2009-02-11 | 11 | -524/+45 |
| | |||||
* | radeon/r200: flush vertices when data in cmdbuf. | Dave Airlie | 2009-02-11 | 2 | -4/+6 |
| | | | | This fixes a whole bunch of regressions in piglit | ||||
* | radeon: r100 can't use some of the texture formats. | Dave Airlie | 2009-02-11 | 1 | -5/+10 |
| | | | | this fixes the texrect-many test | ||||
* | radeon/r200/r300: fix span code for depth reading. | Dave Airlie | 2009-02-11 | 2 | -24/+20 |
| | | | | makes the maskedClear test work | ||||
* | r100: remove debug code | Dave Airlie | 2009-02-10 | 2 | -5/+0 |
| | |||||
* | r100: fix 3D texture fallback | Dave Airlie | 2009-02-10 | 5 | -9/+19 |
| | |||||
* | radeon: fix fallback case where t->mt is valid NULL | Dave Airlie | 2009-02-10 | 1 | -4/+6 |
| | |||||
* | radeon: put back state emission lastcmd | Dave Airlie | 2009-02-10 | 1 | -4/+1 |
| | |||||
* | r200: invalidate texture paths in some more places | Dave Airlie | 2009-02-10 | 1 | -3/+8 |
| | |||||
* | radeon: major cleanups removing old dead codepaths. | Dave Airlie | 2009-02-10 | 7 | -701/+161 |
| | | | | This should be working gears on radeon state | ||||
* | radeon: fix alignment issues in ELT code | Dave Airlie | 2009-02-09 | 1 | -3/+7 |
| | |||||
* | radeon: make more r100 work | Dave Airlie | 2009-02-09 | 12 | -214/+670 |
| | |||||
* | r200: cleanup some bits that aren't used | Dave Airlie | 2009-02-09 | 4 | -33/+2 |
| | |||||
* | radeon: port over arrays code even though not in use yet | Dave Airlie | 2009-02-06 | 3 | -238/+52 |
| | |||||
* | r100: fixup radeon so gears seems to work | Dave Airlie | 2009-02-06 | 6 | -78/+81 |
| | |||||
* | radeon: remove unused texmem | Dave Airlie | 2009-02-06 | 1 | -404/+0 |
| | |||||
* | r300: fix some autostate batch setups | Dave Airlie | 2009-02-06 | 5 | -25/+30 |
| | |||||
* | 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 |
| |