Hack around latest AMD graphics cards having troubles with point sprite rendering

The problem is still unresolved on the 5870 card, and results in a black screen
See also http://forums.amd.com/devforum/messageview.cfm?catid=392&threadid=129431
This commit is contained in:
erwin.coumans
2010-06-25 18:31:10 +00:00
parent b04f176604
commit b884554a8f
2 changed files with 10 additions and 2 deletions

View File

@@ -6,6 +6,8 @@ ${BULLET_PHYSICS_SOURCE_DIR}/Demos/SharedOpenCL
${BULLET_PHYSICS_SOURCE_DIR}/Demos/OpenGL
)
ADD_DEFINITIONS(-DUSE_AMD_OPENCL)
IF (INTERNAL_CREATE_DISTRIBUTABLE_MSVC_PROJECTFILES)
INCLUDE_DIRECTORIES( $ENV{==ATISTREAMSDKROOT=}/include )
IF (CMAKE_CL_64)