summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/ARB_depth_clamp.xml
Commit message (Collapse)AuthorAgeFilesLines
* glapi: mv code generation to subdirGeorge Sapountzis2010-02-241-12/+0
| | | | This just moves files, code generation Makefile will be fixed in next commit for easier review.
* mesa: Add support for ARB_depth_clamp.Eric Anholt2009-09-081-0/+12
This currently doesn't include fixing up the cliptests in the assembly paths to support ARB_depth_clamp, so enabling depth_clamp forces the C path.