OSDN Git Service

mesa: fill in SRGB cases in _mesa_format_matches_format_and_type
authorMarek Olšák <maraeo@gmail.com>
Mon, 28 Jan 2013 20:02:46 +0000 (21:02 +0100)
committerMarek Olšák <maraeo@gmail.com>
Mon, 11 Feb 2013 18:43:01 +0000 (19:43 +0100)
commit87f94e6f80dcdc3933edee24b1f7a6e355c4abaa
tree8f4b545f2c96a26d66352630826d88e676120843
parent1ab2c55bf49dd90e1c08e0b8226e354137d041cd
mesa: fill in SRGB cases in _mesa_format_matches_format_and_type

Texstore takes the same codepath as the corresponding linear formats.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/formats.c