aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_tex_layout.c
Commit message (Expand)AuthorAgeFilesLines
* Silence warnings.michal2007-08-161-2/+2
* Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-43/+44
* Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell2007-08-131-6/+7
* mt->pitch must be at least 16 because of 64-byte alignment in sp_region.c (fi...Brian2007-08-111-0/+6
* Give softpipe a native texture layout of its own.Keith Whitwell2007-08-101-3/+344
* need a softpipe func for texture layoutBrian2007-08-061-0/+13