~ubuntu-branches/ubuntu/precise/mesa/precise-updates

« back to all changes in this revision

Viewing changes to src/gallium/drivers/softpipe/Makefile

  • Committer: Package Import Robot
  • Author(s): Robert Hooker
  • Date: 2012-02-02 12:05:48 UTC
  • mfrom: (1.7.1) (3.3.27 sid)
  • Revision ID: package-import@ubuntu.com-20120202120548-nvkma85jq0h4coix
Tags: 8.0~rc2-0ubuntu4
Drop drisearchdir handling, it is no longer needed with multiarch
and dri-alternates being removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
C_SOURCES = \
7
7
        sp_fs_exec.c \
8
 
        sp_fs_sse.c \
9
8
        sp_clear.c \
10
9
        sp_fence.c \
11
10
        sp_flush.c \
19
18
        sp_quad_fs.c \
20
19
        sp_quad_blend.c \
21
20
        sp_screen.c \
22
 
        sp_setup.c \
 
21
        sp_setup.c \
23
22
        sp_state_blend.c \
24
23
        sp_state_clip.c \
25
24
        sp_state_derived.c \