Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-12 | Fix compilation warning. | Jerome Glisse | |
2006-07-27 | r300_emit.h cleanup. | Jerome Glisse | |
Remove unused macro Replace LOCAL_VAR, PREFIX* Indent code Remove radeon redundant CP type 3 packet | |||
2005-06-27 | Uncomment a couple of helper functions. | Vladimir Dergachev | |
Fix slipup from CVS update that was commented out and did not show up during compilation. | |||
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-05-05 | Flat shading and bunch of clarifications to r300_reg.h . | Aapo Tahkola | |
2005-03-12 | Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes. | Aapo Tahkola | |
2005-03-03 | Add a couple of helper functions for completeness. | Vladimir Dergachev | |
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-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-01-22 | Properly configure routing - based on advice by Keith Whitwell. | Vladimir Dergachev | |
2005-01-11 | Move the few definitions from r300_lib.h still in use to r300_emit.h. | Vladimir Dergachev | |
Rework *vb* function to not use AOS_ARRAY structure, but rather work directly with r300->state.aos. Remove references to r300_lib.h and r300_lib.c Remove r300_lib.[c,h]. | |||
2005-01-01 | Add a convenience function to issue CP delays. | Vladimir Dergachev | |
2004-12-29 | Bring in latest revision of r300_lib. | Vladimir Dergachev | |
New capabilities: using vertex buffers, immediate vertex data, immediate indices. | |||
2004-12-27 | Use R300_CMD_END3D for end_3d(). | Vladimir Dergachev | |
2004-12-27 | Implement rendering of (flat color) QUAD primitives as an experiment. | Vladimir Dergachev | |