Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-22Cleanup: remove redundant GPU headersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-31Cleanup: use struct for GPU the select bufferCampbell Barton
2022-01-31Cleanup: use enum type for selection mode & internal algorithm enumCampbell Barton
2022-01-26Fix error using GPU selection cache for selection pickingCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'gpu'Campbell Barton
2021-10-05Cleanup: use doxygen sectionsCampbell Barton
2021-10-03Cleanup: spelling in commentsCampbell Barton
2020-10-19Spelling: MiscellaneousHarley Acheson
2020-07-26Cleanup: GPU: Remove unused code and headerClément Foucault
2020-06-10Fix T77560: Bone selection crashesCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-05-22GPU_select_buffer_stride_realign: fix crash when one of the rect's dimensions...mano-wii
2019-04-27Fix T63936 GPUSelect: Read depth in the endClément Foucault
2019-04-22Cleanup: style, use braces for gpuCampbell Barton
2019-04-21Cleanup: comments (long lines) in gpuCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-01Edit Mesh Selection: Clear out buffer that indicates out of bounds pixels.mano-wii
2019-03-28Fix build errorsmano-wii
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-16Preferences: remove OpenGL select method preference.Brecht Van Lommel
2018-07-18Cleanup: style for GPU moduleCampbell Barton
2018-03-01Merge branch 'master' into blender2.8Campbell Barton
2018-03-01GPU_select: remove unused finalize functionCampbell Barton
2018-02-28Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-28Cleanup: use 'uint' for GPU_selectCampbell Barton
2018-02-27Merge branch 'master' into blender2.8Campbell Barton
2018-02-27GPU_select: utility function to finalize selectionCampbell Barton
2017-07-25Fix T52190: Depth picking failsCampbell Barton
2017-07-19Manipulators: use nearest manipulatorCampbell Barton
2017-06-14Merge branch 'master' into blender2.8Campbell Barton
2017-06-14Fix buffer read error w/ 2 pass select queriesCampbell Barton
2017-03-15Blender 2.8: Always prefer Occlusion Queries when using AUTO selection modeSergey Sharybin
2017-03-083D View: new nethod of opengl selectionCampbell Barton
2017-03-08OpenGL Select: integer rect for passing regionCampbell Barton
2017-03-03Cleanup: GPU_select never took NULL rectCampbell Barton
2017-03-03Cleanup: redundant header, use const, short -> boolCampbell Barton
2016-03-30Fix T47940: Custom bone shapes, select error w/ Open NVidia driversCampbell Barton
2016-01-09Cleanup: style, gpu moduleCampbell Barton
2015-11-24OpenGL: clean up use of old extensionsMike Erwin
2015-02-24Fix T43785 crash with border select.Antony Riakiotakis
2015-02-06cleanup: styleCampbell Barton
2015-02-02Selection: avoid uninitialized memory read with occlusion queriesAntony Riakiotakis
2015-01-23cleanup: styleCampbell Barton
2014-11-29Correct includes for win32Campbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins