Displaying 3 results from an estimated 3 matches for "lower_cull_distance".
2015 May 24
2
[RFC PATCH 00/11] Implement ARB_cull_distance
...t;   src/glsl/ir_optimization.h                         |   1 +
>>   src/glsl/link_varyings.cpp                         |  17 +-
>>   src/glsl/link_varyings.h                           |   3 +-
>>   src/glsl/linker.cpp                                | 124 +++--
>>   src/glsl/lower_cull_distance.cpp                   | 549 +++++++++++++++++++++
>>   src/glsl/standalone_scaffolding.cpp                |   1 +
>>   src/glsl/tests/varyings_test.cpp                   |  27 +
>>   src/mapi/glapi/gen/gl_API.xml                      |   7 +-
>>   src/mesa/drivers/dri/i965/b...
2015 May 24
2
[RFC PATCH 00/11] Implement ARB_cull_distance
...|   1 +
>>>>    src/glsl/link_varyings.cpp                         |  17 +-
>>>>    src/glsl/link_varyings.h                           |   3 +-
>>>>    src/glsl/linker.cpp                                | 124 +++--
>>>>    src/glsl/lower_cull_distance.cpp                   | 549
>>>> +++++++++++++++++++++
>>>>    src/glsl/standalone_scaffolding.cpp                |   1 +
>>>>    src/glsl/tests/varyings_test.cpp                   |  27 +
>>>>    src/mapi/glapi/gen/gl_API.xml                      |...
2015 May 24
19
[RFC PATCH 00/11] Implement ARB_cull_distance
...pes.h                              |  10 +-
 src/glsl/ir_optimization.h                         |   1 +
 src/glsl/link_varyings.cpp                         |  17 +-
 src/glsl/link_varyings.h                           |   3 +-
 src/glsl/linker.cpp                                | 124 +++--
 src/glsl/lower_cull_distance.cpp                   | 549 +++++++++++++++++++++
 src/glsl/standalone_scaffolding.cpp                |   1 +
 src/glsl/tests/varyings_test.cpp                   |  27 +
 src/mapi/glapi/gen/gl_API.xml                      |   7 +-
 src/mesa/drivers/dri/i965/brw_fs_visitor.cpp       |   2 +-
 src/me...