summaryrefslogtreecommitdiff
path: root/src/mesa/main/version.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-11mesa: move max texture image unit constants to gl_program_constantsMarek Olšák1-1/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-06mesa: allow drivers not to expose ARB_color_buffer_float in GL core profileMarek Olšák1-1/+2
2013-03-12mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner1-1/+1
2013-02-28mesa version: add _mesa_get_gl_version_overrideJordan Justen1-27/+67
2013-01-25mesa/es3: Enable ES 3.0 API and shading language versionIan Romanick1-1/+24
2012-12-12mesa: disallow creation of GL 3.1 compatibility contextsMarek Olšák1-0/+6
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-2/+2
2012-10-31mesa: remove ARB_window_pos extension enable flagMarek Olšák1-1/+0
2012-10-31mesa: remove ARB_copy_buffer extension enable flagMarek Olšák1-1/+0
2012-09-29mesa: add const qualifier in check_for_ending() to silence warningBrian Paul1-1/+1
2012-09-28mesa: allow MESA_GL_VERSION_OVERRIDE to override the API typeJordan Justen1-20/+62
2012-09-28main/version: add "(Core Profile) to version string for core profilesJordan Justen1-2/+4
2012-09-17mesa: change create_version_string() return type to voidBrian Paul1-1/+1
2012-09-17main/version: consolodate version string creation for ES/Desktop GLJordan Justen1-34/+24
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-3/+3
2012-08-29mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all driversIan Romanick1-1/+0
2012-08-07mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt1-15/+14
2012-08-01mesa: Make ARB_sampler_objects mandatoryPauli Nieminen1-1/+1
2012-07-30mesa: add support for using API_OPENGL_COREJordan Justen1-0/+1
2012-06-07glsl: Scaffolding for ARB_shader_bit_encoding.Olivier Galibert1-0/+1
2012-05-14mesa: print the Git SHA1 in GL_VERSION for ES1 and ES2.Oliver McFadden1-2/+10
2012-04-29mesa: require GL_MAX_SAMPLES >= 4 for GL 3.0Dylan Noblesmith1-0/+1
2012-01-25mesa: allow exposing GL3 without EXT_texture_integerMarek Olšák1-1/+0
2012-01-25mesa: remove obsolete comment in version.cMarek Olšák1-1/+0
2012-01-15mesa: update compute_version for GL3Marek Olšák1-4/+2
2011-11-07mesa: add missing checks to compute_versionMarek Olšák1-0/+5
2011-10-04mesa: Remove ARB_draw_buffers extension enable flagIan Romanick1-1/+0
2011-09-29mesa: Remove ARB_texture_mirrored_repeat extension enable flagIan Romanick1-2/+0
2011-09-29mesa: Remove EXT_blend_subtract extension enable flagIan Romanick1-2/+0
2011-09-29mesa: Remove EXT_stencil_wrap extension enable flagIan Romanick1-3/+1
2011-09-29mesa: Remove EXT_texture_lod_bias extension enable flagIan Romanick1-2/+1
2011-09-29mesa: Remove EXT_texture_env_add extension enable flagIan Romanick1-3/+1
2011-09-29mesa: Remove ARB_multitexture extension enable flagIan Romanick1-6/+3
2011-09-28mesa: fix signed/unsigned sscanf() warning in _mesa_override_glsl_version()Brian Paul1-1/+1
2011-09-28mesa: Allow overriding GLSL version with environment variableChad Versace1-0/+24
2011-09-28mesa: fix signed/unsigned warning in sscanf()Brian Paul1-1/+1
2011-09-27mesa: Allow override of GL version with environment variableChad Versace1-0/+25
2011-09-26mesa: Remove many extension enable flagsIan Romanick1-17/+5
2011-04-05mesa: Include GIT SHA1 in GL version stringIan Romanick1-1/+6
2011-03-29mesa: initial EXT_texture_snorm supportMarek Olšák1-0/+1
2011-03-29mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák1-0/+2
2011-01-06mesa: Clean up header file inclusion in version.c.Vinson Lee1-1/+1
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2010-10-01mesa: Add ARB_texture_compression_rgtc as an alias for EXT_texture_compressio...Ian Romanick1-1/+1
2010-09-21mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul1-1/+1
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu1-1/+5
2010-07-07mesa: initial support for new GL 3.0 texture formatsBrian Paul1-1/+2