summaryrefslogtreecommitdiff
path: root/src/mesa/main/enable.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-25mesa: fix GL_COLOR_SUM enum for drivers without ARB_vertex_programIlia Mirkin1-2/+0
2013-11-07mesa: Add ARB_vertex_attrib_bindingFredrik Höglund1-18/+18
2013-11-07mesa: Rename gl_array_object::VertexAttrib to _VertexAttribFredrik Höglund1-18/+18
2013-11-07mesa: Restore gl_array_object::NewArrayFredrik Höglund1-0/+2
2013-11-01mesa: Add new functions and enums required by GL_ARB_sample_shadingAnuj Phogat1-0/+18
2013-09-04mesa: Implement GL_DEBUG_OUTPUTTimothy Arceri1-0/+9
2013-07-12mesa: simplify some _mesa_IsEnabled() queriesBrian Paul1-10/+11
2013-06-28mesa: GL_EXT_fog_coord is not optionalIan Romanick1-1/+0
2013-06-28mesa: GL_EXT_secondary_color is not optionalIan Romanick1-3/+2
2013-05-29mesa: Delete the ctx->Array._RestartIndex derived state.Kenneth Graunke1-5/+0
2013-05-11mesa: remove unused gl_array_object::NewArrayMarek Olšák1-2/+0
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-24mesa: convert _NEW_RASTERIZER_DISCARD to a driver flagMarek Olšák1-1/+2
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-04-17mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul1-4/+0
2013-04-17mesa: remove DD_TRI_SMOOTH flagBrian Paul1-1/+0
2013-04-17mesa: remove DD_TRI_STIPPLE flagBrian Paul1-1/+0
2013-04-17mesa: remove DD_POINT_SMOOTH flagBrian Paul1-1/+0
2013-04-17mesa: remove DD_LINE_STIPPLE flagBrian Paul1-1/+0
2013-04-17mesa: remove unused DD_LINE_SMOOTH flagBrian Paul1-1/+0
2013-03-02mesa: implement sample maskChris Forbes1-0/+18
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-6/+0
2013-01-11mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick1-0/+33
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-98/+98
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-3/+3
2012-10-31mesa: remove IBM_rasterpos_clip extension enable flagMarek Olšák1-2/+0
2012-10-16mesa: remove FEATURE_ES1 tests in enable.c codeBrian Paul1-6/+0
2012-10-16mesa: Remove get and enable bits for NV_fragment_program.Kenneth Graunke1-16/+0
2012-10-15mesa: Remove miscellaneous remains of NV_vertex_program.Eric Anholt1-6/+6
2012-10-15mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.Eric Anholt1-50/+0
2012-10-15mesa: Remove support for NV_vertex_program's attribute evaluation.Eric Anholt1-97/+0
2012-09-25gles3: Prohibit set/get of GL_FRAMEBUFFER_SRGB.Paul Berry1-2/+2
2012-09-25enable: Create _mesa_set_framebuffer_srgb() function for use by meta ops.Paul Berry1-3/+19
2012-09-15Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ...José Fonseca1-1/+6
2012-09-15mesa: remove remaining FEATURE_* defines where protected by API check.Oliver McFadden1-6/+1
2012-09-15mesa: remove FEATURE_ATI_fragment_shader define.Oliver McFadden1-4/+0
2012-09-15mesa: remove FEATURE_EXT_transform_feedback define.Oliver McFadden1-4/+0
2012-09-15mesa: remove FEATURE_ARB_(fragment|vertex)_program defines.Oliver McFadden1-4/+0
2012-09-15mesa: remove FEATURE_NV_(fragment|vertex)_program defines.Oliver McFadden1-14/+2
2012-09-15mesa: remove FEATURE_point_size_array define.Oliver McFadden1-3/+1
2012-09-15mesa: remove FEATURE_userclip define.Oliver McFadden1-2/+0
2012-09-14meta: Refactor handling of GL_MULTISAMPLE.Paul Berry1-5/+19
2012-08-30meta: remove call to _meta_in_progress(), fix multisample enable/disableBrian Paul1-6/+1
2012-08-29meta: Don't stray outside the confines of the API specified in the contextPaul Berry1-1/+7
2012-08-29mesa/es: Validate glEnable cap in Mesa code rather than the ES wrapperIan Romanick1-6/+296
2012-08-07mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt1-2/+2
2012-06-27mesa: look up enum name for glEnable/Disable errorsBrian Paul1-5/+6
2012-04-20mesa: move gl_array_attrib::NewState to gl_array_object::NewArraysBrian Paul1-1/+2