Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: add GL_OES_geometry_point_size and conditionalize gl_PointSize | Ilia Mirkin | 2016-01-26 | 1 | -0/+7 |
| | | | | | | | | | | | For now this will be enabled in tandem with GL_OES_geometry_shader. Should a driver come along that wants to separate them out, another enable can be added. Also adds the missed GL_OES_geometry_shader define in glcpp. Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Marta Lofstedt <[email protected]> | ||||
* | glsl: move to compiler/ | Emil Velikov | 2016-01-26 | 298 | -0/+6284 |
Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]> Acked-by: Jose Fonseca <[email protected]> |