summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* Correct clamping of TEXTURE_{MAX, BASE}_LEVELCorey Richardson2013-08-011-2/+20
* De-tab and align comments in gl_texture_objectCorey Richardson2013-08-011-22/+23
* mesa: fix multisampling proxy textures not being queryableMikko Juola2013-07-311-0/+2
* mesa: fix proxy textures becoming immutable and unusableMikko Juola2013-07-311-1/+1
* mesa: fix proxy textures not working with default texture bindingMikko Juola2013-07-311-1/+1
* mesa: fix number of mipmaps calculation for proxy texturesMikko Juola2013-07-311-0/+10
* mesa: improve free() cleanup in generate_mipmap_compressed()Brian Paul2013-07-311-10/+7
* mesa,glsl,st/dri: add a new driconf option force_glsl_version for UnigineMarek Olšák2013-07-301-0/+6
* mesa: add MESA_GLSL debug flag to dump shaders on compile errorMarek Olšák2013-07-302-5/+15
* mesa: default texture buffer format should be R8 in the core profileMarek Olšák2013-07-301-2/+2
* mesa: default DEPTH_TEXTURE_MODE should be RED in the core profileMarek Olšák2013-07-302-4/+6
* mesa: Remove broken assertion about enabled texture targets.Kenneth Graunke2013-07-291-4/+2
* mesa: Expose OES_surfaceless_context.Matt Turner2013-07-291-0/+1
* mesa: Return GL_FRAMEBUFFER_UNDEFINED if the winsys fbo is incomplete.Matt Turner2013-07-291-2/+6
* mesa: Disable GL_EXT_framebuffer_object in core profiles and OpenGL 3.1Ian Romanick2013-07-261-1/+1
* mesa: implement mipmap generation for compressed 2D array texturesBrian Paul2013-07-241-16/+43
* mesa: handle 2D texture arrays in get_tex_rgba_compressed()Brian Paul2013-07-241-28/+24
* mesa: fix rgtc snorm decodingRoland Scheidegger2013-07-241-3/+3
* mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently9.2-branchpointTomasz Lis2013-07-183-0/+24
* mesa: Remove commas at end of enumerator lists.Vinson Lee2013-07-171-4/+4
* mesa: update glext.h to version 20130708Brian Paul2013-07-124-4/+4
* mesa: simplify some _mesa_IsEnabled() queriesBrian Paul2013-07-121-10/+11
* mesa: whitespace, formatting, 80-column wrappingBrian Paul2013-07-121-12/+18
* mesa: s/unsigned/int/ to fix MSVC warning in uniforms.cBrian Paul2013-07-121-1/+1
* mesa: s/GLuint/GLint/ to silence MSVC warning in textore.cBrian Paul2013-07-121-1/+1
* mesa: add casts to fix MSVC warnings in multisample.cBrian Paul2013-07-121-2/+3
* mesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.cBrian Paul2013-07-121-2/+2
* mesa: fix inconsistent function declaration, definitionsBrian Paul2013-07-122-4/+4
* mesa: add cast to silence MSVC warningBrian Paul2013-07-121-1/+1
* mesa: Set ProfileMask properly for core profile.Matt Turner2013-07-091-2/+4
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-3/+2
* mesa: renumber shader indices according to their placement in pipelineMarek Olšák2013-07-022-5/+8
* mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadowIan Romanick2013-06-285-23/+8
* mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_...Ian Romanick2013-06-283-4/+3
* mesa: GL_ARB_texture_storage is not optionalIan Romanick2013-06-284-13/+3
* mesa: GL_ARB_shading_language_100 is not optionalIan Romanick2013-06-282-3/+1
* mesa: GL_ARB_shader_objects is not optionalIan Romanick2013-06-286-16/+6
* mesa: GL_NV_blend_square is not optionalIan Romanick2013-06-283-5/+1
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-287-18/+7
* mesa: GL_EXT_secondary_color is not optionalIan Romanick2013-06-286-22/+10
* mesa: GL_EXT_framebuffer_object is not optionalIan Romanick2013-06-286-23/+12
* mesa: Remove GL_MESA_resize_buffersIan Romanick2013-06-285-20/+0
* mesa: Remove _mesa_{enable, disable}_extension and _mesa_extension_is_enabledIan Romanick2013-06-282-51/+0
* mesa: Just set extension flags instead of calling _mesa_enable_extensionIan Romanick2013-06-281-3/+2
* mesa: Remove _mesa_enable_._._extensions functionsIan Romanick2013-06-282-87/+0
* mesa: Fix build with older gcc since update of glext.hTom Stellard2013-06-281-4/+0
* mesa: Remove GL_EXT_clip_volume_hintIan Romanick2013-06-274-16/+0
* mesa: remove const from glDebugMessageCallbackARB() function parameterBrian Paul2013-06-262-3/+3
* mesa: Remove the Initialized field from framebuffers.Eric Anholt2013-06-251-2/+0
* mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt2013-06-253-123/+0