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
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-26Cleanup: draw manager headersCampbell Barton
2019-01-24Cleanup: add missing braces to draw managerCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2019-01-21DRW: Fix corner indices order in clipping plane setupClément Foucault
2019-01-21Fix clipping shaders with some AMD/Intel driversCampbell Barton
2019-01-21Cleanup: rename terms count/num to lenCampbell Barton
2019-01-18DRW: Increase frustum culling precisionClément Foucault
2019-01-17DRW: Use name buffer to request uniform location before drawing.Clément Foucault
2019-01-03Cleanup: preprocessor indentationCampbell Barton
2018-12-24Fix/cleanup another bunch of UI messages issues.Bastien Montagne
2018-12-18DRW: Polygon Offset: Also offset lines and pointsClément Foucault
2018-12-13Cleanup: styleCampbell Barton
2018-12-11DRW: Add polygon offset mode.Clément Foucault
2018-12-11DRW: Deprecate / Remove DRW_STATE_STIPPLE_*Clément Foucault
2018-12-07DRW: Add Provoking vertex state.Clément Foucault
2018-11-07Workbench: Fix volumetric blending leading to corrupted render resultsClément Foucault
2018-11-02DRW: Use GPU module wrapper for line widthClément Foucault
2018-10-09Eevee: Add support/Fix Object Info nodeClément Foucault
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-08-27Revert "DRW: Remove unecessary GL calls"Clément Foucault
2018-08-27DRW: Remove unecessary GL callsClément Foucault
2018-08-14DRW: Fix incorrect default stencil valueClément Foucault
2018-08-03DRW: Augment Debug messagesClément Foucault
2018-08-02DRW: Add UBO binding checking routine.Clément Foucault
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-08Cleanup: rename 'ct' to 'len' for size varsCampbell Barton
2018-07-03Cleanup: typosCampbell Barton
2018-06-10Workbench: Xray: Optimize and fix implementation.Clément Foucault
2018-06-04Workbench: Shadows: Fix cap being clipped by far plane.Clément Foucault
2018-06-01T54991: Restore support for Motion Path drawing in 2.8Joshua Leung
2018-05-31DRW: Fix DRW_shgroup_call_procedural_* vertex count.Clément Foucault
2018-05-30Cleanup: style/whitespaceCampbell Barton
2018-05-30DRW: Instance selection id: use Batch buffers instead of DRWInstanceDataClément Foucault
2018-05-30DRW: Add new per drawcall option to bypass culling.Clément Foucault
2018-05-30DRW: Add DRW_CALL_PROCEDURAL DRWCall type.Clément Foucault
2018-05-27Workbench: Shadows: Add frustum check and camera occlusion test.Clément Foucault
2018-05-27Workbench: Shadow: Use depth fail method for manifold objects.Clément Foucault
2018-05-26Cleanup: whitespace, long lines, duplicate includeCampbell Barton
2018-05-24Workbench: Revealage bufferJeroen Bakker
2018-05-20DRW: Rename some DRW_STATE_* for more consistency.Clément Foucault
2018-05-20Workbench: Shadow: Add Depth Fail methodClément Foucault
2018-05-20Cleanup: whitespace, duplicate includesCampbell Barton
2018-05-16GPUShader/DRW: Add Transform Feedback support.Clément Foucault
2018-05-11DRW: Add DRW_UNIFORM_FLOAT_COPY and DRW_UNIFORM_BOOL_COPY.Clément Foucault
2018-05-11Cleanup: use 'uint' in draw managerCampbell Barton
2018-05-07DRW: Fix incorrect blending function reset.Clément Foucault
2018-05-07DRW: Do not multiply alpha or color by alpha if not in blend more.Clément Foucault
2018-05-06DRW: Add DRW_STATE_WIRE_SMOOTH to draw smooth wires.Clément Foucault
2018-05-04Workbench: ShadowsJeroen Bakker