summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-29Remove windows kernel support code.José Fonseca16-739/+187
2011-11-29gallium/auxiliary: Remove os_stream.José Fonseca12-762/+99
2011-11-29docs: Removed i965 entry in the source tree listing.Kai Wasserbäch1-1/+0
2011-11-29docs: Added item to release notes for 7.12.Kai Wasserbäch1-2/+4
2011-11-29st/vega: Fix warnings about dllimport attributes on windows.José Fonseca1-0/+1
2011-11-29i965g: Delete this driver.Kai Wasserbäch122-37280/+3
2011-11-29mesa: distinct gl_client_array arrays are goneChia-I Wu3-6/+4
2011-11-29mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.Mathias Fröhlich14-385/+287
2011-11-29mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich24-59/+75
2011-11-29mesa: Make gl_array_object::_Enabled 64 bits.Mathias Fröhlich3-29/+29
2011-11-29vbo: Use The VERT_{ATTRIB,BIT} defines.Mathias Fröhlich7-70/+87
2011-11-29mesa: Replace _NEW_ARRAY_* bits with VERT_BIT_*Mathias Fröhlich4-64/+31
2011-11-29mesa: Introduce more symbolic VERT_{ATTRIB,BIT}* defines.Mathias Fröhlich1-18/+45
2011-11-29mesa: move ElementArrayBufferObj to gl_array_objectYuanhan Liu10-44/+44
2011-11-28mesa: update comments for _mesa_format_matches_format_and_type(), 80-column w...Brian Paul1-10/+9
2011-11-28mesa: add component comments for sRGB formatsBrian Paul1-5/+5
2011-11-28mesa: update texstore comments for R/G texturesBrian Paul1-2/+2
2011-11-28mesa: fix comments for RG formatsBrian Paul1-4/+4
2011-11-28st/mesa: don't try to allocate zero-sized renderbuffersBrian Paul1-0/+5
2011-11-28gallium/i965g: hide that utterly broken driver betterDaniel Vetter1-1/+8
2011-11-28swrast: add missing texfetch table entry for MESA_FORMAT_ARGB2101010_UINTBrian Paul1-0/+7
2011-11-28mesa: remove unused gl_texture_object::DriverData fieldBrian Paul1-9/+0
2011-11-28mesa: handle MapTextureImage() failures in mipmap generation codeBrian Paul1-24/+57
2011-11-28mesa: handle MapTextureImage() failures in glGetTexImage codeBrian Paul1-114/+153
2011-11-28mesa: handle MapTextureImage() failures in glTexImage codeBrian Paul1-76/+123
2011-11-28mesa: fix frag shader generation for alpha test with no color buffersBrian Paul2-1/+7
2011-11-28mesa: check for null ptr in _mesa_is_bufferobj()Brian Paul3-9/+9
2011-11-28mesa: move _mesa_base_format_has_channel() into image.cBrian Paul5-87/+92
2011-11-28mesa: combine GL_TEXTURE_INTENSITY/LUMINANCE_SIZE queriesBrian Paul1-17/+8
2011-11-28mesa: use _mesa_base_format_has_channel() in fbobject.c queriesBrian Paul3-45/+28
2011-11-28mesa: fix indexing error in unpack_Z32_FLOAT_X24S8()Brian Paul1-1/+1
2011-11-28mesa/docs: add ARB_texture_rgb10_a2ui to relnotes/gl3.txtDave Airlie2-1/+2
2011-11-28st/mesa: add ARB_texture_rgb10_a2ui supportDave Airlie2-2/+15
2011-11-28mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.Dave Airlie8-0/+110
2011-11-28image/pack: fix missing GL_BGR(A)_INTEGER support.Dave Airlie2-0/+4
2011-11-27docs: Add 7.11.2 release notes and newsIan Romanick2-0/+94
2011-11-27image: fix legal types for packed integer formats.Dave Airlie1-2/+4
2011-11-27r600g: add framebuffer support for 2/10/10/10 integerDave Airlie2-0/+4
2011-11-27r600g: add int support for 2/10/10/10 format.Dave Airlie1-0/+3
2011-11-27docs/gl3: these two interfaces are complete now.Dave Airlie1-1/+1
2011-11-27pack: fix indentation (trivial)Dave Airlie1-1/+1
2011-11-27glapi: add ARB_texture_rgb10_a2ui support.Dave Airlie3-1165/+1182
2011-11-27gallium: add B10G10R10A2_UINT formatDave Airlie2-0/+2
2011-11-27mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REVChia-I Wu7-6/+139
2011-11-27egl_glx: Try first a default lookup for glXGetProcAddress before loading dyna...Beren Minor1-9/+14
2011-11-26android: bring in i915_dri and i965_dri automaticallyChia-I Wu1-0/+4
2011-11-26android: pass -std=c99 by defaultChia-I Wu8-15/+11
2011-11-26android: move libGLES_mesa build rules to src/egl/main/.Chia-I Wu2-102/+85
2011-11-26android: clean up libglapi bulid rules a bitChia-I Wu1-12/+27
2011-11-25st/xa: Kill a couple of compilation warningsThomas Hellstrom2-1/+6