Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-21 | fix up vertex emission before state change | Dave Airlie | |
2007-05-13 | r300: Changed some more functions to static functions. | Oliver McFadden | |
This required reordering some of the functions which is why the diff is a little larger. | |||
2007-05-13 | r300: Changed a couple of functions in r300_state.c to static functions. | Oliver McFadden | |
2007-05-09 | r300: Fixed indenting from previous commit | Oliver McFadden | |
d28f6d91760374e2eb71b541b0f259f81dd73c69. | |||
2007-05-09 | r300: Fixed some more function names. | Oliver McFadden | |
Note there might be some calls to the old function names in conditionally disabled code, but I think I've got them all. | |||
2007-05-09 | r300: Indented r300_state.[ch]. | Oliver McFadden | |
2007-03-15 | Committed Rune Petersen's fragment.position patch (Bug #10024) plus a few small | Oliver McFadden | |
corrections. | |||
2006-03-13 | Clean build. | Aapo Tahkola | |
2005-12-17 | Add some missing hooks. This should fix various little problems with window ↵ | Aapo Tahkola | |
movement and 2d windows flashing on top of 3d windows. This problem was previously shadowed by r300ResetHwState as it gets called frequently. | |||
2005-11-01 | -Fix first frame -bug | Aapo Tahkola | |
-Use 16-bit elts in vtxfmt_a path if possible -Optimize VSF param uploading -return in r300DepthMask looks suspicious, use r300Enable instead -Dont use r300ResetHwState in invalidate state(disabled, missing hooks, possible instabilities) | |||
2005-10-26 | Reduce stderr noise and fix some compiler warnings. | Aapo Tahkola | |
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-07-20 | Clean up warnings in r300 code by making some symbols static, adding prototypes | Eric Anholt | |
for others, and being cleaner with types in fragment/vertex program structures. One warning in r300_shader.c is still concerning. | |||
2005-02-01 | Looks like we can define FIRE_VERTICES correctly. | Vladimir Dergachev | |
2004-12-30 | Port viewport setting code from R200. | Vladimir Dergachev | |
Take it outside R300ResetHwState. | |||
2004-10-17 | - FIX: flickering | Nicolai Haehnle | |
- Scissor support works now | |||
2004-09-28 | Initial revision | Nicolai Haehnle | |