summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* st/mesa: fix breakage from gl_constant::Program[] changeBrian Paul2014-01-091-13/+13
* mesa: GL_EXT_packed_depth_stencil is not optionalIan Romanick2013-12-201-7/+1
* mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_arrayIan Romanick2013-12-041-1/+0
* gallium: add support for AMD_vertex_shader_layerMarek Olšák2013-12-031-0/+7
* st/mesa: respect higher GLSL levels. (v2)Dave Airlie2013-11-251-7/+3
* st/mesa: Add support for ARB_vertex_type_10f_11f_11f_revFredrik Höglund2013-11-071-0/+2
* implement NV_vdpau_interop v7Christian König2013-10-261-0/+1
* mesa/st: disable ARB_framebuffer_object when no driver support.Ilia Mirkin2013-10-261-2/+5
* gallium: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-201-0/+1
* mesa: Use correct data for MAX_{VERTEX,GEOMETRY}_VARYING_COMPONENTS_ARB queriesIan Romanick2013-09-191-1/+4
* st/dri: add a new driconf option disable_shader_bit_encoding for UnigineMarek Olšák2013-07-301-1/+4
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-07-301-0/+5
* st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2013-07-301-9/+1
* st/dri: support the driconf option disable_blend_func_extendedMarek Olšák2013-07-301-1/+2
* st/mesa: expose EXT_framebuffer_multisample_blit_scaled if MSAA is supportedMarek Olšák2013-07-301-0/+1
* st/mesa: Enable the ARB_shading_language_420pack extension for 1.30+.Kenneth Graunke2013-07-181-0/+1
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-3/+0
* st/mesa: disable EXT_separate_shader_objectsMarek Olšák2013-07-021-1/+8
* mesa: renumber shader indices according to their placement in pipelineMarek Olšák2013-07-021-5/+7
* mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadowIan Romanick2013-06-281-1/+0
* mesa: GL_ARB_texture_storage is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_ARB_shading_language_100 is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_ARB_shader_objects is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_NV_blend_square is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_secondary_color is not optionalIan Romanick2013-06-281-1/+0
* mesa: GL_EXT_framebuffer_object is not optionalIan Romanick2013-06-281-1/+0
* mesa: fix OES_EGL_image_external being partially allowed in the core profileMarek Olšák2013-06-131-2/+1
* mesa: change MAX_PROGRAM_ADDRESS_REGS to 1, clamp to it in state trackerBrian Paul2013-06-041-1/+2
* mesa: declare UniformBufferBindings as an array with a static sizeMarek Olšák2013-05-281-5/+2
* mesa/st: Temporary workaround for fdo bug 64568.José Fonseca2013-05-141-0/+5
* st/mesa: initialize Const.MaxColorAttachmentsMarek Olšák2013-05-111-7/+3
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-1/+4
* st/mesa: consolidate setting MaxTextureImageUnitsMarek Olšák2013-05-111-15/+11
* st/mesa: initialize all program constants and UBO limitsMarek Olšák2013-05-111-21/+43
* mesa: unify MaxVertexVaryingComponents and MaxGeometryVaryingComponentsMarek Olšák2013-05-111-0/+1
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-111-4/+4
* mesa: consolidate definitions of max texture image unitsMarek Olšák2013-05-111-1/+1
* st/mesa: minor indentation fixesBrian Paul2013-04-221-2/+2
* gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin2013-04-191-0/+3
* st/mesa: add support for ARB_texture_multisample (v3)Dave Airlie2013-04-111-5/+29
* st/mesa: remove #include mfeatures.hBrian Paul2013-04-091-1/+0
* st/mesa: don't expose ARB_color_buffer_float without driver support in GL coreMarek Olšák2013-04-061-0/+11
* st/mesa: fix format query for GL_ARB_texture_rgBrian Paul2013-02-151-3/+4
* st/mesa: advertise ARB_shading_language_packing for GLSL >= 1.30Marek Olšák2013-02-061-0/+1
* st/mesa: add support for GL_ARB_texture_buffer_rangeChristoph Bumiller2013-01-301-0/+7
* st/mesa: only enable GL_EXT_framebuffer_multisample if GL_MAX_SAMPLES >= 2Brian Paul2013-01-291-1/+3
* st/mesa: set ctx->Const.MaxSamples = 0, not 1Brian Paul2013-01-291-0/+4
* st/mesa: implement ARB_internalformat_query v2Marek Olšák2013-01-241-0/+1