소스 검색

restore ACCUM_BITS to 16

tags/mesa_4_1
Brian Paul 23 년 전
부모
커밋
4b334b2db6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/mesa/main/config.h

+ 2
- 2
src/mesa/main/config.h 파일 보기

@@ -1,4 +1,4 @@
/* $Id: config.h,v 1.40 2002/06/15 03:03:07 brianp Exp $ */
/* $Id: config.h,v 1.41 2002/10/05 03:01:28 brianp Exp $ */

/*
* Mesa 3-D graphics library
@@ -154,7 +154,7 @@
/*
* Bits per accumulation buffer color component: 8, 16 or 32
*/
#define ACCUM_BITS 32
#define ACCUM_BITS 16


/*

Loading…
취소
저장