Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-09 | Put back the old versions of intel_tex_layout.* in this shared directory. | Keith Whitwell | |
Unbreak the original i915, i915tex drivers. We will have our own version of this functionality in the pipe driver and not attempt to share with the older code. | |||
2007-08-07 | sketch out new pipe surface/sampler types | Brian | |
2007-08-07 | prototypes | Brian | |
2007-08-06 | clean-ups | Brian | |
2007-08-06 | Lift intel_mipmap_tree.c to st_mipmap_tree.c | Brian | |
2007-08-06 | More code movement, removal of intel dependencies | Brian | |
2007-08-06 | Checkpoint lifting of intel_mipmap_tree (intel_mipmap_tree -> ↵ | Brian | |
pipe_mipmap_tree and move some code) | |||
2007-05-19 | fix miptree layout (i915) for small compressed mipmaps | Roland Scheidegger | |
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). | |||
2006-12-14 | Fix copy-and-paste-o of my e-mail address. | Michel Dänzer | |
2006-12-14 | Fix some corner cases in i945_miptree_layout_2d(). | Michel Dänzer | |
Based on a patch from Keith Whitwell, with some further fixes. | |||
2006-12-14 | Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers. | Michel Dänzer | |
Use the i965 version as it has some fixes over the i915tex version. |