aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pack_tmp.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa pack: use _mesa_problem instead of assertJordan Justen2012-07-211-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 Anholt2012-01-241-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)