Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-16 | radeon: Take the hardware lock for swaps and flips. | Michel Dänzer | |
Otherwise they fail with AIGLX at least. | |||
2009-03-10 | radeon: remove unused lines | Dave Airlie | |
2009-03-10 | r200: enable hw clears | Dave Airlie | |
2009-03-09 | r300: emit texture in GTT or VRAM | 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-08 | radeon: fix cut-n-paste typo | Dave Airlie | |
2009-03-07 | rs690: fix r300 swtcl bug in DMA code. | Dave Airlie | |
When we finish emitting swtcl objects, we request space in the cmdbuf, and flush if no space exists. However in this case we also flush the DMA buffer we just put the vertices we wanted to send in. This checks in advance if we have space in the buffer. | |||
2009-03-06 | r300: fix uninit variable warning | Dave Airlie | |
2009-03-06 | r300: fix swtcl codepaths | Dave Airlie | |
2009-03-06 | radeon: implement userspace clears | Dave Airlie | |
This is pretty much Eric Anholts implementation of clear using the GL state machine from the Intel drivers. It works quite well for now for us, probably could do with trying to use Z engine for clears. | |||
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-04 | radeon: r100 clean up CS packet size calc | Dave Airlie | |
2009-03-04 | radeon: settexbuffer support | Dave Airlie | |
This gets DRI2 compiz going | |||
2009-03-04 | radeon: fix texturing for r100 | Dave Airlie | |
2009-03-04 | radeon: use swrast clear - fail on depth | Dave Airlie | |
need to write real hw user clear | |||
2009-03-04 | radeon: fixup some segfaults/exit at startup | Dave Airlie | |
2009-03-03 | radeon: remove debugging | 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 | R300: add support for RS600 chips | Alex Deucher | |
2009-02-27 | R300: set the number of GB pipes on all r3xx-r5xx chips | Alex Deucher | |
2009-02-27 | r300: make ste text buffer work with > 2048 on r500 | Dave Airlie | |
2009-02-27 | radeon: add more fbconfigs | Dave Airlie | |
this makes glxgears get its background back when running under DRI2 | |||
2009-02-27 | r300: remove depth offset exits in favour of rrb depth changes | Dave Airlie | |
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-26 | radeon: fixup old packets emission for CS case | Dave Airlie | |
2009-02-26 | r100: fixup kms state emissions | Dave Airlie | |
2009-02-26 | radeon: avoid page flip code in DRI2 | Dave Airlie | |
2009-02-26 | radeon: enable DRI2 for r100 | Dave Airlie | |
2009-02-26 | radeon: move CB/ZB state init into emit code | Dave Airlie | |
This removes the use of the sarea for this stuff so makes DRI2 easier and emits the CB/ZB info in the correct place | |||
2009-02-26 | r300: fixup texture state emission for kms path | Dave Airlie | |
2009-02-26 | r300: don't call page flip on DRI2 | Dave Airlie | |
2009-02-26 | r300: don't flush VAP too often. | Dave Airlie | |
Flush the VAP the first time for each state atom we upload new VAP data | |||
2009-02-25 | r300: drop r300Flush for the generic one | Dave Airlie | |
2009-02-24 | r300: fix bo ref/unref, plugs DRI handle leaks | Dave Airlie | |
2009-02-23 | r300: fixup old setTexOffset DRI1 extension | Dave Airlie | |
2009-02-23 | radeon: add more debug info to the flush debug | Dave Airlie | |
2009-02-23 | r300: revert back autostate change on cacheflush emit | Dave Airlie | |
2009-02-23 | r300: use OUT_BATCH_REGVAL in a few more places | Dave Airlie | |
2009-02-23 | r300: set u to 0 so debug logs are easier to read | Dave Airlie | |
2009-02-23 | radeon: stabilise r300 driver like the F10 mesa bufmgr | Dave Airlie | |
For some reason flushs caused by this CS needs flush hook, caused the chip to lockup on r300 under compiz, whereas the F10 driver was rock solid. | |||
2009-02-23 | radeon: add some debugging for flush ioctls | Dave Airlie | |
2009-02-23 | radeon: make state atom print like old r300 code | Dave Airlie | |
2009-02-23 | radeon: fixup legacy bo/cs out of VRAM waiting. | Dave Airlie | |
This is similiar to the code from the F10 r300 bufmgr | |||
2009-02-18 | r300: make DRI2 not crash on compiz start | Dave Airlie | |