OSDN Git Service

mesa: add RGBX formats for existing GL RGB texture formats
authorMarek Olšák <maraeo@gmail.com>
Mon, 28 Jan 2013 15:33:10 +0000 (16:33 +0100)
committerMarek Olšák <maraeo@gmail.com>
Wed, 6 Feb 2013 23:20:24 +0000 (00:20 +0100)
commitf9fa725690c470daf308fcf155dec061ac6e059d
treec4175066571f7a77ef3e073239344d651ccf090a
parent70bf7bae1dcfcbde3102a7c4c6f728fbdc2dd8dc
mesa: add RGBX formats for existing GL RGB texture formats

v2: fix compilation of swrast
src/mesa/main/format_pack.c
src/mesa/main/format_unpack.c
src/mesa/main/formats.c
src/mesa/main/formats.h
src/mesa/main/texstore.c
src/mesa/swrast/s_texfetch.c