소스 검색

svga: s/Bool/SVGA3dBool/ in SVGA3dDevCapResult

And fix whitespace.  To sync up with in-house code.

Reviewed-by: Charmaine Lee <charmainel@vmware.com>
tags/18.1-branchpoint
Brian Paul 7 년 전
부모
커밋
94610758a3
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      src/gallium/drivers/svga/include/svga3d_devcaps.h

+ 3
- 3
src/gallium/drivers/svga/include/svga3d_devcaps.h 파일 보기

@@ -448,10 +448,10 @@ typedef enum {
SVGADX_DXFMT_MULTISAMPLE_8 )

typedef union {
Bool b;
SVGA3dBool b;
uint32 u;
int32 i;
float f;
int32 i;
float f;
} SVGA3dDevCapResult;

#endif /* _SVGA3D_DEVCAPS_H_ */

Loading…
취소
저장