~ubuntu-branches/ubuntu/quantal/mesa/quantal

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/i965/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-02-21 12:44:07 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20070221124407-rgcacs32mycrtadl
ImportĀ upstreamĀ versionĀ 6.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        intel_regions.c \
17
17
        intel_screen.c \
18
18
        intel_span.c \
 
19
        intel_pixel_copy.c \
 
20
        intel_pixel_bitmap.c \
19
21
        intel_state.c \
20
22
        intel_tex.c \
21
23
        intel_tex_validate.c \
22
24
        brw_aub.c \
 
25
        brw_aub_playback.c \
23
26
        brw_cc.c \
24
27
        brw_clip.c \
25
28
        brw_clip_line.c \
42
45
        brw_exec_array.c \
43
46
        brw_exec_draw.c \
44
47
        brw_exec_eval.c \
45
 
        brw_exec_generic.c \
46
48
        brw_fallback.c \
47
49
        brw_gs.c \
48
50
        brw_gs_emit.c \