Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync with my local tree. | Aapo Tahkola | 2005-10-26 | 1 | -0/+1 |
| | | | | | | Changes to current operation: -Elts are no longer converted to 16-bit format -Cube maps | ||||
* | add the tile bits for offset, and unk bit 31 of size | Dave Airlie | 2005-10-21 | 1 | -0/+3 |
| | |||||
* | Use depth tiling. | Aapo Tahkola | 2005-06-16 | 1 | -0/+6 |
| | |||||
* | Support 16-bit modes. | Aapo Tahkola | 2005-06-16 | 1 | -1/+2 |
| | |||||
* | Fixed typos. | Vladimir Dergachev | 2005-06-12 | 1 | -2/+2 |
| | |||||
* | Add definition for memory controller latency registers.. | Vladimir Dergachev | 2005-06-10 | 1 | -0/+21 |
| | |||||
* | - Secondary colour | Ben Skeggs | 2005-06-08 | 1 | -1/+6 |
| | | | | - Calculate tc_count in EmitArrays (enabled units != nr texcoords). | ||||
* | Up MAX_AOS_ARRAYS to 16. Do we need more? | Ben Skeggs | 2005-05-28 | 1 | -0/+8 |
| | |||||
* | - Remove one of the loops in emit_arith | Ben Skeggs | 2005-05-25 | 1 | -0/+3 |
| | | | | | | | | | | - Handle REPL_ALPHA in emit_arith (possibly incorrect for some things) - Start on getting demos/arbfplight.c to look right. Won't be animated yet, need to re-work const emit so we can update consts without re-translating the entire program. Assertion in r300_state.c::setup_rs_unit needs to be disabled for it to work. | ||||
* | Implement enough of ARB_fragment_program for Keith's texenv program | Ben Skeggs | 2005-05-23 | 1 | -3/+10 |
| | | | | | | | | | | | | generation in Mesa. Requires most recent Mesa cvs to work correctly. Swizzle code is possibly slow/buggy and will probably be replaced. Old behaviour can be controlled by a #define in r300_context.h, if no-one minds I'll remove the old code later on. Also, disabled cube map extension. AFAIK We don't support it yet, and it causes issues with UT2004. | ||||
* | Ditch unused code and features that arent in subject to get supported any ↵the_perfect_frag | Aapo Tahkola | 2005-05-19 | 1 | -2/+2 |
| | | | | near time. | ||||
* | Polygon mode fixes. | Aapo Tahkola | 2005-05-18 | 1 | -3/+18 |
| | |||||
* | Missing setups that cause all kinds of problems with hw tnl. | Aapo Tahkola | 2005-05-06 | 1 | -0/+1 |
| | |||||
* | Getting rusty... 4278 was already there. | Aapo Tahkola | 2005-05-05 | 1 | -9/+9 |
| | |||||
* | Flat shading and bunch of clarifications to r300_reg.h . | Aapo Tahkola | 2005-05-05 | 1 | -5/+10 |
| | |||||
* | Initial multitexturing support. Old behaviour can be re-enabled by changing ↵ | Ben Skeggs | 2005-03-15 | 1 | -2/+2 |
| | | | | ifdefs in r300_setup_rs_unit and r300SetupPixelShader in r300_state.c\nRequires DRM update. | ||||
* | Stencil support | Peter Zubaj | 2005-03-14 | 1 | -1/+2 |
| | | | | | | Reflex from mesa demos doesn't work TODO - double side stencil I hope that I didn't break anything | ||||
* | Replacing alpha test bits with values that give desired results as compaired ↵ | Aapo Tahkola | 2005-03-13 | 1 | -8/+1 |
| | | | | to software rendering. Alpha test in textures is still completely broken as can be seen in progs/demos/fire and various games. | ||||
* | Set pipes for R420 cards. Gives a nice speedup. This needs to be tested on ↵ | Rune Petersen | 2005-03-04 | 1 | -0/+1 |
| | | | | r420 cards with less than 16 pipes. | ||||
* | New elt buffer code should be fairly stable. | Aapo Tahkola | 2005-02-22 | 1 | -0/+3 |
| | |||||
* | Support for idx buffers. Leaving it on by default as it doesnt seem to cause ↵ | Aapo Tahkola | 2005-02-16 | 1 | -0/+4 |
| | | | | any lock ups nor other issues. Tests with one object using elts should pass. Introducing more than one object will cause indices to mix up as far as i can see. DRM update is needed for this code to work\! | ||||
* | Support for blend color(not tested), "proper line width/point size" clamps ↵ | Aapo Tahkola | 2005-02-14 | 1 | -0/+7 |
| | | | | and fix for glxinfo problem. | ||||
* | Removing some regs that are wrong and adding some comments to r300_reg.h . | Aapo Tahkola | 2005-02-10 | 1 | -12/+20 |
| | |||||
* | Support for PolygonMode. Not too far from working even though i almost gave ↵ | Aapo Tahkola | 2005-02-10 | 1 | -0/+3 |
| | | | | up once already. | ||||
* | Turns out unknown5 was border color. texwrap looks good now. | Aapo Tahkola | 2005-02-10 | 1 | -2/+1 |
| | |||||
* | Adding support for selecting line width. Stipple patterns still cause lots ↵ | Aapo Tahkola | 2005-02-10 | 1 | -0/+15 |
| | | | | of trouble. | ||||
* | To cut the long and boring story short, polygon offsets should now work. vb ↵ | Aapo Tahkola | 2005-02-08 | 1 | -2/+12 |
| | | | | mode colorbuffer clears are still mysticly broken by offsets... Maybe we need to merge zbs and unk42B4 together? | ||||
* | Mark ZBIAS definitions. | Vladimir Dergachev | 2005-02-03 | 1 | -2/+2 |
| | |||||
* | Get Polygon offset fill to work. | Vladimir Dergachev | 2005-02-03 | 1 | -3/+5 |
| | | | | Make WARN_ONCE message more informative. | ||||
* | Get alpha in textures to work properly. | Vladimir Dergachev | 2005-02-01 | 1 | -1/+1 |
| | |||||
* | Add vector distance operator for vertex programs. | Aapo Tahkola | 2005-01-27 | 1 | -0/+1 |
| | |||||
* | Synchronize r300_reg.h. | Nicolai Haehnle | 2005-01-23 | 1 | -37/+83 |
| | | | | Fix unportable whitespace before preprocessor commands. | ||||
* | Properly input stencil info contributed by Wladimir. | Vladimir Dergachev | 2005-01-21 | 1 | -5/+14 |
| | |||||
* | On the way to getting stencil working. | Vladimir Dergachev | 2005-01-15 | 1 | -0/+1 |
| | |||||
* | On the way to getting stencil and texture formats working. | Vladimir Dergachev | 2005-01-15 | 1 | -11/+41 |
| | | | | | Looks like the matter of texture formats is a lot simpler, with the wrong display in quake explained by the fact that we are not handling texture combine modes. | ||||
* | Added fixes for filter modes and support for anisotropy filters. | Aapo Tahkola | 2005-01-14 | 1 | -19/+34 |
| | | | | | | Wrap modes would work perfectly but i messed up something when cleaning up the code :/ Border color code is incomplete because i forgot to check how to set border size :) | ||||
* | Reduce amount of stderr output. | Vladimir Dergachev | 2005-01-14 | 1 | -1/+0 |
| | | | | Switch to using R300_EASY_TX_FORMAT() macro everywhere. | ||||
* | Incorporate latest data from Wladimir van der Laan. | Vladimir Dergachev | 2005-01-14 | 1 | -15/+37 |
| | |||||
* | Sync with master copy. | Vladimir Dergachev | 2005-01-13 | 1 | -5/+5 |
| | |||||
* | Incorporate TX_FORMAT information contributed by Wladimir van der Laan. | Vladimir Dergachev | 2005-01-13 | 1 | -5/+54 |
| | | | | | | Attempt to use it in r300_state.c We are still missing something and the formats do not quite work. Perhaps something in texture management code ? | ||||
* | Mipmapping and other texture filters now work. | Aapo Tahkola | 2005-01-11 | 1 | -0/+11 |
| | | | | | | | | | | Beaware that R300_TX_MIN_FILTER_MASK might be incorrect because i havent been able to confirm that all filters operate correctly. Because of this its also pretty pointless trying to get other features that use filter field to work. Lod bias should also work but have been unable to test it because lodbias test doesnt work. | ||||
* | Sync with master copy. | Vladimir Dergachev | 2005-01-04 | 1 | -0/+5 |
| | |||||
* | Sync with master copy. | Vladimir Dergachev | 2004-12-31 | 1 | -0/+13 |
| | |||||
* | Update with most recent version. | Vladimir Dergachev | 2004-12-26 | 1 | -167/+318 |
| | |||||
* | Add culling registers, sync versions of r300_reg.h | Nicolai Haehnle | 2004-11-02 | 1 | -9/+16 |
| | |||||
* | Huge dumb drop. State: | Nicolai Haehnle | 2004-10-15 | 1 | -6/+69 |
| | | | | | | | | | | - Color buffer clear is accelerated, but flickers (possibly caused by a recent DDX or Mesa change or bad merge) - Everything else uses software fallback rendering - There should be no clipping-related artifacts with the sw-clipspan-fixes.patch against Mesa (posted on dri-devel) - Multiple clients should be rock solid with a DDX patch that is soon to come (soon = within the next hour or so) | ||||
* | Initial revision | Nicolai Haehnle | 2004-09-28 | 1 | -0/+847 |