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
2016-10-18OpenGL: tweak image shaders & code that uses themMike Erwin
2016-10-17Fix for gpu_shader_2D_texture_2D_frag.glslDalai Felinto
2016-10-17OpenGL: disable checks for NPOT texture supportMike Erwin
2016-10-17Gawain: tweak tracking of unassigned attributes (no API change)Mike Erwin
2016-10-17OpenGL: new built-in shader for smooth round 3D points w/ outlineMike Erwin
2016-10-17OpenGL: new immUniformThemeColorShadeAlpha functionMike Erwin
2016-10-17Gawain: new immUniform4fv functionMike Erwin
2016-10-16OpenGL: add GLSL #version 330, drop 140 and 150Mike Erwin
2016-10-16Gawain: new immSkipAttrib functionMike Erwin
2016-10-15Gawain: improve immediate mode performanceMike Erwin
2016-10-15OpenGL: new built-in point shader, clean up other shader namesMike Erwin
2016-10-13more theme color functions: UI_GetThemeColorBlendShade4fv, immUniformThemeCol...Dalai Felinto
2016-10-13Gawain: vertex format now uses fixed allocations (CPU perf++)Mike Erwin
2016-10-13viewport: barebones to handle viewport compositing in gpu_viewport.cDalai Felinto
2016-10-13Gawain: fix build when TRUST_NO_ONE is disabledMike Erwin
2016-10-13Fix compiling with BlenderplayerJulian Eisel
2016-10-13Gawain: fix immediate mode for multiple GL contextsMike Erwin
2016-10-13gawain: assert for immBeginAtMost(..., 0)Dalai Felinto
2016-10-13gawain/immediate mode: new util functions for color uniformsDalai Felinto
2016-10-12OpenGL: matrix fixes & compatibilityMike Erwin
2016-10-11quiet GPU matrix debug printingMike Erwin
2016-10-11BLF/OpenGL: draw text with new immediate modeMike Erwin
2016-10-10Gawain: add immRect utility functions (replaces legacy glRect)Mike Erwin
2016-10-10OpenGL: remove GLSL support query (it's always supported)Mike Erwin
2016-10-10OpenGL: plug new matrix system into shaders (WIP)Mike Erwin
2016-10-09fix shaders for picky GLSL compilersMike Erwin
2016-10-08Gawain: validate inputs to add_attribMike Erwin
2016-10-08OpenGL: fix smooth point fringeMike Erwin
2016-10-08OpenGL: shaders for smooth round pointsMike Erwin
2016-10-08Gawain: allow immBeginAtMost, immEnd with no verticesMike Erwin
2016-10-08Gawain: code cleanup & inline docsMike Erwin
2016-10-07Blender 2.8: OpenGL: replace old GL with the new immediate API in UI_draw_rou...Mike Erwin
2016-10-07OpenGL: fix shader input typoMike Erwin
2016-10-07Gawain: allow strips of 1 line, fans of 1 triangleMike Erwin
2016-10-06OpenGL: another built-in shader for 2D pointsMike Erwin
2016-10-06OpenGL: more built-in GPU_SHADERs for pointsMike Erwin
2016-10-06Gawain: more ways to set uniform colorMike Erwin
2016-10-05Gawain: more ways to set uniform colorMike Erwin
2016-10-04fix Linux buildMike Erwin
2016-10-04Gawain: fix bug in immUniformColor4ubvMike Erwin
2016-10-02Merge branch 'master' into blender2.8Bastien Montagne
2016-10-02OpenGL: fix point spritesMike Erwin
2016-10-02OpenGL: one more point shaderMike Erwin
2016-10-01Fix wrong Cycles GLSL pointiness, still not supported but should be neutral 0.5.Brecht Van Lommel
2016-10-01OpenGL: new built-in shaders for drawing pointsMike Erwin
2016-10-01OpenGL: add support for programmable point sizeMike Erwin
2016-10-01OpenGL: make platform requirements explicitMike Erwin
2016-09-30UPBGE: Fix crash when calling shade_light texture when mtex has no tex.Ulysse Martin
2016-09-28Complement fixup for 4a1feaa5558ed603 (texture shaders)Dalai Felinto
2016-09-28Fix animation transition in region overlay not working since 4a1feaa5Dalai Felinto