summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Collapse)Author
2007-08-09Put 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-07sketch out new pipe surface/sampler typesBrian
2007-08-07prototypesBrian
2007-08-06clean-upsBrian
2007-08-06Lift intel_mipmap_tree.c to st_mipmap_tree.cBrian
2007-08-06More code movement, removal of intel dependenciesBrian
2007-08-06Checkpoint lifting of intel_mipmap_tree (intel_mipmap_tree -> ↵Brian
pipe_mipmap_tree and move some code)
2007-05-19fix miptree layout (i915) for small compressed mipmapsRoland 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-14Fix copy-and-paste-o of my e-mail address.Michel Dänzer
2006-12-14Fix some corner cases in i945_miptree_layout_2d().Michel Dänzer
Based on a patch from Keith Whitwell, with some further fixes.
2006-12-14Share 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.