search for: e616520

Displaying 2 results from an estimated 2 matches for "e616520".

Did you mean: 16520
2015 May 24
2
[Mesa-dev] [PATCH 07/11] glsl: Add arb_cull_distance support
...? > - prog->LastClipDistanceArraySize : > + prog->LastClipCullDistanceArraySize : > this->matched_candidate->type->array_size(); > > if (this->is_subscripted) { > diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp > index e616520..8bb1a5c 100644 > --- a/src/glsl/linker.cpp > +++ b/src/glsl/linker.cpp > @@ -474,49 +474,94 @@ link_invalidate_variable_locations(exec_list *ir) > } > > > + > /** > - * Set UsesClipDistance and ClipDistanceArraySize based on the given shader. > + * Set UsesClipCu...
2015 May 24
19
[RFC PATCH 00/11] Implement ARB_cull_distance
This patch series adds the needed support for this extension to the various parts of mesa to finally enable it for nvc0. Dave Airlie (1): glsl: lower cull_distance into cull_distance_mesa Tobias Klausmann (10): glapi: add GL_ARB_cull_distance mesa/main: add support for GL_ARB_cull_distance mesa/prog: Add varyings for arb_cull_distance mesa/st: add support for GL_ARB_cull_distance