aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* glsl: Fix gl_shader_program::UniformLocationBaseScale assert.Vinson Lee2013-06-251-1/+1
* mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.Eric Anholt2013-06-211-1/+2
* mesa: Move shader compiler API code to shaderapi.cEric Anholt2013-06-211-4/+38
* mesa: Use shared code for converting shader targets to short strings.Eric Anholt2013-06-212-22/+4
* glsl: Remove ir_print_visitor.h includes and usageEric Anholt2013-06-211-1/+0
* mesa: wrap comments, code to 78 columns in multisample.cBrian Paul2013-06-191-6/+11
* mesa: remove unused BITSET64 macrosBrian Paul2013-06-191-61/+0
* mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().Eric Anholt2013-06-172-6/+42
* mesa: Fix ieee fp on AlphaSven Joachim2013-06-171-1/+1
* mesa: Add infrastructure for ARB_shading_language_420pack.Todd Previte2013-06-142-0/+2
* mesa: Fix bug in unclamped float to ubyte conversion.Manfred Ernst2013-06-121-2/+1
* mesa: fix OES_EGL_image_external being partially allowed in the core profileMarek Olšák2013-06-132-3/+5
* glsl: Add gl_shader_program::UniformLocationBaseScaleIan Romanick2013-06-123-3/+21
* glsl: Add a gl_shader_program parameter to _mesa_uniform_{merge,split}_locati...Ian Romanick2013-06-123-4/+6
* mesa: add missing texture strings in tex_target_name()Brian Paul2013-06-101-0/+5
* dlist: fix save_SamplerParameteriChris Forbes2013-06-091-1/+1
* mesa: Prevent possible out-of-bounds read by save_SamplerParameteriv.Vinson Lee2013-06-081-1/+4
* mesa: Report core FBO incompleteness cases through GL_ARB_debug_output.Eric Anholt2013-06-071-18/+25
* mesa: Expose MAX_FRAGMENT_INPUT_COMPONENTS on ES3 and desktop 3.2.Eric Anholt2013-06-072-0/+10
* mesa: Expose texture array getters on GLES3.Eric Anholt2013-06-072-2/+10
* mesa: Fix the return value of TEXTURE_BINDING_2D_ARRAY.Eric Anholt2013-06-071-1/+1
* mesa: Expose texel offset limits in GLES3.Eric Anholt2013-06-072-5/+6
* glsl: Fix uniform buffer object counting.Eric Anholt2013-06-061-1/+9
* mesa: remove outdated version lines in commentsRico Schüller2013-06-05153-153/+0
* mesa: change MAX_PROGRAM_ADDRESS_REGS to 1, clamp to it in state trackerBrian Paul2013-06-041-1/+1
* mesa: Prevent possible out-of-bounds read by save_SamplerParameterfv.Vinson Lee2013-06-031-1/+4
* mesa/texformat: add _mesa_tex_target_is_array functionJordan Justen2013-06-022-0/+16
* mesa: handle missing read buffer in _mesa_get_color_read_format/type()Brian Paul2013-06-021-30/+48
* mesa: fix hodge podge indentation, update comments in texformat.cBrian Paul2013-06-021-186/+184
* mesa: Add missing break statement in _mesa_choose_tex_format.Vinson Lee2013-05-301-0/+1
* mesa: fix error checking of DXT sRGB formats in _mesa_base_tex_format()Brian Paul2013-05-301-2/+4
* mesa: asst. whitespace, formatting fixes in teximage.cBrian Paul2013-05-301-28/+43