Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix miptree layout (i915) for small compressed mipmaps | Roland Scheidegger | 2007-05-19 | 1 | -1/+1 |
| | | | | | | This seems to work now. Also fix i945 set_level_info, need to match i915 behaviour for storing mip height, as it's assumed to be the mip width (in texels) elsewhere and the division by 4 is done later (untested). | ||||
* | Fix copy-and-paste-o of my e-mail address. | Michel Dänzer | 2006-12-14 | 2 | -2/+2 |
| | |||||
* | Fix some corner cases in i945_miptree_layout_2d(). | Michel Dänzer | 2006-12-14 | 1 | -7/+27 |
| | | | | Based on a patch from Keith Whitwell, with some further fixes. | ||||
* | Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers. | Michel Dänzer | 2006-12-14 | 2 | -0/+123 |
Use the i965 version as it has some fixes over the i915tex version. |