lp://staging/libgliar

Created by Eleni Maria Stea and last modified
Get this branch:
bzr branch lp://staging/libgliar
Only Eleni Maria Stea can upload to this branch. If you are Eleni Maria Stea please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Eleni Maria Stea
Project:
libgliar
Status:
Development

Recent revisions

21. By Eleni Maria Stea

updated readme-configuration files

20. By Eleni Maria Stea

fixed bug added support for Programiv
fixed conf

19. By Eleni Maria Stea

fixed examples tests

18. By Eleni Maria Stea

I couldn't override dlsym but I managed to fake the glGetProgramiv results
by overriding the glxGetProcAddress (glx.h)

17. By Eleni Maria Stea

added support for:
glProgramivARB:
GL_MAX_PROGRAM_INSTRUCTIONS_ARB
GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB
GL_MAX_PROGRAM_TEMPORARIES_ARB
GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB
GL_MAX_PROGRAM_PARAMETERS_ARB
GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB
GL_MAX_PROGRAM_ATTRIBS_ARB
GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB
GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB
GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB
GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB
GL_MAX_PROGRAM_ENV_PARAMETERS_ARB
GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB
GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB
GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB
GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB

the problem: the glProgramiv uses dynamic loading so my gliar.conf won't
fake anything! BUT! I can override the dlsym so that my functions are
loaded :) and when i need to call the function dlsym myself I ll just call
the internal function that dlsym calls (I have to check which function is
this in glibc :)

16. By Eleni Maria Stea

fixed example conf file for asus

15. By Eleni Maria Stea

fixed key in the example conf file

14. By Eleni Maria Stea

added support for:
major version
minor version
max texture image units
max combined texture image units
max vertex texture image units
max cube map texture size
max vertex uniform vectors
max fragment uniform vectors
max varying vectors
max color attachments

13. By Eleni Maria Stea

fixed conf files

TODO:
1- add opengles 2.0 support
2- support more extensions (get ext info)

12. By Eleni Maria Stea

added max vertex attributes, renderbuffer size

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers