Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | raedon/r200/r300: mega-FBO commits. | Dave Airlie | 2009-03-23 | 13 | -353/+466 |
| | | | | | | Re work depth issues. Do a lot more FBO abstactions fixup depth/stencil buffer interactions | ||||
* | radeon fbo: add draw offset calcs | Dave Airlie | 2009-03-22 | 3 | -2/+12 |
| | |||||
* | radeon: use mipmap fns in FBO code | Dave Airlie | 2009-03-22 | 1 | -3/+2 |
| | |||||
* | radeon: add miptree offset functions | Dave Airlie | 2009-03-22 | 2 | -2/+30 |
| | |||||
* | radeon/r200: oops make correct fbo init calls | Dave Airlie | 2009-03-21 | 1 | -1/+1 |
| | |||||
* | radeon: add xRGB span functions | Dave Airlie | 2009-03-21 | 1 | -1/+11 |
| | | | | same as ARGB need to add a parameter to get ptr32 | ||||
* | radeon: dri2 is hooked up elsewhere now | Dave Airlie | 2009-03-21 | 1 | -4/+0 |
| | |||||
* | radeon/r200: add fbo init | Dave Airlie | 2009-03-21 | 1 | -0/+1 |
| | |||||
* | radeon/r200: add fbo state changes | Dave Airlie | 2009-03-21 | 1 | -2/+12 |
| | |||||
* | radeon: align FBO pitch | Dave Airlie | 2009-03-21 | 1 | -3/+5 |
| | |||||
* | radeon: fixup last missing x_off/y_off | Dave Airlie | 2009-03-21 | 1 | -4/+4 |
| | |||||
* | radeon: add cpp/pitch to rrb | Dave Airlie | 2009-03-21 | 1 | -0/+2 |
| | |||||
* | radeon/fbo: add x_off and y_off in correct places | Dave Airlie | 2009-03-21 | 1 | -10/+10 |
| | |||||
* | radeon: dPriv handling is now in cliprects code | Dave Airlie | 2009-03-21 | 1 | -12/+0 |
| | |||||
* | radeon: fixup span code for FBOs | Dave Airlie | 2009-03-21 | 3 | -15/+44 |
| | |||||
* | radeon: fix up span function setting | Dave Airlie | 2009-03-21 | 3 | -6/+15 |
| | |||||
* | more fbo fillin | Dave Airlie | 2009-03-20 | 1 | -0/+68 |
| | |||||
* | radeon: some more fbo work | Dave Airlie | 2009-03-20 | 3 | -97/+303 |
| | |||||
* | radeon: initial couch code copy from radeon | Dave Airlie | 2009-03-20 | 2 | -0/+195 |
| | |||||
* | Merge remote branch 'main/master' into radeon-rewrite | Dave Airlie | 2009-03-20 | 4 | -16/+16 |
|\ | | | | | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/r300/r300_cmdbuf.c src/mesa/drivers/dri/r300/r300_state.c src/mesa/drivers/dri/r300/r300_swtcl.c src/mesa/drivers/dri/r300/radeon_ioctl.c src/mesa/drivers/dri/radeon/radeon_screen.c | ||||
| * | fix typo in fragment pipe alu define, should fix dot3_rgb tex combine | Roland Scheidegger | 2009-03-09 | 1 | -1/+1 |
| | | |||||
| * | mesa: remove last of _mesa_unreference_framebuffer() calls | Brian Paul | 2009-03-07 | 1 | -1/+1 |
| | | |||||
| * | r300: shut up valgrind | Maciej Cencora | 2009-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | It complained about uninitialized values Signed-off-by: Nicolai Haehnle <[email protected]> | ||||
| * | R300: Add support for RS600 chips | Alex Deucher | 2009-02-25 | 2 | -2/+12 |
| | | |||||
| * | mesa: re-org texgen state | Brian Paul | 2009-02-21 | 1 | -12/+12 |
| | | | | | | | | New gl_texgen struct allows quite a bit of code reduction. | ||||
* | | radeon/r200/r300: cleanup some of the renderbuffer code | Dave Airlie | 2009-03-19 | 6 | -78/+69 |
| | | |||||
* | | radeon: fix up locking like the intel driver for pageflip/swaps | Dave Airlie | 2009-03-19 | 1 | -5/+6 |
| | | |||||
* | | Fixup previous commit. | Michel Dänzer | 2009-03-16 | 1 | -3/+2 |
| | | | | | | | | | | radeonScheduleSwap() already takes the lock in the SwapBuffers case, only the CopySubBuffer case was missing it. | ||||
* | | radeon: Take the hardware lock for swaps and flips. | Michel Dänzer | 2009-03-16 | 1 | -0/+3 |
| | | | | | | | | Otherwise they fail with AIGLX at least. | ||||
* | | radeon: remove unused lines | Dave Airlie | 2009-03-10 | 1 | -3/+0 |
| | | |||||
* | | r300: move firevertices out into the main place its needed. | Dave Airlie | 2009-03-09 | 2 | -2/+1 |
| | | | | | | | | This fixes a hang on context destruction on rs690 | ||||
* | | radeon: fix cut-n-paste typo | Dave Airlie | 2009-03-08 | 1 | -1/+1 |
| | | |||||
* | | rs690: fix r300 swtcl bug in DMA code. | Dave Airlie | 2009-03-07 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | radeon: implement userspace clears | Dave Airlie | 2009-03-06 | 2 | -29/+238 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | radeon: use t->bo to figure out of settexbuffer override is in action | Dave Airlie | 2009-03-05 | 1 | -1/+1 |
| | | |||||
* | | r200: add set tex buffer support | Dave Airlie | 2009-03-06 | 1 | -3/+6 |
| | | |||||
* | | radeon: r100 clean up CS packet size calc | Dave Airlie | 2009-03-04 | 1 | -4/+3 |
| | | |||||
* | | radeon: settexbuffer support | Dave Airlie | 2009-03-04 | 4 | -1/+119 |
| | | | | | | | | This gets DRI2 compiz going | ||||
* | | radeon: fix texturing for r100 | Dave Airlie | 2009-03-04 | 1 | -9/+66 |
| | | |||||
* | | radeon: use swrast clear - fail on depth | Dave Airlie | 2009-03-04 | 1 | -54/+103 |
| | | | | | | | | need to write real hw user clear | ||||
* | | radeon: fixup some segfaults/exit at startup | Dave Airlie | 2009-03-04 | 2 | -6/+4 |
| | | |||||
* | | radeon: remove debugging | Dave Airlie | 2009-03-03 | 1 | -1/+0 |
| | | |||||
* | | radeon: refactor framebuffer code like intel | Dave Airlie | 2009-03-03 | 9 | -391/+557 |
| | | | | | | | | | | this is a step towards fbos and should fix pageflipping, but I think the first flip seems broken. | ||||
* | | R300: add support for RS600 chips | Alex Deucher | 2009-02-27 | 2 | -1/+11 |
| | | |||||
* | | R300: set the number of GB pipes on all r3xx-r5xx chips | Alex Deucher | 2009-02-27 | 1 | -1/+1 |
| | | |||||
* | | radeon: add more fbconfigs | Dave Airlie | 2009-02-27 | 1 | -2/+56 |
| | | | | | | | | this makes glxgears get its background back when running under DRI2 | ||||
* | | r200: port over cs emit changes from radeon | Dave Airlie | 2009-02-27 | 1 | -1/+0 |
| | | |||||
* | | radeon: fixup old packets emission for CS case | Dave Airlie | 2009-02-26 | 1 | -3/+35 |
| | | |||||
* | | r100: fixup kms state emissions | Dave Airlie | 2009-02-26 | 1 | -2/+38 |
| | | |||||
* | | radeon: avoid page flip code in DRI2 | Dave Airlie | 2009-02-26 | 1 | -1/+2 |
| | |