| Commit message (Expand) | Author | Age | Files | Lines |
* | Misc fixes. | Aapo Tahkola | 2005-03-18 | 5 | -29/+77 |
* | Fix to get doom3 started. | Aapo Tahkola | 2005-03-17 | 1 | -0/+2 |
* | Simple TCL stage and ability to disable vps. | Aapo Tahkola | 2005-03-17 | 4 | -6/+54 |
* | Proper VAP output configuration as R300_RS_ROUTE_0_COLOR became optional and ... | Aapo Tahkola | 2005-03-16 | 4 | -16/+48 |
* | Fixed some strangeness when mixing textured/flat primitives. Skipping textur... | Ben Skeggs | 2005-03-16 | 1 | -9/+20 |
* | Fix to get glxgears display anything. | Aapo Tahkola | 2005-03-15 | 1 | -1/+5 |
* | For some reason the Makefile didn't commit.. | Ben Skeggs | 2005-03-15 | 1 | -0/+1 |
* | Initial multitexturing support. Old behaviour can be re-enabled by changing ... | Ben Skeggs | 2005-03-15 | 5 | -9/+336 |
* | Stencil support | Peter Zubaj | 2005-03-14 | 4 | -34/+84 |
* | Replacing alpha test bits with values that give desired results as compaired ... | Aapo Tahkola | 2005-03-13 | 1 | -8/+1 |
* | Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes. | Aapo Tahkola | 2005-03-12 | 6 | -23/+70 |
* | Add suitable definitions for the _REV formats, plus a comment | Paul Mackerras | 2005-03-11 | 1 | -10/+20 |
* | Don't use R200 texture constants - R300 fields are all different. | Vladimir Dergachev | 2005-03-09 | 1 | -0/+4 |
* | Deal with texture formats in a more robust way. | Vladimir Dergachev | 2005-03-09 | 1 | -49/+25 |
* | Replacing some RADEON cmd types with r300 counterparts. | Aapo Tahkola | 2005-03-08 | 2 | -6/+6 |
* | Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt cor... | Aapo Tahkola | 2005-03-08 | 5 | -19/+15 |
* | Add format 15. It turned out to be X,X,X,X,X8.gliding_penguin | Vladimir Dergachev | 2005-03-05 | 1 | -2/+2 |
* | Enable VB mode rendering by default. If anyone thinks this is wrong, *please*... | Vladimir Dergachev | 2005-03-05 | 1 | -1/+1 |
* | Do properly initialize ALPHA_TEST register instead of carefully preserving bo... | Vladimir Dergachev | 2005-03-05 | 1 | -2/+6 |
* | Set pipes for R420 cards. Gives a nice speedup. This needs to be tested on r4... | Rune Petersen | 2005-03-04 | 2 | -0/+5 |
* | Add a couple of helper functions for completeness. | Vladimir Dergachev | 2005-03-03 | 1 | -0/+19 |
* | fix for 'nasty bug' and some sanity checks to avoid buffer overruns. Bumping ...before_upgrade_03_01_05 | Aapo Tahkola | 2005-02-28 | 5 | -16/+35 |
* | Added 0x4e51 - Saphire 9600 256MB | hmarson | 2005-02-27 | 1 | -0/+4 |
* | Another nasty struct size bug found. | Aapo Tahkola | 2005-02-24 | 5 | -7/+15 |
* | New elt buffer code should be fairly stable. | Aapo Tahkola | 2005-02-22 | 6 | -124/+43 |
* | Add code to autogenerate vertex shaders. | Vladimir Dergachev | 2005-02-21 | 3 | -7/+113 |
* | Adding support for front buffer mode, removing some code we dont really need ... | Aapo Tahkola | 2005-02-20 | 3 | -79/+74 |
* | Minor fix to border and blend color. | Aapo Tahkola | 2005-02-19 | 3 | -2/+15 |
* | Disabling some fallbacks as they cause misc programs not to start and adding ... | Aapo Tahkola | 2005-02-19 | 1 | -15/+22 |
* | Fix for buffer overrun caused by ALLOC_STATE not having args surrounded by pa... | Aapo Tahkola | 2005-02-19 | 4 | -25/+30 |
* | Print an error if idling the engine before the buffer copy fails. | Nicolai Haehnle | 2005-02-18 | 2 | -1/+2 |
* | r300RefillCurrentDmaRegion: Retry buffer acquisition only once, after | Nicolai Haehnle | 2005-02-18 | 1 | -7/+12 |
* | Always submit command buffers, even when there are no cliprects, | Nicolai Haehnle | 2005-02-18 | 1 | -13/+6 |
* | We dont need to call r300EmitAOS if we arent going to draw anything(r300_get_... | Aapo Tahkola | 2005-02-18 | 1 | -6/+7 |
* | Reset nr_released_bufs to 0 after the command buffer has been submitted. | Nicolai Haehnle | 2005-02-18 | 2 | -1/+7 |
* | Fix: RADEON_DEBUG is a bitfield, so use & to check for flags, not == | Nicolai Haehnle | 2005-02-18 | 1 | -1/+1 |
* | Fixing *lots* of warning messages, especially concerning unportable | Nicolai Haehnle | 2005-02-17 | 10 | -322/+324 |
* | RADEON_DEBUG is a bitfield, so use & instead of ==. | Nicolai Haehnle | 2005-02-17 | 1 | -98/+98 |
* | Switching to start_index32_packet. | Aapo Tahkola | 2005-02-17 | 1 | -1/+7 |
* | magic_1 handling... | Aapo Tahkola | 2005-02-17 | 2 | -21/+60 |
* | oops. | Ben Skeggs | 2005-02-17 | 1 | -1/+1 |
* | Make immediate code do a LOAD_VBPNTR again | Ben Skeggs | 2005-02-17 | 1 | -0/+2 |
* | Cleanup formatting a little bit. | Vladimir Dergachev | 2005-02-17 | 1 | -2/+6 |
* | Support for idx buffers. Leaving it on by default as it doesnt seem to cause ... | Aapo Tahkola | 2005-02-16 | 5 | -4/+119 |
* | small cleanup, remove some warnings | Rune Petersen | 2005-02-16 | 6 | -6/+6 |
* | get two textures to work | reist | 2005-02-16 | 2 | -3/+3 |
* | Don't enable fog. It's broken | Ben Skeggs | 2005-02-16 | 1 | -0/+2 |
* | Share routing code between immd/vb. Fix breakage of vertex programs in vb mode. | Ben Skeggs | 2005-02-15 | 6 | -101/+128 |
* | Added texture format table for big endian (this is a tempory hack). | Jerome Glisse | 2005-02-15 | 1 | -1/+28 |
* | Support for blend color(not tested), "proper line width/point size" clamps an... | Aapo Tahkola | 2005-02-14 | 4 | -19/+69 |