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-04-02Cleanup: empty expression statement warningCampbell Barton
2019-03-24Cleanup: redundant use of string formatting functionsCampbell Barton
2019-03-22GPU: Create and use new GPU_texture_read_rect utility.mano-wii
2019-03-20Cleanup: use lowercase for dimensions in function namesCampbell Barton
2019-03-19Cleanup: comment blocksCampbell Barton
2019-02-18doxygen: update doxygen & add balembic groupCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-25T60745: GPU texture alloc failed when opening Preference WindowsClément Foucault
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2018-12-15Fix T56185, T59351: bypass GL_PROXY_TEXTURE.. test on AMD GPU + windowsmano-wii
2018-12-12GPUTexture: Add debug print for cubemap texturesClément Foucault
2018-12-12GPUTexture: Fix memory statistics not working for Multisamples texturesClément Foucault
2018-12-11GPUTexture: Add debug output to check what texture was createdClément Foucault
2018-12-03Workbench: Reduce VRAM usage depending on modeClément Foucault
2018-11-30GPUTexture: Add support for GL_R16 texture formatClément Foucault
2018-10-26Eevee: SSS: Fix issue with mac and stencil buffer blittingClément Foucault
2018-10-26GPU: Add workarounds for buggy glBlitFramebuffer function on macOS + RadeonClément Foucault
2018-10-26GPUTexture: Add supports for GL_DEPTH32F_STENCIL8 texture formatClément Foucault
2018-10-22GPU: Fix Issue with recursive downsample and Intel HDXXXClément Foucault
2018-10-12GPUTexture: Add support for GPU_RGBA8UIClément Foucault
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-15GPUTexture: Fix problem with glGenerateMipmapClément Foucault
2018-09-12Cleanup: use uint/uchar types in GPUCampbell Barton
2018-09-10Fix assert when toggling Xray mode after going to Solid and lookedev/eeveeClément Foucault
2018-08-10GPUMaterial: Group all colorband texture togetherClément Foucault
2018-07-27GPUTexture: Fix wrong texture size checkClément Foucault
2018-07-27Fix GPU build error after recent commit.Brecht Van Lommel
2018-07-27Fix T55888: Eevee: crash when shadow cube size is > 512pxClément Foucault
2018-07-19GPU: Add GC to FBOs and UBOs and centralize all GCsClément Foucault
2018-07-18Cleanup: style for GPU moduleCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-10GPUTexture: Refactor of texture creation & new featureClément Foucault
2018-07-08Cleanup: rename 'ct' to 'len' for gawainCampbell Barton
2018-06-27bf_gpu: Add GPU_state module.Ray Molenkamp
2018-06-25Cleanup: code styleCampbell Barton
2018-06-22Cleanup: styleCampbell Barton
2018-06-22Cleanup: suppress assert in recent GPU refactorCampbell Barton
2018-06-22GLRefactor: Refactor bf_blenfont to use GPUTexture instead of raw GL calls an...Ray Molenkamp
2018-06-12Cleanup: remove image->bindcode, always wrap in GPUTexture.Brecht Van Lommel
2018-06-11Revert "Cleanup: remove image->bindcode, always wrap in GPUTexture."Brecht Van Lommel
2018-06-11Cleanup: remove image->bindcode, always wrap in GPUTexture.Brecht Van Lommel
2018-06-08Rename: GPU_texture_orphansDalai Felinto
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04 Cleanup: strip trailing space in GPU moduleCampbell Barton
2018-06-03GPUTexture: Fix memleak in orphaned texture management.Clément Foucault
2018-06-02GPU: Fix texture being freed in threads without ogl context bound.Clément Foucault
2018-05-31GPUTexture: Expose GPU_texture_create_buffer and add GL_R32I support.Clément Foucault
2018-05-30GPUTexture: Add support for GL_RGBA16 texture format.Clément Foucault