summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)AuthorFilesLines
2013-07-17mesa: Remove commas at end of enumerator lists.Vinson Lee1-4/+4
2013-07-12mesa: update glext.h to version 20130708Brian Paul4-4/+4
2013-07-12mesa: simplify some _mesa_IsEnabled() queriesBrian Paul1-10/+11
2013-07-12mesa: whitespace, formatting, 80-column wrappingBrian Paul1-12/+18
2013-07-12mesa: s/unsigned/int/ to fix MSVC warning in uniforms.cBrian Paul1-1/+1
2013-07-12mesa: s/GLuint/GLint/ to silence MSVC warning in textore.cBrian Paul1-1/+1
2013-07-12mesa: add casts to fix MSVC warnings in multisample.cBrian Paul1-2/+3
2013-07-12mesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.cBrian Paul1-2/+2
2013-07-12mesa: fix inconsistent function declaration, definitionsBrian Paul2-4/+4
2013-07-12mesa: add cast to silence MSVC warningBrian Paul1-1/+1
2013-07-09mesa: Set ProfileMask properly for core profile.Matt Turner1-2/+4
2013-07-02mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák1-3/+2
2013-07-02mesa: renumber shader indices according to their placement in pipelineMarek Olšák2-5/+8
2013-06-28mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadowIan Romanick5-23/+8
2013-06-28mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_...Ian Romanick3-4/+3
2013-06-28mesa: GL_ARB_texture_storage is not optionalIan Romanick4-13/+3
2013-06-28mesa: GL_ARB_shading_language_100 is not optionalIan Romanick2-3/+1
2013-06-28mesa: GL_ARB_shader_objects is not optionalIan Romanick6-16/+6
2013-06-28mesa: GL_NV_blend_square is not optionalIan Romanick3-5/+1
2013-06-28mesa: GL_EXT_fog_coord is not optionalIan Romanick7-18/+7
2013-06-28mesa: GL_EXT_secondary_color is not optionalIan Romanick6-22/+10
2013-06-28mesa: GL_EXT_framebuffer_object is not optionalIan Romanick6-23/+12
2013-06-28mesa: Remove GL_MESA_resize_buffersIan Romanick5-20/+0
2013-06-28mesa: Remove _mesa_{enable, disable}_extension and _mesa_extension_is_enabledIan Romanick2-51/+0
2013-06-28mesa: Just set extension flags instead of calling _mesa_enable_extensionIan Romanick1-3/+2
2013-06-28mesa: Remove _mesa_enable_._._extensions functionsIan Romanick2-87/+0
2013-06-28mesa: Fix build with older gcc since update of glext.hTom Stellard1-4/+0
2013-06-27mesa: Remove GL_EXT_clip_volume_hintIan Romanick4-16/+0
2013-06-26mesa: remove const from glDebugMessageCallbackARB() function parameterBrian Paul2-3/+3
2013-06-25mesa: Remove the Initialized field from framebuffers.Eric Anholt1-2/+0
2013-06-25mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt3-123/+0
2013-06-25glsl: Fix gl_shader_program::UniformLocationBaseScale assert.Vinson Lee1-1/+1
2013-06-21mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.Eric Anholt1-1/+2
2013-06-21mesa: Move shader compiler API code to shaderapi.cEric Anholt1-4/+38
2013-06-21mesa: Use shared code for converting shader targets to short strings.Eric Anholt2-22/+4
2013-06-21glsl: Remove ir_print_visitor.h includes and usageEric Anholt1-1/+0
2013-06-19mesa: wrap comments, code to 78 columns in multisample.cBrian Paul1-6/+11
2013-06-19mesa: remove unused BITSET64 macrosBrian Paul1-61/+0
2013-06-17mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().Eric Anholt2-6/+42
2013-06-17mesa: Fix ieee fp on AlphaSven Joachim1-1/+1
2013-06-14mesa: Add infrastructure for ARB_shading_language_420pack.Todd Previte2-0/+2
2013-06-12mesa: Fix bug in unclamped float to ubyte conversion.Manfred Ernst1-2/+1
2013-06-13mesa: fix OES_EGL_image_external being partially allowed in the core profileMarek Olšák2-3/+5
2013-06-12glsl: Add gl_shader_program::UniformLocationBaseScaleIan Romanick3-3/+21
2013-06-12glsl: Add a gl_shader_program parameter to _mesa_uniform_{merge,split}_locati...Ian Romanick3-4/+6
2013-06-10mesa: add missing texture strings in tex_target_name()Brian Paul1-0/+5
2013-06-09dlist: fix save_SamplerParameteriChris Forbes1-1/+1
2013-06-08mesa: Prevent possible out-of-bounds read by save_SamplerParameteriv.Vinson Lee1-1/+4
2013-06-07mesa: Report core FBO incompleteness cases through GL_ARB_debug_output.Eric Anholt1-18/+25
2013-06-07mesa: Expose MAX_FRAGMENT_INPUT_COMPONENTS on ES3 and desktop 3.2.Eric Anholt2-0/+10