~ubuntu-branches/ubuntu/quantal/stormbaancoureur/quantal

« back to all changes in this revision

Viewing changes to src-common/ogl.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Barry deFreese
  • Date: 2009-12-03 19:47:21 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091203194721-i5m322qbcee1em63
Tags: 2.1.6-1
[ Barry deFreese ]
* New upstream release.
  + Drop gcc-4.4 patch, merged upstream.
  + Uses new leaderboard server. (Closes: #534773).
* Update Homepage.
* Bump Standards Version to 3.8.3. (No changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
static ssgTexture *spotlight_texture=0;
31
31
 
32
 
static const int shadowmapsize = 1024;
 
32
static const int shadowmapsize = 512;
33
33
static GLuint fragment_shader, vertex_shader;
34
34
static GLuint program;
35
35
static GLint uniform_loc_tex0, uniform_loc_tex1, uniform_loc_tex2;