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-07-18GWN: Port to GPU module: Move files to GPUClément Foucault
2018-07-18GWN: Port to GPU module: codestyle & licenceClément Foucault
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-08Cleanup: rename 'ct' to 'len' for gawainCampbell Barton
2018-06-16GLRefactor: Remove all GL types from gawains public headers.Ray Molenkamp
2018-06-08Cleanup: unused var, trailing spaceCampbell Barton
2018-05-02GWN: Add GWN_batch_uniform_mat4.Clément Foucault
2018-04-05GWN: Add GWN_batch_uniform_2fv_array.Clément Foucault
2018-03-31GWN: Perf: Bypass glUseProgram(0)Clément Foucault
2018-03-29GWN: Batch: Add GWN_batch_uniform_4fv_arrayClément Foucault
2018-03-16GWN: Uncomment a (now) usefull assertClément Foucault
2018-03-15GWN: Batch: Perf: Comment out glBindVertexArray(0)Clément Foucault
2018-03-15GWN: Batch: Only revert to default Vao when needed.Clément Foucault
2018-03-15GWN: Add primitive restart in element/index buffers.Clément Foucault
2018-02-26V3D: Vertex selection: Fix opengl error.Clément Foucault
2018-02-25DRW/GWN: Bypass glUseProgram.Clément Foucault
2018-02-22GWN: Fix use after free crash.Clément Foucault
2018-02-21Gawain: Refactor: VAOs caching AND use new VAOs manager.Clément Foucault
2018-02-14GWN: Add GWN_batch_draw_proceduralClément Foucault
2018-02-14GWN: Allow drawing instances without batch_instancingClément Foucault
2018-02-14DRW: Refactor: Make use of the new Gawain long attrib support.Clément Foucault
2018-02-14GWN: Extend support for multiple of 4 components in batches.Clément Foucault
2018-02-14GWN: Add support for 4x4 Matrices and instancing attributes.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-02Gawain : Add workaround to fix bad sync of the program_in_use flag.Clément Foucault
2017-08-18PyAPI: Iniital gawain API for PythonCampbell 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