summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* image/pack: fix missing GL_BGR(A)_INTEGER support.Dave Airlie2011-11-282-0/+4
* docs: Add 7.11.2 release notes and newsIan Romanick2011-11-272-0/+94
* image: fix legal types for packed integer formats.Dave Airlie2011-11-271-2/+4
* r600g: add framebuffer support for 2/10/10/10 integerDave Airlie2011-11-272-0/+4
* r600g: add int support for 2/10/10/10 format.Dave Airlie2011-11-271-0/+3
* docs/gl3: these two interfaces are complete now.Dave Airlie2011-11-271-1/+1
* pack: fix indentation (trivial)Dave Airlie2011-11-271-1/+1
* glapi: add ARB_texture_rgb10_a2ui support.Dave Airlie2011-11-273-1165/+1182
* gallium: add B10G10R10A2_UINT formatDave Airlie2011-11-272-0/+2
* mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REVChia-I Wu2011-11-277-6/+139
* egl_glx: Try first a default lookup for glXGetProcAddress before loading dyna...Beren Minor2011-11-271-9/+14
* android: bring in i915_dri and i965_dri automaticallyChia-I Wu2011-11-261-0/+4
* android: pass -std=c99 by defaultChia-I Wu2011-11-268-15/+11
* android: move libGLES_mesa build rules to src/egl/main/.Chia-I Wu2011-11-262-102/+85
* android: clean up libglapi bulid rules a bitChia-I Wu2011-11-261-12/+27
* st/xa: Kill a couple of compilation warningsThomas Hellstrom2011-11-252-1/+6
* st/xa, xa/vmwgfx: Generate exported symbol list from the st/xa symbols.Thomas Hellstrom2011-11-254-33/+22
* st/xa, xa/vmwgfx: Use XA_EXPORT attribute to indicate global visibilityThomas Hellstrom2011-11-257-36/+43
* st/xa, xa/vmwgfx: Set the right version on library suffixThomas Hellstrom2011-11-252-4/+1
* android: add support for ICSChia-I Wu2011-11-258-42/+74
* vbo: fix !FEATURE_beginend buildChia-I Wu2011-11-251-0/+6
* st/egl: fix a crash in Android backendChia-I Wu2011-11-251-3/+4
* softpipe: s/int/unsigned/ to be consistent in alpha test codeBrian Paul2011-11-231-2/+2
* softpipe: remove pointless break stmtBrian Paul2011-11-231-1/+0
* i965/gen6: Fix GPU hang when using stencil buffer without depthChad Versace2011-11-231-0/+5
* i915: Fix complete texturing regression since 27505a105aEric Anholt2011-11-231-0/+2
* i915: Fix build since hiz merge.Eric Anholt2011-11-236-24/+29
* mesa: fix incorrect error message in format_unpack.cBrian Paul2011-11-231-1/+2
* i915g: don't set alpha to 1 for RGBX and BGRXVasily Khoruzhick2011-11-231-2/+1
* mesa: update comment for clear_teximage_fields()Brian Paul2011-11-221-9/+2
* gallium: remove trailing comma and unneeded comments in p_defines.hBrian Paul2011-11-221-4/+4
* mesa: re-implement unpacking of DEPTH_COMPONENT32FMarek Olšák2011-11-231-0/+9
* i915: Move the texture format setup for this driver out of shared code.Eric Anholt2011-11-224-42/+54
* i965: Drop intel_context.c's texture format set up for this driver.Eric Anholt2011-11-221-87/+0
* i965: Add support for ARGB2101010 rendering.Eric Anholt2011-11-221-1/+1
* i965: Add support for RGBA_16 unorm rendering.Eric Anholt2011-11-221-1/+1
* i965: Add support for half-float formats.Eric Anholt2011-11-221-7/+11
* mesa: Fix unpack for MESA_FORMAT_INTENSITY_FLOAT16.Eric Anholt2011-11-221-1/+1
* mesa: Fall back to float16 if float32 isn't supported in ChooseTexFormat.Eric Anholt2011-11-221-0/+11
* mesa: Add fallback from RGB_FLOAT16 to RGBA_FLOAT16 before RGBA_FLOAT32.Eric Anholt2011-11-221-0/+1
* i965: Reorganize MESA_FORMAT -> BRW_SURFACEFORMAT table.Eric Anholt2011-11-221-48/+146
* i965: Mark texture formats as supported using the surface formats table.Eric Anholt2011-11-221-1/+12
* intel: Improve debug output for begin/finish render texture.Eric Anholt2011-11-221-4/+4
* intel: Remove duplicate test for texture attachment completeness.Eric Anholt2011-11-221-8/+0
* i965: Don't require spans (swrast) support to consider a format FBO complete.Eric Anholt2011-11-221-3/+10
* i965: Use the surface format table to determine render target supportedness.Eric Anholt2011-11-224-60/+95
* intel: Add the context to the render_target_supported() vtbl method.Eric Anholt2011-11-227-8/+10
* i965: Add a table of the surface format information from the PRM.Eric Anholt2011-11-221-0/+204
* mesa: Make formats.c "datatype" values match glGetTexLevelParameter return.Eric Anholt2011-11-223-9/+14
* mesa: Don't report types for 0-sized components of textures.Eric Anholt2011-11-221-50/+69