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
2020-06-24Cleanup: unused struct membersCampbell Barton
2020-05-18Cleanup: Put GPU_state_init inside gpu_state.cClément Foucault
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-19Fix T73931: Stereo Viewport Color ManagementJeroen Bakker
2020-03-11GPU: minor changes to support standalone GHOST buildsCampbell Barton
2019-07-02Cleanup: rename set_inverted_drawing, move to GPU_stateCampbell Barton
2019-06-06Fix missing header for gpu_state.cCampbell Barton
2019-05-28Cleanup: GPU: Move program point size to GPU_stateClément Foucault
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-24GPU: State: Disable polygon smooth and line smooth when running --debug-gpuClément Foucault
2019-03-24GPU: Remove unused and deprecated GPU_line_stipple()Clément Foucault
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-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2018-12-11GPUState: Remove glLineWidth warnings about size 0x0Clément Foucault
2018-11-04Cleanup: style, shadow warningCampbell Barton
2018-11-02GPU: Add safety check for max line widthClément Foucault
2018-10-31GPU: Add glFlush and glFinish wrapperClément Foucault
2018-10-30Fix T56865: Selection of bones not working properly if the option `In Front` ...mano-wii
2018-10-30UI: Fix point size and line width ignoring UI scaling optionClément Foucault
2018-07-18Cleanup: style for GPU moduleCampbell Barton
2018-07-02Cleanup: use _f, _i suffix for GPU state APICampbell Barton
2018-06-28Fix assert to due missing GPU blend mode.Brecht Van Lommel
2018-06-28Fix missing blend mode in recent OpenGL refactorCampbell Barton
2018-06-27Cleanup: styleCampbell Barton
2018-06-27bf_gpu: Add GPU_state module.Ray Molenkamp