OSDN Git Service

mesa: create wrapper around teximage()
authorTimothy Arceri <tarceri@itsqueeze.com>
Mon, 26 Jun 2017 00:49:15 +0000 (10:49 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Mon, 26 Jun 2017 22:11:02 +0000 (08:11 +1000)
commitca5f1e82de7e43eecb00843597688801809cc22e
tree5217956acaddabb7bd9ff7139ca004a51e58f346
parent62abf6862f24f1633166e47b097f7bd255067c45
mesa: create wrapper around teximage()

This is used to inline KHR_no_error logic without inlining
the function into all its callers.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/mesa/main/teximage.c