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
/
getstring.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/es3: Enable ES 3.0 API and shading language version
Ian Romanick
2013-01-25
1
-1
/
+3
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-1
/
+0
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-12
/
+12
*
mesa: Remove yet more remnants of NV_fragment_program.
Kenneth Graunke
2012-10-16
1
-2
/
+1
*
mesa: Remove support for parsing NV vertex programs.
Eric Anholt
2012-10-15
1
-1
/
+0
*
mesa: remove FEATURE_NV_(fragment|vertex)_program defines.
Oliver McFadden
2012-09-15
1
-3
/
+0
*
mesa: remove FEATURE_ARB_shader_objects and related defines.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_point_size_array define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: Don't allow GL_EXTENSIONS query in core context
Ian Romanick
2012-08-29
1
-0
/
+4
*
mesa/es: Validate glGetPointerv pname in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
1
-2
/
+33
*
mesa/es: Validate glGetString pname in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-29
1
-7
/
+12
*
mesa: Support glGetString(GL_SHADING_LANGUAGE_VERSION) for >= 1.40.
Kenneth Graunke
2012-07-31
1
-0
/
+10
*
mesa: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-0
/
+1
*
glsl: Add support for parsing #version 140.
Eric Anholt
2012-03-15
1
-0
/
+2
*
mesa: add infrastructure for GL_ARB_debug_output
nobled
2012-03-10
1
-0
/
+6
*
mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.
Mathias Fröhlich
2011-11-29
1
-9
/
+9
*
Squashed commit of the following:
Brian Paul
2011-04-26
1
-0
/
+17
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+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
-2
/
+2
*
mesa: don't advertise bogus GL_ARB_shading_language_120 extension
Brian Paul
2010-09-21
1
-9
/
+25
*
Fix typo in function name "shading_laguage_version".
Kenneth Graunke
2010-08-26
1
-2
/
+2
*
mesa: initialize extension string when context is first bound
Brian Paul
2010-06-25
1
-2
/
+0
*
mesa: remove driver hooks for GetFloat/Integer/Doublev, etc
Brian Paul
2010-05-07
1
-4
/
+0
*
main: Report GL_SHADING_LANGUAGE_VERSION according to API
Kristian Høgsberg
2010-04-22
1
-10
/
+27
*
mesa: Remove unnecessary headers.
Vinson Lee
2010-01-31
1
-1
/
+0
*
Merge branch 'master' into opengl-es-v2
Chia-I Wu
2010-01-12
1
-80
/
+29
|
\
|
*
mesa: call _mesa_compute_version() to set context's version info
Brian Paul
2010-01-05
1
-80
/
+1
|
*
mesa: implement _mesa_GetStringi() for GL3
Brian Paul
2009-12-30
1
-0
/
+28
*
|
mesa/main: Add support for point size array in _mesa_GetPointerv.
Chia-I Wu
2009-11-05
1
-0
/
+5
|
/
*
mesa: reset ErrorDebugCount to zero in glGetString()
Brian Paul
2009-08-04
1
-0
/
+1
*
mesa: remove GL_MESA_program_debug extension
Brian Paul
2009-03-07
1
-30
/
+0
*
mesa: turn on reporting of GLSL version 1.20
Brian Paul
2009-02-17
1
-1
/
+1
*
Track two sets of back-face stencil state
Ian Romanick
2009-01-23
1
-1
/
+10
*
mesa: remove unneeded includes
Brian Paul
2008-10-10
1
-1
/
+0
*
mesa: don't check for GLSL 1.2 to advertise GL 2.1
Brian Paul
2008-08-26
1
-9
/
+5
*
mesa: move extensions->version code into separate function
Brian Paul
2008-07-24
1
-70
/
+72
*
mesa: don't include Mesa version in GL_SHADING_LANGUAGE_VERSION string
Brian Paul
2008-07-24
1
-3
/
+5
*
comments
Brian Paul
2008-04-11
1
-2
/
+7
*
Remove test for EXT_blend_logic_op in glGetString when determining GL version.
Brian
2007-09-28
1
-1
/
+0
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa i...
Brian
2007-03-10
1
-1
/
+2
|
\
|
*
check for EXT_blend_equation_separate for 2.0
Brian
2007-03-10
1
-1
/
+2
*
|
use 2.0, 2.1 version strings
Brian
2007-03-07
1
-2
/
+2
|
/
*
Minor changes to get ready for OpenGL 2.1.
Brian Paul
2006-11-03
1
-1
/
+9
*
check for shader extensions for OpenGL 2.0
Brian Paul
2006-11-02
1
-2
/
+4
*
Add ATI_separate_stencil and use it in preference to EXT_stencil_two_side
Brian Paul
2006-11-02
1
-2
/
+2
*
return null if no context
Brian Paul
2006-10-02
1
-2
/
+5
*
Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.
Michal Krol
2006-08-01
1
-0
/
+5
*
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-06-12
1
-8
/
+8
*
Remove carriage returns.
Michal Krol
2006-04-25
1
-8
/
+8
[next]