mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
mesa: Move drawtex functionality to main/
This commit is contained in:
parent
72c3667cb7
commit
b5157a0885
4 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ include $(MESA)/sources.mak
|
|||
# LOCAL sources
|
||||
|
||||
LOCAL_ES1_SOURCES := \
|
||||
main/drawtex.c \
|
||||
glapi/glapi-es1/main/enums.c
|
||||
|
||||
LOCAL_ES1_GALLIUM_SOURCES := \
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "drawtex.h"
|
||||
#include "main/drawtex.h"
|
||||
#include "main/state.h"
|
||||
#include "main/imports.h"
|
||||
|
||||
|
|
@ -27,6 +27,7 @@ MAIN_SOURCES = \
|
|||
main/dlist.c \
|
||||
main/dlopen.c \
|
||||
main/drawpix.c \
|
||||
main/drawtex.c \
|
||||
main/enable.c \
|
||||
main/enums.c \
|
||||
main/eval.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue