Module: Mesa Branch: master Commit: e4c968cdbbdc020afbf869d12b536c0a0dbf9de8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4c968cdbbdc020afbf869d12b536c0a0dbf9de8
Author: Christoph Bumiller <[email protected]> Date: Fri Mar 4 23:54:42 2011 +0100 nv50,nvc0: update the format tables Removed sampler view support for USCALED/SSCALED, the texture unit refuses to convert to non-normalized float. The enums are treated like UNORM. Removed duplicate format related headers. --- src/gallium/drivers/nv50/nv50_formats.c | 178 +++++++++--------- src/gallium/drivers/nv50/nv50_tex.c | 23 ++- src/gallium/drivers/nv50/nv50_texture.xml.h | 60 ++++-- src/gallium/drivers/nvc0/nv50_defs.xml.h | 142 -------------- src/gallium/drivers/nvc0/nv50_texture.xml.h | 259 ------------------------ src/gallium/drivers/nvc0/nvc0_formats.c | 283 ++++++++++++++++----------- src/gallium/drivers/nvc0/nvc0_state.c | 2 +- src/gallium/drivers/nvc0/nvc0_surface.c | 2 +- src/gallium/drivers/nvc0/nvc0_tex.c | 25 ++- src/gallium/drivers/nvc0/nvc0_transfer.c | 2 +- 10 files changed, 335 insertions(+), 641 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=e4c968cdbbdc020afbf869d12b536c0a0dbf9de8 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
