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
2018-01-09Gawain: Fix codestyle.Clément Foucault
2018-01-09Gawain: VBO: Add possibility to use external datablock.Clément Foucault
2018-01-09Gawain: Modify batch draw function to work with ranges.Clément Foucault
2017-10-11Gawain: Fix instancing messing next draw.Clément Foucault
2017-10-08Gawain: Make common uniforms become builtinsClément Foucault
2017-10-06Gawain: Reduce shader interface bucket sizeClément Foucault
2017-10-06Gawain: Add UBOs to shader interface.Clément Foucault
2017-10-06Gawain: Simplify / optimize the shader interface.Clément Foucault
2017-10-06Revert "Gawain: Optimize out extra level on top of ShaderInput"Clément Foucault
2017-10-05Gawain: Optimize out extra level on top of ShaderInputSergey Sharybin
2017-10-05Gawain: Make builtin uniform lookup to be O(1)Sergey Sharybin
2017-10-05Gawain: Lookup uniforms and attributes from bucketsSergey Sharybin
2017-10-05Gawain: Force hashing function to be inlinedSergey Sharybin
2017-10-02Gawain : Add workaround to fix bad sync of the program_in_use flag.Clément Foucault
2017-08-18Cleanup: use lowercase prefix for local API'sCampbell Barton
2017-08-18PyAPI: Iniital gawain API for PythonCampbell Barton
2017-08-17Gawain: name struct'sCampbell Barton
2017-08-16Gawain: remove GWN_batch_discard_allCampbell Barton
2017-08-16Gawain: add ownership flag to Gwn_BatchCampbell Barton
2017-08-15Cleanup: use 'gwn' prefix for gawain filenamesCampbell Barton
2017-07-12Gawain: add GWN_vertbuf_clearCampbell Barton
2017-07-08Gawain: Add support for compressed index with instancing.Clément Foucault
2017-06-29Missing from last commitCampbell Barton
2017-06-29Gawain: add method of stepping over data directlyCampbell Barton
2017-06-29Gawain: Use common prefix for packed normalCampbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-06-13CMake: add missing includesCampbell Barton
2017-06-07Fix MSVC compile (T51740)Mike Erwin
2017-06-07Gawain: stricter lookup of builtin uniformsMike Erwin
2017-06-07Gawain: faster lookup shader attribs by nameMike Erwin
2017-06-01Gawain: Optimize shader uniform accessSergey Sharybin
2017-05-29Gawain: update comments to match latest APIMike Erwin
2017-05-29Gawain: Add support for rendering using an instance batch (for particles)Clément Foucault
2017-05-26Gawain: move convert_prim_type_to_gl to private APIMike Erwin
2017-05-23Cleanup: Make Gawain code style more consistentSergey Sharybin
2017-05-22Gawain: replace switch with lookup tableMike Erwin
2017-05-22Fix compilation on gccAntony Riakiotakis
2017-05-22Gawain: remove GLenum from IndexType APIMike Erwin
2017-05-22Gawain: use integer math to convert int16 to int10Mike Erwin
2017-05-22Gawain: cleanup code formattingMike Erwin
2017-05-22Gawain: drop support for APPLE_flush_buffer_rangeMike Erwin
2017-05-21Gawain: drop support for APPLE_vertex_array_objectMike Erwin
2017-05-21Gawain: promote 10_10_10 to first-class vertex formatMike Erwin
2017-05-19Remove reference to WITH_GL_PROFILE_COREDalai Felinto
2017-05-17Gawain: Fix crash in release build.Clément Foucault
2017-05-15Gawain: further cleanup to VertexBuffer_primeMike Erwin
2017-05-15Gawain: cleanup VRAM usage metricMike Erwin
2017-05-15Gawain: revert recent VRAM usage metricMike Erwin
2017-05-15Gawain: Fix memory manager.Clément Foucault
2017-05-15Gawain: Add assert for maximum attribute name.Clément Foucault