Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-26 | Sync with my local tree. | Aapo Tahkola | |
Changes to current operation: -Elts are no longer converted to 16-bit format -Cube maps | |||
2005-06-27 | Rename unchecked state to match DRM driver. | Vladimir Dergachev | |
Emit wait idle and pacify r300 before emitting state - this seems to improve stability. | |||
2005-06-08 | - Secondary colour | Ben Skeggs | |
- Calculate tc_count in EmitArrays (enabled units != nr texcoords). | |||
2005-05-28 | Programmable per-vertex point sizes and proper result reg assigns. | Aapo Tahkola | |
2005-05-13 | Patch from Jeff Smith: | Nicolai Haehnle | |
The type of vertex data is opaque in the emit_* functions, so use GLvoid* instead of char*. This also eliminates some compiler warnings. | |||
2005-05-11 | VBOs. | Aapo Tahkola | |
2005-05-01 | Add support to external tnl switcher and disable hw tnl by default. | Aapo Tahkola | |
2005-04-30 | r300 side support for fixed function pipeline. This isnt functional with ↵ | Aapo Tahkola | |
current Mesa. | |||
2005-04-18 | Fixing and enabling elt buffers by default. | Aapo Tahkola | |
2005-03-18 | Misc fixes. | Aapo Tahkola | |
2005-03-17 | Simple TCL stage and ability to disable vps. | Aapo Tahkola | |
2005-03-16 | Proper VAP output configuration as R300_RS_ROUTE_0_COLOR became optional and ↵ | Aapo Tahkola | |
broke arbvptorus(takes no input color but produces output color). Also removing some useless code. | |||
2005-02-28 | fix for 'nasty bug' and some sanity checks to avoid buffer overruns. Bumping ↵ | Aapo Tahkola | |
VSF_MAX_FRAGMENT_LENGTH as it seems a bit low otherwise. | |||
2005-02-24 | Another nasty struct size bug found. | Aapo Tahkola | |
2005-02-22 | New elt buffer code should be fairly stable. | Aapo Tahkola | |
2005-02-21 | Add code to autogenerate vertex shaders. | Vladimir Dergachev | |
This is needed for multitexturing to work properly. | |||
2005-02-17 | Fixing *lots* of warning messages, especially concerning unportable | Nicolai Haehnle | |
whitespace before preprocessor commands. Please, can you try to keep the warnings down? Try running make with make -s sometime to see just how bad an offender the current code is. | |||
2005-02-17 | magic_1 handling... | Aapo Tahkola | |
2005-02-16 | Support for idx buffers. Leaving it on by default as it doesnt seem to cause ↵ | Aapo Tahkola | |
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\! | |||
2005-02-16 | small cleanup, remove some warnings | Rune Petersen | |
2005-02-16 | Don't enable fog. It's broken | Ben Skeggs | |
2005-02-15 | Share routing code between immd/vb. Fix breakage of vertex programs in vb mode. | Ben Skeggs | |
2005-02-11 | Port of r200 VB code. VB path should be as fast as the immediate path now, ↵ | Ben Skeggs | |
tuxracer should render correctly. Immediate path was left enabled. |