Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-10 | r200: enable hw clears | Dave Airlie | |
2009-03-09 | r300: move firevertices out into the main place its needed. | Dave Airlie | |
This fixes a hang on context destruction on rs690 | |||
2009-03-06 | r200: cs emit state fixups | Dave Airlie | |
2009-03-06 | r200: remove depth check for dri2 | Dave Airlie | |
2009-03-06 | r200: temporary sw clear code | Dave Airlie | |
2009-03-05 | radeon: use t->bo to figure out of settexbuffer override is in action | Dave Airlie | |
2009-03-05 | r200: port over state emits for kms from radeon | Dave Airlie | |
this needs testing on real hw | |||
2009-03-06 | r200: add set tex buffer support | Dave Airlie | |
2009-03-03 | radeon: refactor framebuffer code like intel | Dave Airlie | |
this is a step towards fbos and should fix pageflipping, but I think the first flip seems broken. | |||
2009-02-27 | r200: fixup emit sizes for kms | Dave Airlie | |
2009-02-27 | r200: port over cs emit changes from radeon | Dave Airlie | |
2009-02-17 | radeon/r200: drop legacy texture heap code | Dave Airlie | |
2009-02-17 | radeon/r200: fixup texturing aging calls | Dave Airlie | |
2009-02-17 | radeon/r200: drop dirty state from texture object + pp_txoffset | Dave Airlie | |
this is just more code cleanup for old dead code | |||
2009-02-17 | r200: align with r100 code | Dave Airlie | |
2009-02-15 | radeon: add cflags to decide whether to link libdrm_radeon or not. | Dave Airlie | |
You don't need libdrm_radeon for the legacy driver to build, only for the experimental mm/cs paths. | |||
2009-02-14 | radeon-common: Fix crash in glGetTexImage | Nicolai Haehnle | |
Since texture images are now stored in miptrees, we cannot usually access them directly via the Data pointer. So we wrap Mesa's implementation by map/unmap calls. This crash was triggered by Sauerbraten, Piglit now contains a regression test. Signed-off-by: Nicolai Haehnle <nhaehnle@gmail.com> | |||
2009-02-14 | r200: fixup cube emit debug | Dave Airlie | |
2009-02-14 | r200: fix another cmdbuf sizing issue | Dave Airlie | |
2009-02-13 | radeon/r200: make setTexOffset work again | Dave Airlie | |
2009-02-13 | radeon/r200: fix set tex offset functions | Dave Airlie | |
2009-02-13 | r200: update with changes from r100 driver for texture state | Dave Airlie | |
2009-02-13 | r200: port over state emit fix from r100 | Dave Airlie | |
2009-02-13 | r200: fixup some CS emission sizes | Dave Airlie | |
2009-02-13 | r200: use correct finish interface | Dave Airlie | |
2009-02-13 | Merge remote branch 'origin/master' into radeon-rewrite | Dave Airlie | |
Conflicts: configure.ac src/mesa/drivers/dri/r200/r200_context.c src/mesa/drivers/dri/r300/r300_render.c | |||
2009-02-13 | radeon/r200/r300: make build again with tracker changes | Dave Airlie | |
2009-02-12 | radeon: remove depends on libdrm_radeon for now. | Dave Airlie | |
will fixup makefiles later to detect and use libdrm_Radeon in proper places | |||
2009-02-12 | radeon/r200/r300: make build with out libdrm_radeon installed for now | Dave Airlie | |
2009-02-12 | r200/r300: get up to speed on renamed files | Dave Airlie | |
2009-02-12 | r100/r200: fix front rendering issue. | Dave Airlie | |
2009-02-12 | radeon/r200/r300: another big merge upheavel. | Dave Airlie | |
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 | |||
2009-02-11 | radeon: fix span init needs more work | Dave Airlie | |
2009-02-11 | radeon/r200/r300: merge span code into single shared file | Dave Airlie | |
2009-02-11 | radeon/r200: flush vertices when data in cmdbuf. | Dave Airlie | |
This fixes a whole bunch of regressions in piglit | |||
2009-02-11 | radeon/r200/r300: fix span code for depth reading. | Dave Airlie | |
makes the maskedClear test work | |||
2009-02-10 | r200: invalidate texture paths in some more places | Dave Airlie | |
2009-02-09 | r200: cleanup some bits that aren't used | Dave Airlie | |
2009-02-04 | radeon/r200 remove more unused code | Dave Airlie | |
2009-02-04 | r200: fixup DMA region stuff | Dave Airlie | |
2009-02-04 | r200: move to new mipmap interface | Dave Airlie | |
2009-01-31 | r200/r300: swtcl fixups to use old dma buffers on top of BOs | Dave Airlie | |
2009-01-31 | r200/r300: add aperture space checks | Dave Airlie | |
2009-01-30 | r200: fix swtcl - slow but works | Dave Airlie | |
2009-01-29 | r200: bring back single dma flush | Dave Airlie | |
2009-01-29 | radeon/r200/r300: bring back old style DMA buffer on top of BOs. | Dave Airlie | |
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 | |||
2009-01-29 | r200: start work on userspace clear for r200 | Dave Airlie | |
2009-01-29 | r200: unref swtcl buffer correctly | Dave Airlie | |
2009-01-29 | r200: re-write state handlers for new CS mechanism | Dave Airlie | |
2009-01-29 | r200: avoid setting variable on kernel mm setup | Dave Airlie | |