소스 검색

softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED query

tags/mesa_7_5_rc4
Brian Paul 16 년 전
부모
커밋
af7fb892d8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      src/gallium/drivers/softpipe/sp_screen.c

+ 2
- 0
src/gallium/drivers/softpipe/sp_screen.c 파일 보기

@@ -87,6 +87,8 @@ softpipe_get_param(struct pipe_screen *screen, int param)
return 8; /* max 128x128x128 */
case PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS:
return 12; /* max 2Kx2K */
case PIPE_CAP_TGSI_CONT_SUPPORTED:
return 1;
default:
return 0;
}

Loading…
취소
저장