Ya, things build for me too now.
Thanks.
Br,
Kalyan
On Sun, Aug 28, 2016 at 10:05 PM, Tapani Pälli wrote:
> Nice work, now things build fine!
>
> Reviewed-by: Tapani Pälli
>
> On 08/28/2016 03:51 AM, Mauro Rossi wrote:
>>
>> Hi Emil, Jason, Tapani,
>>
>> this weekend I had planned to check me
Thanks Tapani. I was waiting to see if their are any more comments
before addressing Emil's review.
Br,
Kalyan
On Mon, Jan 26, 2015 at 11:30 PM, Tapani Pälli wrote:
>
>
> On 01/08/2015 06:30 AM, Kalyan Kondapally wrote:
>>
>> This patch series adds support for fol
This patch advertises support for GL_OES_texture_*float* extensions
when using i965 drivers.
Signed-off-by: Kevin Rogovin
Signed-off-by: Kalyan Kondapally
---
src/mesa/drivers/dri/i965/intel_extensions.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/src/mesa/drivers/dri/i965
extensions, by default the support is disabled. Next patch
in the series introduces support for HALF_FLOAT_OES token.
Signed-off-by: Kevin Rogovin
Signed-off-by: Kalyan Kondapally
---
src/mesa/main/extensions.c | 4 +++
src/mesa/main/mtypes.h | 6 +
src/mesa/main/teximage.c | 64
This patch adds needed support for accepting HALF_FLOAT_OES as valid type
for TexImage*D and TexSubImage*D when Texture FLoat extensions are supported.
Signed-off-by: Kevin Rogovin
Signed-off-by: Kalyan Kondapally
---
src/mesa/main/glformats.c | 46
iginal version.
>>If we care about saving a
>>couple lines of code here and there, we should make a function that
>>drivers explicitly call to do that.
Will try do this once initial version gets merged.
Br,
Kalyan
On Tue, Dec 2, 2014 at 12:36 PM, Ian Romanick wrote:
> On
:
> Thanks for the updates. A few more nitpicks...
>
>
>
> On 11/27/2014 11:56 AM, Kalyan Kondapally wrote:
>>
>> This patch adds support for following GLES2 Texture Float extensions:
>> 1)GL_OES_texture_float,
>> 2)GL_OES_texture_half_float,
>> 3)GL_OES
urner)
Enable support for float extensions in case driver supports
ARB_texture_float. (Fredrik Höglund)
Signed-off-by: Kevin Rogovin
Signed-off-by: Kalyan Kondapally
---
src/mesa/main/context.c| 15 +++
src/mesa/main/extensions.c | 4 +++
src/mesa/main/glformats.c
:
> On Thursday 27 November 2014, Kalyan Kondapally wrote:
>> This patch adds support for following GLES2 Texture Float extensions:
>> 1)GL_OES_texture_float,
>> 2)GL_OES_texture_half_float,
>> 3)GL_OES_texture_float_linear,
>> 4)GL_OES_texture_half_float_linear.
>&
Brian Paul wrote:
> The subject line of the patch should be something like "mesa: add support
> for GL_OES_texture_*float* extensions"
>
> A bunch of other nitpicks below...
>
>
>
> On 11/26/2014 06:55 AM, Kalyan Kondapally wrote:
>>
>> This patch adds s
return GLenum. (Brain Paul)
Use RGB_32F internal floating point format for RGB base format.
Signed-off-by: Kevin Rogovin
Signed-off-by: Kalyan Kondapally
---
src/mesa/drivers/dri/i965/intel_extensions.c | 6 +++
src/mesa/main/extensions.c | 4 ++
src/mesa/main/glformats.c
i965 drivers.
Signed-off-by: Kevin Rogovin
Signed-off-by: Kalyan Kondapally
---
src/mesa/drivers/dri/i965/intel_extensions.c | 6 +++
src/mesa/main/extensions.c | 4 ++
src/mesa/main/glformats.c| 48 +++---
src/mesa/main/glformats.h
On/Off different float extensions.
2)Add support to check filter and texture completeness.
Kalyan Kondapally (1):
Add support for Texture Float extensions.
src/mesa/drivers/dri/i965/intel_extensions.c | 6 +++
src/mesa/main/extensions.c | 4 ++
src/mesa/main/glformats.c
Hi,
Please ignore this patch. Will re-send with the commit message fixed.
Thanks,
Kalyan
On Wed, Nov 26, 2014 at 5:31 AM, Kalyan Kondapally
wrote:
> Support for these extensions need to be explicitly enabled per driver
> and this patch enables support for i965 drivers.
>
> Signed-o
On/Off different float extensions.
2)Add support to check filter and texture completeness.
Kalyan Kondapally (1):
Add support for following Texture Float extensions:
1)GL_OES_texture_float, 2)GL_OES_texture_half_float,
3)GL_OES_texture_float_linear,
4
Support for these extensions need to be explicitly enabled per driver
and this patch enables support for i965 drivers.
Signed-off-by: Kevin Rogovin
Signed-off-by: Kalyan Kondapally
---
src/mesa/drivers/dri/i965/intel_extensions.c | 6 +++
src/mesa/main/extensions.c | 4
a should resolve this or
any other ideas?
Thanks,
Kalyan
On Sat, Nov 22, 2014 at 10:33 PM, kalyan kondapally
wrote:
> Hi,
>
> I am looking at Immutable textures usage with image data of BGRA
> format. According to Texture storage extension spec [1] if either
> EXT_texture_format_BG
Hi,
I am looking at Immutable textures usage with image data of BGRA
format. According to Texture storage extension spec [1] if either
EXT_texture_format_BGRA or APPLE_texture_format_BGRA are
supported, glTexStorage2DEXT
must accept BGRA8_EXT as internal format. EXT_texture_format_BGRA
The patch seems to fix the crash I used to see while running this
WebGL conformance test on my machine (Intel(R) Core(TM) i7-4600U CPU @
2.10GHz). and now I can see all the tests pass. I believe 78770 is a
different issue (Added my comments to 78770) and not actually dealing
with fixing the crash w
validity checks fixes things.
Signed-off-by: Alexandros Frantzis
Signed-off-by: Kalyan Kondapally
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=74563
---
src/mesa/drivers/dri/common/dri_util.c | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/mesa/drivers/dri
According to GLES (i.e. 1.0 and above) spec textureCubeLod and
texture2DProjLod are built in functions. We seem to disable support
for these functions with GLES. This patch enables the support.
Signed-off-by: Kalyan Kondapally
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=84355
---
src
On Wed, Sep 24, 2014 at 11:45 AM, Anuj Phogat wrote:
> On Mon, Sep 22, 2014 at 5:11 AM, Tapani Pälli wrote:
>> From: Kalyan Kondapally
>>
>> According to GLSL(4.2) and GLSL-ES (1.0, 3.0) spec, Structures must
>> have the same name to be considered same type. We c
On Wed, Sep 24, 2014 at 11:56 AM, Matt Turner wrote:
> On Mon, Sep 22, 2014 at 5:11 AM, Tapani Pälli wrote:
> > From: Kalyan Kondapally
> >
> > According to GLSL(4.2) and GLSL-ES (1.0, 3.0) spec, Structures must
> > have the same name to be considered same type. We cu
With GLES we don't give any kind of warning in case we don't
write to gl_position. This patch makes changes so that we
generate a warning in case of GLES (VER < 300) and an error
in case of GL.
Signed-off-by: Kalyan Kondapally
---
src/glsl/linker.cpp | 11 +--
1 fi
24 matches
Mail list logo