~ubuntu-branches/ubuntu/maverick/glide/maverick

« back to all changes in this revision

Viewing changes to glide3x/h5/glide3/src/gpci.c

  • Committer: Bazaar Package Importer
  • Author(s): Guillem Jover
  • Date: 2010-04-27 02:11:41 UTC
  • Revision ID: james.westby@ubuntu.com-20100427021141-ol7iuf1j4gngci0k
Tags: 2002.04.10ds1-5
* Debconf template translations:
  - Update Vietnamese. (Closes: #548039)
    Thanks to Clytie Siddall <clytie@riverland.net.au>.
* Switch to source format “3.0 (quilt)”:
  - Remove quilt from Build-Depends.
  - Remove quilt.make include from debian/rules.
  - Remove patch and unpatch target calls from debian/rules.
  - Remove now unneeded debian/README.source.
* Remove duplicated source Section field from libglide2 and libglide3
  binary package stanzas.
* Add md5sum control files to binary packages.
* Now using Standards-Version 3.8.4 (no changes needed).
* Switch libglide2-dev and libglide3-dev dependencies on libglide2 and
  libglide3 (respectively) to be strictly versioned. This was not done
  as historically the -dev packages were arch:all.
* Add lintian overrides for “useless ldconfig calls”, as the symlink under
  /usr/lib to the actual backend only gets created at install time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
559
559
  {
560
560
    /* Window coords */
561
561
    {
562
 
      { _trisetup_Default_win_nocull_valid,   _trisetup_Default_win_cull_valid },
 
562
      { _trisetup_Default_win_nocull_valid, _trisetup_Default_win_cull_valid },
563
563
      { _trisetup_Default_win_nocull_invalid, _trisetup_Default_win_cull_invalid },
564
564
    },
565
565
 
574
574
  {
575
575
    /* Window coords */
576
576
    {
577
 
      { _trisetup_3DNow_win_nocull_valid,  _trisetup_3DNow_win_cull_valid },
578
 
      { _trisetup_3DNow_win_nocull_invalid,  _trisetup_3DNow_win_cull_invalid },
 
577
      { _trisetup_3DNow_win_nocull_valid, _trisetup_3DNow_win_cull_valid },
 
578
      { _trisetup_3DNow_win_nocull_invalid, _trisetup_3DNow_win_cull_invalid },
579
579
    },
580
580
    /* Clip coordinates */
581
581
    {
588
588
  {
589
589
    /* Window coords */
590
590
    {
591
 
      { _trisetup_null, _trisetup_null },
592
 
      { _trisetup_null, _trisetup_null },
 
591
      { (GrTriSetupProc) _trisetup_null, (GrTriSetupProc) _trisetup_null },
 
592
      { (GrTriSetupProc) _trisetup_null, (GrTriSetupProc) _trisetup_null },
593
593
    },
594
594
 
595
595
    /* Clip coordinates */
596
596
    {
597
 
      { _trisetup_null, _trisetup_null },
598
 
      { _trisetup_null, _trisetup_null },
 
597
      { (GrTriSetupProc) _trisetup_null, (GrTriSetupProc) _trisetup_null },
 
598
      { (GrTriSetupProc) _trisetup_null, (GrTriSetupProc) _trisetup_null },
599
599
    },
600
600
  },
601
601
};
604
604
 * unset for C_TRISETUP. Currently, teh grDrawTriangle code will only
605
605
 * vector to the asm code if C_TRISETUP is not set.  
606
606
 */
607
 
#if GLIDE_USE_C_TRISETUP || __POWERPC__
 
607
#if GLIDE_USE_C_TRISETUP || __alpha__ || __POWERPC__
608
608
static GrVertexListProc _vertexListProcs[][2] = {
609
609
  { _grDrawVertexList, _grDrawVertexList },
610
610
#if GL_AMD3D
1710
1710
      GR_DCL_GC;
1711
1711
 
1712
1712
      /* If there is no current gc in tls then set the current context. */
1713
 
      if (gc == NULL) setThreadValue((FxU32)&_GlideRoot.GCs[_GlideRoot.current_sst]);
 
1713
      if (gc == NULL) setThreadValue((AnyPtr)&_GlideRoot.GCs[_GlideRoot.current_sst]);
1714
1714
    }
1715
1715
    break;
1716
1716
  case DLL_THREAD_DETACH: