summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/version.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/soft/llvmpipe: add fake MSAA supportDave Airlie2014-04-021-1/+1
* mesa: GL_ARB_half_float_pixel is not optionalIan Romanick2014-02-111-1/+0
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-1/+1
* mesa: It is not possible to have GLSL < 1.20Ian Romanick2013-12-201-1/+0
* main: Allow for the possibility of GL 3.2 without ARB_geometry_shader4.Paul Berry2013-08-011-1/+0
* mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadowIan Romanick2013-06-281-2/+1
* mesa: GL_ARB_shader_objects is not optionalIan Romanick2013-06-281-2/+0
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_secondary_color is not optionalIan Romanick2013-06-281-2/+1
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-111-1/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: allow drivers not to expose ARB_color_buffer_float in GL core profileMarek Olšák2013-04-061-1/+2
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-121-1/+1
* mesa version: add _mesa_get_gl_version_overrideJordan Justen2013-02-281-27/+67
* mesa/es3: Enable ES 3.0 API and shading language versionIan Romanick2013-01-251-1/+24
* mesa: disallow creation of GL 3.1 compatibility contextsMarek Olšák2012-12-121-0/+6
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-2/+2
* mesa: remove ARB_window_pos extension enable flagMarek Olšák2012-10-311-1/+0
* mesa: remove ARB_copy_buffer extension enable flagMarek Olšák2012-10-311-1/+0
* mesa: add const qualifier in check_for_ending() to silence warningBrian Paul2012-09-291-1/+1
* mesa: allow MESA_GL_VERSION_OVERRIDE to override the API typeJordan Justen2012-09-281-20/+62
* main/version: add "(Core Profile) to version string for core profilesJordan Justen2012-09-281-2/+4
* mesa: change create_version_string() return type to voidBrian Paul2012-09-171-1/+1
* main/version: consolodate version string creation for ES/Desktop GLJordan Justen2012-09-171-34/+24
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-3/+3
* mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all driversIan Romanick2012-08-291-1/+0
* mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt2012-08-071-15/+14
* mesa: Make ARB_sampler_objects mandatoryPauli Nieminen2012-08-011-1/+1
* mesa: add support for using API_OPENGL_COREJordan Justen2012-07-301-0/+1
* glsl: Scaffolding for ARB_shader_bit_encoding.Olivier Galibert2012-06-071-0/+1
* mesa: print the Git SHA1 in GL_VERSION for ES1 and ES2.Oliver McFadden2012-05-141-2/+10
* mesa: require GL_MAX_SAMPLES >= 4 for GL 3.0Dylan Noblesmith2012-04-291-0/+1
* mesa: allow exposing GL3 without EXT_texture_integerMarek Olšák2012-01-251-1/+0
* mesa: remove obsolete comment in version.cMarek Olšák2012-01-251-1/+0
* mesa: update compute_version for GL3Marek Olšák2012-01-151-4/+2
* mesa: add missing checks to compute_versionMarek Olšák2011-11-071-0/+5
* mesa: Remove ARB_draw_buffers extension enable flagIan Romanick2011-10-041-1/+0
* mesa: Remove ARB_texture_mirrored_repeat extension enable flagIan Romanick2011-09-291-2/+0
* mesa: Remove EXT_blend_subtract extension enable flagIan Romanick2011-09-291-2/+0
* mesa: Remove EXT_stencil_wrap extension enable flagIan Romanick2011-09-291-3/+1
* mesa: Remove EXT_texture_lod_bias extension enable flagIan Romanick2011-09-291-2/+1
* mesa: Remove EXT_texture_env_add extension enable flagIan Romanick2011-09-291-3/+1
* mesa: Remove ARB_multitexture extension enable flagIan Romanick2011-09-291-6/+3
* mesa: fix signed/unsigned sscanf() warning in _mesa_override_glsl_version()Brian Paul2011-09-281-1/+1
* mesa: Allow overriding GLSL version with environment variableChad Versace2011-09-281-0/+24
* mesa: fix signed/unsigned warning in sscanf()Brian Paul2011-09-281-1/+1
* mesa: Allow override of GL version with environment variableChad Versace2011-09-271-0/+25
* mesa: Remove many extension enable flagsIan Romanick2011-09-261-17/+5
* mesa: Include GIT SHA1 in GL version stringIan Romanick2011-04-051-1/+6