~ubuntu-branches/ubuntu/raring/mesa/raring-proposed

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/r300/r300_context.c

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2011-06-19 21:26:00 UTC
  • mfrom: (1.6.1 upstream) (3.3.18 sid)
  • mto: (3.3.20 sid)
  • mto: This revision was merged to the branch mainline in revision 145.
  • Revision ID: james.westby@ubuntu.com-20110619212600-rleaapdmnbtstekb
Tags: 7.11~0-2
Thank you sbuild for giving a green light when that's not actually the
case. Fix missing Pre-Depends for the libegl1-mesa-drivers package
(multiarch-support).

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#include "main/extensions.h"
44
44
#include "main/bufferobj.h"
45
45
#include "main/texobj.h"
 
46
#include "main/mfeatures.h"
46
47
 
47
48
#include "swrast/swrast.h"
48
49
#include "swrast_setup/swrast_setup.h"
132
133
  {"GL_ATI_texture_mirror_once",        NULL},
133
134
  {"GL_MESA_pack_invert",               NULL},
134
135
  {"GL_MESA_ycbcr_texture",             NULL},
135
 
  {"GL_MESAX_texture_float",            NULL},
136
136
  {"GL_NV_blend_square",                NULL},
137
137
  {"GL_NV_vertex_program",              GL_NV_vertex_program_functions},
138
138
#if FEATURE_OES_EGL_image