summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: Bump version to 9.1.5Carl Worth2013-07-171-1/+1
* glsl: Add gl_shader_program::UniformLocationBaseScaleIan Romanick2013-07-033-3/+21
* glsl: Add a gl_shader_program parameter to _mesa_uniform_{merge,split}_locati...Ian Romanick2013-07-033-4/+6
* mesa: Bump version to 9.1.4Ian Romanick2013-07-011-2/+2
* mesa: Fix ieee fp on AlphaSven Joachim2013-06-261-1/+1
* mesa: handle missing read buffer in _mesa_get_color_read_format/type()Brian Paul2013-06-261-30/+48
* mesa: declare UniformBufferBindings as an array with a static sizeMarek Olšák2013-06-253-9/+7
* mesa: Use accessor for stencil reference values in glGetChris Forbes2013-06-252-2/+6
* mesa: fix error checking of DXT sRGB formats in _mesa_base_tex_format()Brian Paul2013-06-051-2/+4
* mesa: Delete the ctx->Array._RestartIndex derived state.Kenneth Graunke2013-06-054-12/+3
* mesa: Ignore fixed-index primitive restart in ArrayElement().Kenneth Graunke2013-06-051-1/+1
* mesa: Add a helper function for determining the restart index.Kenneth Graunke2013-06-052-0/+26
* mesa: Stop clamping stencil reference value at specification timeChris Forbes2013-06-051-9/+0
* mesa: add accessor for effective stencil refChris Forbes2013-06-051-0/+14
* mesa: Make gl_renderbuffers backed by EGL images use FinishRenderTexture.Eric Anholt2013-05-292-9/+24
* mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt2013-05-293-7/+49
* mesa: fix the compressed TexSubImage size checking codeBrian Paul2013-05-231-3/+9
* mesa: fix type comparison errors in sub-texture error checking codeTapani Pälli2013-05-231-5/+5
* mesa: Bump version to 9.1.3Ian Romanick2013-05-211-2/+2
* mesa: Add unpack functions for A/I/L/LA [U]INT8/16/32 formats.Kenneth Graunke2013-05-101-0/+327
* mesa: Add unpack functions for R/RG/RGB [U]INT8/16/32 formats.Kenneth Graunke2013-05-101-0/+253
* mesa: Add an unpack function for ARGB2101010_UINT.Kenneth Graunke2013-05-101-0/+15
* mesa: Fix unpack function for ETC2_SRGB8_PUNCHTHROUGH_ALPHA1.Kenneth Graunke2013-05-101-1/+1
* mesa: enable GL_ARB_texture_float if TEXTURE_FLOAT_ENABLED is definedBrian Paul2013-05-101-1/+3
* mesa: Don't leak gl_context::BeginEnd at context destructionIan Romanick2013-05-101-0/+1
* mesa: Don't leak shared state when context initialization failsIan Romanick2013-05-101-0/+1
* mesa: NULL check the pointer before trying to dereference itIan Romanick2013-05-101-2/+2
* mesa: fix glGet queries depending on derived framebuffer state (v2)Marek Olšák2013-05-102-7/+26
* mesa: Add new ctx->Stencil._WriteEnabled derived state flag.Kenneth Graunke2013-05-102-0/+6
* ACTIVE_UNIFORM_MAX_LENGTH should include 3 extra characters for arrays.Haixia Shi2013-05-101-2/+4
* mesa: remove platform checks around __builtin_ffs, __builtin_ffsllBrian Paul2013-05-101-6/+0
* mesa: Bump version to 9.1.2Ian Romanick2013-04-301-2/+2
* mesa: handle HALF_FLOAT like FLOAT in get_tex_rgbaMarek Olšák2013-04-081-0/+1
* mesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.Matt Turner2013-04-053-0/+14
* mesa: use ieee fp on s390 and m68kAndreas Boll2013-04-051-1/+2
* mesa: Fix FB blitting in case of zero size src or dst rectAnuj Phogat2013-04-051-1/+3
* mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca2013-04-052-51/+6
* mesa: don't allocate a texture if width or height is 0 in CopyTexImageMarek Olšák2013-03-251-10/+12
* mesa: fix glGetInteger*(GL_SAMPLER_BINDING).Alan Hourihane2013-03-253-2/+14
* Unreference sampler object when it's currently bound to texture unit.Alan Hourihane2013-03-251-0/+10
* Add missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_texture_dimensionsAlan Hourihane2013-03-251-0/+1
* mesa: flush current state when querying GL_EDGE_FLAGBrian Paul2013-03-201-1/+1
* mesa: Bump version to 9.1.1mesa-9.1.1Ian Romanick2013-03-191-2/+2
* mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.Matt Turner2013-03-082-2/+2
* attrib: push/pop FRAGMENT_PROGRAM_ARB stateJordan Justen2013-03-051-0/+12
* mesa/es: NULL check in EGLImageTargetTexture2DOESTapani Pälli2013-03-051-0/+6
* mesa: add missing case in _mesa_GetTexParameterfv()Tapani Pälli2013-03-051-0/+6
* mesa: Fix setup of ctx->Point.PointSprite for GLES2.Eric Anholt2013-03-052-2/+2
* mesa: Bump version to 9.1 (final)Ian Romanick2013-02-221-1/+1
* mesa: Don't install glEvalMesh in the beginend dispatch tableIan Romanick2013-02-203-9/+16