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
/
get.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib
Fredrik Höglund
2013-11-07
1
-3
/
+3
*
mesa: Add new functions and enums required by GL_ARB_sample_shading
Anuj Phogat
2013-11-01
1
-0
/
+8
*
mesa: Add support for ARB_shader_atomic_counters.
Francisco Jerez
2013-10-29
1
-0
/
+40
*
mesa: add texture gather changes
Maxence Le Dore
2013-10-03
1
-0
/
+1
*
mesa: Silence GCC warning 'comparison between signed and unsigned integer exp...
Ian Romanick
2013-09-19
1
-1
/
+1
*
mesa: Fix broken call to print_table_stats
Ian Romanick
2013-09-19
1
-1
/
+3
*
mesa: Allow several ARB_geometry_shader4 queries in OpenGL 3.2
Ian Romanick
2013-09-19
1
-0
/
+6
*
mesa: Get GL_MAX_FRAGMENT_INPUT_COMPONENTS from FragmentProgram.MaxInputCompo...
Ian Romanick
2013-09-19
1
-1
/
+0
*
mesa: Get GL_MAX_VERTEX_OUTPUT_COMPONENTS from VertexProgram.MaxOutputComponents
Ian Romanick
2013-09-19
1
-1
/
+0
*
mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3
Ian Romanick
2013-09-19
1
-0
/
+1
*
mesa: use ARRAY_SIZE() macro instead of magic number
Brian Paul
2013-08-20
1
-1
/
+1
*
main: Allow for the possibility of GL 3.2 without ARB_geometry_shader4.
Paul Berry
2013-08-01
1
-1
/
+1
*
mesa: GL_ARB_shader_objects is not optional
Ian Romanick
2013-06-28
1
-1
/
+0
*
mesa: GL_EXT_fog_coord is not optional
Ian Romanick
2013-06-28
1
-7
/
+0
*
mesa: GL_EXT_secondary_color is not optional
Ian Romanick
2013-06-28
1
-8
/
+0
*
mesa: GL_EXT_framebuffer_object is not optional
Ian Romanick
2013-06-28
1
-1
/
+0
*
mesa: Expose MAX_FRAGMENT_INPUT_COMPONENTS on ES3 and desktop 3.2.
Eric Anholt
2013-06-07
1
-0
/
+7
*
mesa: Expose texture array getters on GLES3.
Eric Anholt
2013-06-07
1
-0
/
+6
*
mesa: Expose texel offset limits in GLES3.
Eric Anholt
2013-06-07
1
-1
/
+2
*
mesa: Use accessor for stencil reference values in glGet
Chris Forbes
2013-05-15
1
-1
/
+5
*
mesa: Fix error checking for GS UBO getters.
Eric Anholt
2013-04-29
1
-2
/
+7
*
mesa: Add a clarifying comment about EXTRA_ error checking.
Eric Anholt
2013-04-29
1
-1
/
+7
*
mesa: Add an extra clarifying set of braces to getter checking.
Eric Anholt
2013-04-29
1
-1
/
+2
*
mesa: Fix error checking for getters consisting of only API versions.
Eric Anholt
2013-04-29
1
-32
/
+24
*
mesa: Clarify the names of error checking variables for glGet.
Eric Anholt
2013-04-29
1
-22
/
+21
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: remove old comment about FEATURE_GL
Brian Paul
2013-04-09
1
-2
/
+1
*
mesa: fix glGet queries depending on derived framebuffer state (v2)
Marek Olšák
2013-04-10
1
-0
/
+19
*
mesa: allow drivers not to expose ARB_color_buffer_float in GL core profile
Marek Olšák
2013-04-06
1
-1
/
+8
*
mesa: don't set _ClampFragmentColor to TRUE if it has no effect
Marek Olšák
2013-04-06
1
-4
/
+5
*
mesa: fix glGetInteger*(GL_SAMPLER_BINDING).
Alan Hourihane
2013-03-07
1
-1
/
+11
*
mesa: implement sample mask
Chris Forbes
2013-03-02
1
-0
/
+9
*
mesa: add texobj support for ARB_texture_multisample
Chris Forbes
2013-03-02
1
-0
/
+3
*
mesa: implement GL_ARB_texture_buffer_range
Christoph Bumiller
2013-01-30
1
-0
/
+1
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-15
/
+0
*
mesa: Rename and wire-up GetInteger64i_v
Matt Turner
2013-01-10
1
-2
/
+2
*
mesa: Correct glGet{Boolean,Integer}i_v names
Matt Turner
2013-01-10
1
-2
/
+2
*
mesa: Support more glGet enums for ES3
Chad Versace
2013-01-10
1
-0
/
+6
*
mesa: Support querying GL_MAX_ELEMENT_INDEX in ES 3
Matt Turner
2013-01-10
1
-0
/
+6
*
mesa: De-duplicate ES2 queries
Matt Turner
2013-01-10
1
-1
/
+5
*
mesa: Allow glGet* queries on ARB_transform_feedback2 data in ES 3
Matt Turner
2013-01-10
1
-1
/
+6
*
Add ES 3 handling to get.c and get_hash_generator.py
Matt Turner
2013-01-10
1
-0
/
+16
*
mesa: Fix corner cases of BindBufferBase with transform feedback.
Paul Berry
2012-12-18
1
-1
/
+2
*
mesa: don't advertise ARB_texture_buffer_object in legacy contexts
Marek Olšák
2012-12-12
1
-1
/
+8
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-1
/
+1
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-2
/
+2
*
mesa: add get support for TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB
Dave Airlie
2012-11-09
1
-0
/
+2
[next]