OSDN Git Service

gl_VertexID implementation
[android-x86/external-swiftshader.git] / src / Shader / VertexRoutine.cpp
2017-07-27 Alexis Hetugl_VertexID implementation
2017-05-03 Nicolas CapensAdd Subzero as a Git subtree.
2016-12-09 Nicolas CapensFix transpose2x4().
2016-09-28 Alexis HetuFixing Linux build
2016-09-26 Alexis HetuFix for the remaining vertex array issues
2016-05-27 Nicolas CapensSupport frustum clipping against z = -1.
2016-05-20 Alexis HetuVertexRoutine code for Transform Feedback
2016-05-20 Nicolas CapensMake the number of vertex inputs configurable.
2016-05-20 Nicolas CapensMake the number of vertex outputs configurable.
2016-05-20 Nicolas CapensFix overwriting clip flags with varyings.
2016-05-16 Alexis HetuAdded vertex attribute types
2016-05-11 Nicolas CapensApply the Apache 2.0 license.
2016-03-18 Alexis Hetu32-bit integer vertex attribute
2016-01-26 Nicolas CapensDetect all texture sampling shader instructions.
2016-01-25 Nicolas CapensMake vertex registers members of routine classes.
2016-01-25 Nicolas CapensMove parameter reading to a prototype constructor.
2016-01-25 Nicolas CapensEliminate redundant register set argument passing.
2016-01-25 Nicolas CapensDerive VertexRoutine from Function<>.
2016-01-14 Nicolas CapensMake Function arguments type-safe.
2016-01-14 Nicolas CapensMake Function variadic and take a function signature.
2015-07-21 Nicolas CapensSkip half-pixel shift on pre-transformed coordinates.
2015-07-21 Nicolas CapensMove back-tranform of pre-transformed vertices to postT...
2015-07-03 Nicolas CapensUse the projection matrix to scale z.
2015-07-03 Nicolas CapensEliminate the half-pixel NDC shift.
2015-06-26 Nicolas CapensFix vertex attribute count constant.
2015-06-10 Nicolas CapensFix potential null pointer dereference.
2015-06-08 Alexis HetuglInstanceID implementation
2015-04-01 Alexis HetuReplacing numbers by constants
2015-02-11 Nicolas CapensAdd support for quad primitives.
2015-01-22 Nicolas CapensMake the GLSL compiler independent of the API shader...
2014-05-06 John BaumanAdd SwiftShader dump from Feb 6 2013
2014-05-06 John BaumanUpdate SwiftShader to April code dump.
2014-05-06 John BaumanAdd SwiftShader source to repo