summaryrefslogtreecommitdiff
path: root/Modules/FindOpenGL.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindOpenGL: support finding GLES2 and GLES3Jaswant Panchumarti2023-03-101-10/+179
* FindOpenGL: Fix confusing output with CMP0072 and OpenGL preferenceColton G. Rushton2022-08-301-1/+1
* FindOpenGL: handle GLX without GLVNDBen Boeckel2021-02-261-1/+1
* Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-11/+33
* Merge topic 'FPHSA-name-mismatches-chained-via-include'Brad King2020-08-101-0/+7
|\
| * FPHSA: detect inclusion between find modulesBen Boeckel2020-08-071-0/+7
* | FindOpenGL: Drop Cygwin-specific behavior and use POSIX code pathLemures Lemniscati2020-08-061-13/+1
|/
* FindOpenGL: only mark declared cache variables as advancedBen Boeckel2020-01-201-11/+32
* Merge topic 'update-documentation'Kyle Edwards2019-04-241-3/+3
|\
| * Help: Improve description of modulesBartosz Kosiorek2019-04-231-3/+3
* | FindOpenGL: look for GLVND libraries with a libglvnd suffixBen Boeckel2019-04-171-0/+3
|/
* cmake_policy: Add undocumented GET_WARNING commandKyle Edwards2018-10-101-4/+2
* Help: Convert FindOpenGL documentation to block commentKyle Edwards2018-10-101-119/+120
* FindOpenGL: remove duplicate OpenGL::GL referenceBen Boeckel2018-01-181-1/+0
* Merge topic 'hardcoded-path-removal'Brad King2017-11-271-9/+7
|\
| * Modules: Remove paths set as global Unix prefixesChristian Pfeiffer2017-11-201-9/+7
* | FindOpenGL: Add policy CMP0072 to prefer GLVND for legacy GLBrad King2017-11-171-4/+33
|/
* FindOpenGL: Add option to prefer GLVND for legacy GLBrad King2017-11-151-13/+56
* FindOpenGL: Re-order component library searchesBrad King2017-11-151-7/+8
* FindOpenGL: Default to non-GLVND libraries for legacy GLBrad King2017-11-091-20/+24
* FindOpenGL: Clarify logic constructing OPENGL_LIBRARIESBrad King2017-11-071-1/+2
* FindOpenGL: Add support for GLVND on LinuxTom Fogal2017-09-251-39/+280
* Use string(APPEND) in ModulesDaniel Pfeifer2017-05-171-2/+2
* FindOpenGL: Provide imported targets for GL and GLUBrad King2016-12-021-0/+59
* Find*.cmake: drop the comments before including FPHSARolf Eike Beer2016-11-281-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* FindOpenGL: Don't add AGL to OPENGL_LIBRARIES on OS X.David Gobbi2015-12-141-4/+8
* Merge topic 'FindOpenGL-revert-imported-targets'Brad King2014-12-031-40/+0
|\
| * FindOpenGL: Revert support for imported targets (#15267)Brad King2014-12-011-40/+0
* | FindOpenGL: Drop explicit dependency on X11 (#15268)Brad King2014-12-011-13/+0
|/
* FindOpenGL: Fix typo in documented target nameBrad King2014-06-091-1/+1
* FindOpenGL: Provide imported targets for GL and GLUPhilipp Möller2014-06-051-0/+40
* FindOpenGL: Organize and format module documentationPhilipp Möller2014-06-051-18/+24
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-11/+25
* FindOpenGL: require headers to be found on non-Windows platforms (#13746)Rolf Eike Beer2013-04-171-1/+7
* FindOpenGL: simplify OS selection codeRolf Eike Beer2013-04-171-91/+82
* FindOpenGL: add Haiku pathsRolf Eike Beer2013-01-081-9/+21
* Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include()Rolf Eike Beer2012-11-041-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-19/+19
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-60/+60
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-6/+6
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Use FPHSA in FindOpenGLBen Boeckel2010-12-081-4/+5
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+13
* ENH: add path for 64 bit on old hpBill Hoffman2009-06-151-1/+3
* ENH: add more search paths on HPUXBill Hoffman2009-06-151-0/+8
* BUG: fix for bug 7104 look for GL in X11R6 dirsBill Hoffman2008-08-191-4/+4
* STYLE: remove unnecessary default search pathsAlexander Neundorf2007-08-101-26/+4
* STYLE: don't test twice for APPLEAlexander Neundorf2007-07-031-71/+73