index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
version.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: allow drivers not to expose ARB_color_buffer_float in GL core profile
Marek Olšák
2013-04-06
1
-1
/
+2
*
mesa: Replace MESA_VERSION with PACKAGE_VERSION.
Matt Turner
2013-03-12
1
-1
/
+1
*
mesa version: add _mesa_get_gl_version_override
Jordan Justen
2013-02-28
1
-27
/
+67
*
mesa/es3: Enable ES 3.0 API and shading language version
Ian Romanick
2013-01-25
1
-1
/
+24
*
mesa: disallow creation of GL 3.1 compatibility contexts
Marek Olšák
2012-12-12
1
-0
/
+6
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-2
/
+2
*
mesa: remove ARB_window_pos extension enable flag
Marek Olšák
2012-10-31
1
-1
/
+0
*
mesa: remove ARB_copy_buffer extension enable flag
Marek Olšák
2012-10-31
1
-1
/
+0
*
mesa: add const qualifier in check_for_ending() to silence warning
Brian Paul
2012-09-29
1
-1
/
+1
*
mesa: allow MESA_GL_VERSION_OVERRIDE to override the API type
Jordan Justen
2012-09-28
1
-20
/
+62
*
main/version: add "(Core Profile) to version string for core profiles
Jordan Justen
2012-09-28
1
-2
/
+4
*
mesa: change create_version_string() return type to void
Brian Paul
2012-09-17
1
-1
/
+1
*
main/version: consolodate version string creation for ES/Desktop GL
Jordan Justen
2012-09-17
1
-34
/
+24
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-3
/
+3
*
mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all drivers
Ian Romanick
2012-08-29
1
-1
/
+0
*
mesa: Replace VersionMajor/VersionMinor with a Version field.
Eric Anholt
2012-08-07
1
-15
/
+14
*
mesa: Make ARB_sampler_objects mandatory
Pauli Nieminen
2012-08-01
1
-1
/
+1
*
mesa: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-0
/
+1
*
glsl: Scaffolding for ARB_shader_bit_encoding.
Olivier Galibert
2012-06-07
1
-0
/
+1
*
mesa: print the Git SHA1 in GL_VERSION for ES1 and ES2.
Oliver McFadden
2012-05-14
1
-2
/
+10
*
mesa: require GL_MAX_SAMPLES >= 4 for GL 3.0
Dylan Noblesmith
2012-04-29
1
-0
/
+1
*
mesa: allow exposing GL3 without EXT_texture_integer
Marek Olšák
2012-01-25
1
-1
/
+0
*
mesa: remove obsolete comment in version.c
Marek Olšák
2012-01-25
1
-1
/
+0
*
mesa: update compute_version for GL3
Marek Olšák
2012-01-15
1
-4
/
+2
*
mesa: add missing checks to compute_version
Marek Olšák
2011-11-07
1
-0
/
+5
*
mesa: Remove ARB_draw_buffers extension enable flag
Ian Romanick
2011-10-04
1
-1
/
+0
*
mesa: Remove ARB_texture_mirrored_repeat extension enable flag
Ian Romanick
2011-09-29
1
-2
/
+0
*
mesa: Remove EXT_blend_subtract extension enable flag
Ian Romanick
2011-09-29
1
-2
/
+0
*
mesa: Remove EXT_stencil_wrap extension enable flag
Ian Romanick
2011-09-29
1
-3
/
+1
*
mesa: Remove EXT_texture_lod_bias extension enable flag
Ian Romanick
2011-09-29
1
-2
/
+1
*
mesa: Remove EXT_texture_env_add extension enable flag
Ian Romanick
2011-09-29
1
-3
/
+1
*
mesa: Remove ARB_multitexture extension enable flag
Ian Romanick
2011-09-29
1
-6
/
+3
*
mesa: fix signed/unsigned sscanf() warning in _mesa_override_glsl_version()
Brian Paul
2011-09-28
1
-1
/
+1
*
mesa: Allow overriding GLSL version with environment variable
Chad Versace
2011-09-28
1
-0
/
+24
*
mesa: fix signed/unsigned warning in sscanf()
Brian Paul
2011-09-28
1
-1
/
+1
*
mesa: Allow override of GL version with environment variable
Chad Versace
2011-09-27
1
-0
/
+25
*
mesa: Remove many extension enable flags
Ian Romanick
2011-09-26
1
-17
/
+5
*
mesa: Include GIT SHA1 in GL version string
Ian Romanick
2011-04-05
1
-1
/
+6
*
mesa: initial EXT_texture_snorm support
Marek Olšák
2011-03-29
1
-0
/
+1
*
mesa: implement clamping controls (ARB_color_buffer_float)
Marek Olšák
2011-03-29
1
-0
/
+2
*
mesa: Clean up header file inclusion in version.c.
Vinson Lee
2011-01-06
1
-1
/
+1
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-4
/
+4
*
mesa: Add ARB_texture_compression_rgtc as an alias for EXT_texture_compressio...
Ian Romanick
2010-10-01
1
-1
/
+1
*
mesa: don't advertise bogus GL_ARB_shading_language_120 extension
Brian Paul
2010-09-21
1
-1
/
+1
*
gallium: Add context profile support to st_api.
Chia-I Wu
2010-09-10
1
-1
/
+5
*
mesa: initial support for new GL 3.0 texture formats
Brian Paul
2010-07-07
1
-1
/
+2
*
mesa: extension flags and version testing for GL 3.x features
Brian Paul
2010-07-01
1
-1
/
+64
*
mesa: Compute GL version according to API
Kristian Høgsberg
2010-04-22
1
-21
/
+107
*
mesa: restore _mesa_snprintf() - it's needed for Windows
Brian Paul
2010-02-19
1
-1
/
+1
[next]