Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa pack: use _mesa_problem instead of assert | Jordan Justen | 2012-07-21 | 1 | -1/+8 |
| | | | | | | | | If the pack type is not supported, use _mesa_problem rather than asserting. Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa: Add the remaining from/to types for GL_EXT_texture_integer (and R/RG). | Eric Anholt | 2012-01-24 | 1 | -0/+115 |
This aborts and crashes in intel oglconform's int-textures into being just rendering failures. Clamping isn't handled yet. v2: Add missing "break". v3: Drop the int/uint distinction, since they don't need different clamping. NOTE: This is a candidate for the 8.0 branch. Reviewed-by: Brian Paul <[email protected]> (v2) |