summaryrefslogtreecommitdiff
path: root/src/mesa/main/get.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-19mesa: Silence GCC warning 'comparison between signed and unsigned integer exp...Ian Romanick1-1/+1
2013-09-19mesa: Fix broken call to print_table_statsIan Romanick1-1/+3
2013-09-19mesa: Allow several ARB_geometry_shader4 queries in OpenGL 3.2Ian Romanick1-0/+6
2013-09-19mesa: Get GL_MAX_FRAGMENT_INPUT_COMPONENTS from FragmentProgram.MaxInputCompo...Ian Romanick1-1/+0
2013-09-19mesa: Get GL_MAX_VERTEX_OUTPUT_COMPONENTS from VertexProgram.MaxOutputComponentsIan Romanick1-1/+0
2013-09-19mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3Ian Romanick1-0/+1
2013-08-20mesa: use ARRAY_SIZE() macro instead of magic numberBrian Paul1-1/+1
2013-08-01main: Allow for the possibility of GL 3.2 without ARB_geometry_shader4.Paul Berry1-1/+1
2013-06-28mesa: GL_ARB_shader_objects is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_EXT_fog_coord is not optionalIan Romanick1-7/+0
2013-06-28mesa: GL_EXT_secondary_color is not optionalIan Romanick1-8/+0
2013-06-28mesa: GL_EXT_framebuffer_object is not optionalIan Romanick1-1/+0
2013-06-07mesa: Expose MAX_FRAGMENT_INPUT_COMPONENTS on ES3 and desktop 3.2.Eric Anholt1-0/+7
2013-06-07mesa: Expose texture array getters on GLES3.Eric Anholt1-0/+6
2013-06-07mesa: Expose texel offset limits in GLES3.Eric Anholt1-1/+2
2013-05-15mesa: Use accessor for stencil reference values in glGetChris Forbes1-1/+5
2013-04-29mesa: Fix error checking for GS UBO getters.Eric Anholt1-2/+7
2013-04-29mesa: Add a clarifying comment about EXTRA_ error checking.Eric Anholt1-1/+7
2013-04-29mesa: Add an extra clarifying set of braces to getter checking.Eric Anholt1-1/+2
2013-04-29mesa: Fix error checking for getters consisting of only API versions.Eric Anholt1-32/+24
2013-04-29mesa: Clarify the names of error checking variables for glGet.Eric Anholt1-22/+21
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-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-04-09mesa: remove old comment about FEATURE_GLBrian Paul1-2/+1
2013-04-10mesa: fix glGet queries depending on derived framebuffer state (v2)Marek Olšák1-0/+19
2013-04-06mesa: allow drivers not to expose ARB_color_buffer_float in GL core profileMarek Olšák1-1/+8
2013-04-06mesa: don't set _ClampFragmentColor to TRUE if it has no effectMarek Olšák1-4/+5
2013-03-07mesa: fix glGetInteger*(GL_SAMPLER_BINDING).Alan Hourihane1-1/+11
2013-03-02mesa: implement sample maskChris Forbes1-0/+9
2013-03-02mesa: add texobj support for ARB_texture_multisampleChris Forbes1-0/+3
2013-01-30mesa: implement GL_ARB_texture_buffer_rangeChristoph Bumiller1-0/+1
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-15/+0
2013-01-10mesa: Rename and wire-up GetInteger64i_vMatt Turner1-2/+2
2013-01-10mesa: Correct glGet{Boolean,Integer}i_v namesMatt Turner1-2/+2
2013-01-10mesa: Support more glGet enums for ES3Chad Versace1-0/+6
2013-01-10mesa: Support querying GL_MAX_ELEMENT_INDEX in ES 3Matt Turner1-0/+6
2013-01-10mesa: De-duplicate ES2 queriesMatt Turner1-1/+5
2013-01-10mesa: Allow glGet* queries on ARB_transform_feedback2 data in ES 3Matt Turner1-1/+6
2013-01-10Add ES 3 handling to get.c and get_hash_generator.pyMatt Turner1-0/+16
2012-12-18mesa: Fix corner cases of BindBufferBase with transform feedback.Paul Berry1-1/+2
2012-12-12mesa: don't advertise ARB_texture_buffer_object in legacy contextsMarek Olšák1-1/+8
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-1/+1
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-2/+2
2012-11-09mesa: add get support for TEXTURE_BINDING_CUBE_MAP_ARRAY_ARBDave Airlie1-0/+2
2012-11-06dispatch: Remove a few FEATURE_ES1 conditionals.Paul Berry1-2/+0
2012-11-06mesa: s/int/GLuint/ in get.c to silence MSVC warningsBrian Paul1-1/+1
2012-10-31mesa: remove NV_read_buffer extension enable flagMarek Olšák1-1/+1
2012-10-31mesa: remove NV_light_max_exponent extension enable flagMarek Olšák1-1/+0