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

« back to all changes in this revision

Viewing changes to src/gallium/drivers/i915/Makefile.sources

  • 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:
 
1
C_SOURCES := \
 
2
        i915_blit.c \
 
3
        i915_clear.c \
 
4
        i915_flush.c \
 
5
        i915_context.c \
 
6
        i915_debug.c \
 
7
        i915_debug_fp.c \
 
8
        i915_state.c \
 
9
        i915_state_immediate.c \
 
10
        i915_state_dynamic.c \
 
11
        i915_state_derived.c \
 
12
        i915_state_emit.c \
 
13
        i915_state_fpc.c \
 
14
        i915_state_sampler.c \
 
15
        i915_state_static.c \
 
16
        i915_screen.c \
 
17
        i915_prim_emit.c \
 
18
        i915_prim_vbuf.c \
 
19
        i915_query.c \
 
20
        i915_resource.c \
 
21
        i915_resource_texture.c \
 
22
        i915_resource_buffer.c \
 
23
        i915_fpc_emit.c \
 
24
        i915_fpc_translate.c \
 
25
        i915_fpc_optimize.c \
 
26
        i915_surface.c