Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | radeon/r200/r300: set the texture depth correctly for DRI2 | Dave Airlie | 2009-03-24 | 1 | -6/+0 | |
| | | ||||||
* | | Merge branch 'radeon-fbo-hacking' into radeon-rewrite | Dave Airlie | 2009-03-23 | 5 | -260/+47 | |
|\ \ | ||||||
| * | | raedon/r200/r300: mega-FBO commits. | Dave Airlie | 2009-03-23 | 5 | -258/+34 | |
| | | | | | | | | | | | | | | | | | | Re work depth issues. Do a lot more FBO abstactions fixup depth/stencil buffer interactions | |||||
| * | | r200: fix for sure | Dave Airlie | 2009-03-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | radeon/r200: oops make correct fbo init calls | Dave Airlie | 2009-03-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | 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/r200/r300: add support for new tfp interface | Dave Airlie | 2009-03-22 | 2 | -3/+18 | |
|/ / | | | | | | | also fixup old interface, gets rid of white boxes in compiz | |||||
* | | Merge remote branch 'main/master' into radeon-rewrite | Dave Airlie | 2009-03-20 | 3 | -21/+25 | |
|\| | | | | | | | | | | | | | | | | | 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 | |||||
| * | mesa: gl_register_file enum typedef | Brian Paul | 2009-03-07 | 1 | -1/+1 | |
| | | ||||||
| * | mesa: use Stencil._Enabled field instead of Stencil.Enabled | Brian Paul | 2009-03-02 | 1 | -1/+1 | |
| | | ||||||
| * | mesa: re-org texgen state | Brian Paul | 2009-02-21 | 1 | -19/+23 | |
| | | | | | | | | 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 | 1 | -1/+1 | |
| | | ||||||
* | | r200: enable hw clears | Dave Airlie | 2009-03-10 | 2 | -19/+234 | |
| | | ||||||
* | | r300: move firevertices out into the main place its needed. | Dave Airlie | 2009-03-09 | 1 | -1/+0 | |
| | | | | | | | | This fixes a hang on context destruction on rs690 | |||||
* | | r200: cs emit state fixups | Dave Airlie | 2009-03-06 | 1 | -4/+6 | |
| | | ||||||
* | | r200: remove depth check for dri2 | Dave Airlie | 2009-03-06 | 1 | -4/+1 | |
| | | ||||||
* | | r200: temporary sw clear code | Dave Airlie | 2009-03-06 | 1 | -1/+18 | |
| | | ||||||
* | | radeon: use t->bo to figure out of settexbuffer override is in action | Dave Airlie | 2009-03-05 | 1 | -0/+4 | |
| | | ||||||
* | | r200: port over state emits for kms from radeon | Dave Airlie | 2009-03-05 | 1 | -10/+67 | |
| | | | | | | | | this needs testing on real hw | |||||
* | | r200: add set tex buffer support | Dave Airlie | 2009-03-06 | 2 | -0/+105 | |
| | | ||||||
* | | radeon: refactor framebuffer code like intel | Dave Airlie | 2009-03-03 | 3 | -87/+11 | |
| | | | | | | | | | | this is a step towards fbos and should fix pageflipping, but I think the first flip seems broken. | |||||
* | | r200: fixup emit sizes for kms | Dave Airlie | 2009-02-27 | 1 | -0/+6 | |
| | | ||||||
* | | r200: port over cs emit changes from radeon | Dave Airlie | 2009-02-27 | 1 | -88/+48 | |
| | | ||||||
* | | radeon/r200: drop legacy texture heap code | Dave Airlie | 2009-02-17 | 1 | -53/+0 | |
| | | ||||||
* | | radeon/r200: fixup texturing aging calls | Dave Airlie | 2009-02-17 | 1 | -3/+2 | |
| | | ||||||
* | | radeon/r200: drop dirty state from texture object + pp_txoffset | Dave Airlie | 2009-02-17 | 3 | -25/+4 | |
| | | | | | | | | this is just more code cleanup for old dead code | |||||
* | | r200: align with r100 code | Dave Airlie | 2009-02-17 | 1 | -3/+2 | |
| | | ||||||
* | | radeon: add cflags to decide whether to link libdrm_radeon or not. | Dave Airlie | 2009-02-15 | 1 | -1/+3 | |
| | | | | | | | | | | You don't need libdrm_radeon for the legacy driver to build, only for the experimental mm/cs paths. | |||||
* | | radeon-common: Fix crash in glGetTexImage | Nicolai Haehnle | 2009-02-14 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 <[email protected]> | |||||
* | | r200: fixup cube emit debug | Dave Airlie | 2009-02-14 | 1 | -2/+1 | |
| | | ||||||
* | | r200: fix another cmdbuf sizing issue | Dave Airlie | 2009-02-14 | 1 | -1/+1 | |
| | | ||||||
* | | radeon/r200: make setTexOffset work again | Dave Airlie | 2009-02-13 | 1 | -1/+2 | |
| | | ||||||
* | | radeon/r200: fix set tex offset functions | Dave Airlie | 2009-02-13 | 1 | -3/+1 | |
| | | ||||||
* | | r200: update with changes from r100 driver for texture state | Dave Airlie | 2009-02-13 | 1 | -2/+44 | |
| | | ||||||
* | | r200: port over state emit fix from r100 | Dave Airlie | 2009-02-13 | 1 | -2/+4 | |
| | | ||||||
* | | r200: fixup some CS emission sizes | Dave Airlie | 2009-02-13 | 3 | -2/+3 | |
| | | ||||||
* | | r200: use correct finish interface | Dave Airlie | 2009-02-13 | 5 | -6/+4 | |
| | | ||||||
* | | Merge remote branch 'origin/master' into radeon-rewrite | Dave Airlie | 2009-02-13 | 1 | -8/+2 | |
|\| | | | | | | | | | | | | | Conflicts: configure.ac src/mesa/drivers/dri/r200/r200_context.c src/mesa/drivers/dri/r300/r300_render.c | |||||
| * | Make GL_ARB_draw_buffers mandatory | Ian Romanick | 2009-01-28 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Ian Romanick <[email protected]> | |||||
| * | Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory | Ian Romanick | 2009-01-28 | 1 | -2/+0 | |
| | | | | | | | | Signed-off-by: Ian Romanick <[email protected]> | |||||
| * | Make GL_ARB_vertex_buffer_object mandatory | Ian Romanick | 2009-01-28 | 1 | -2/+0 | |
| | | | | | | | | Signed-off-by: Ian Romanick <[email protected]> | |||||
| * | Make GL_ARB_multisample mandatory | Ian Romanick | 2009-01-28 | 1 | -2/+0 | |
| | | | | | | | | Signed-off-by: Ian Romanick <[email protected]> | |||||
| * | Make GL_ARB_texture_compression mandatory | Ian Romanick | 2009-01-28 | 1 | -2/+0 | |
| | | | | | | | | Signed-off-by: Ian Romanick <[email protected]> | |||||
* | | radeon/r200/r300: make build again with tracker changes | Dave Airlie | 2009-02-13 | 1 | -0/+1 | |
| | | ||||||
* | | radeon: remove depends on libdrm_radeon for now. | Dave Airlie | 2009-02-12 | 1 | -1/+1 | |
| | | | | | | | | | | 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 | 4 | -5/+3 | |
| | | ||||||
* | | r200/r300: get up to speed on renamed files | Dave Airlie | 2009-02-12 | 8 | -71/+34 | |
| | | ||||||
* | | r100/r200: fix front rendering issue. | Dave Airlie | 2009-02-12 | 1 | -0/+1 | |
| | | ||||||
* | | radeon/r200/r300: another big merge upheavel. | Dave Airlie | 2009-02-12 | 10 | -306/+72 | |
| | | | | | | | | | | | | | | | | 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 |