summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-09draw/llvm: remove redundant commentBrian Paul
2010-12-09draw/llvm: remove extraneous conditionalBrian Paul
2010-12-09android: enable support of i965cChih-Wei Huang
2010-12-09android: Add Android.mk's.Chia-I Wu
2010-12-09android: Add pre-generated files.Chia-I Wu
2010-12-09android: Add __DRI_IMAGE_FORMAT_RGBA8888_REV.Chia-I Wu
2010-12-09android: Add DRM-based gralloc.Chia-I Wu
2010-12-09android: Add new classic EGL driver for Android.Chia-I Wu
2010-12-09android: Add android backend for st/egl.Chia-I Wu
2010-12-09android: Add Android EGL extensions.Chia-I Wu
2010-12-09android: Add _EGL_PLATFORM_ANDROID.Chia-I Wu
2010-12-09android: Enable extensions required by ES1 for i915c.Chia-I Wu
2010-12-09android: Fix depth/stencil with i915c.Chia-I Wu
2010-12-09android: Fix GL_OES_EGL_image with SurfaceFlinger.Chia-I Wu
2010-12-09android: Use __mmap2 in winsys/svga.Chia-I Wu
2010-12-09android: Fix build with bionic.Chia-I Wu
2010-12-09i915c: Add GL_OES_draw_texture support.Chia-I Wu
2010-12-09tnl: Add support for GL_FIXED.Chia-I Wu
2010-12-09glsl: Unroll loops with conditional breaks anywhere (not just the end)Luca Barbieri
2010-12-09glsl: Consider the "else" branch when looking for loop breaks.Kenneth Graunke
2010-12-09glsl: Clean up code by adding a new is_break() function.Kenneth Graunke
2010-12-09i915: Free with FREE.Chia-I Wu
2010-12-09targets/egl-gdi: Optional support for DRM screen.Chia-I Wu
2010-12-09Revert "egl: Drop broken _EGL_PLATFORM_NO_OS code"Chia-I Wu
2010-12-09glsl: Correct the marking of InputsRead/OutputsWritten on in/out matrices.Eric Anholt
2010-12-09intel: Set the swizzling for depth textures using the GL_RED depth mode.Eric Anholt
2010-12-09intel: Use plain R8 and RG8 for COMPRESSED_RED and COMPRESSED_RG.Eric Anholt
2010-12-09i965: Silence uninitialized variable warning.Vinson Lee
2010-12-09r600g: Fix SCons build.Vinson Lee
2010-12-09r600g: indentation cleanupJerome Glisse
2010-12-09r600g: specialized upload managerJerome Glisse
2010-12-09r600g: avoid using pb* helper we are loosing previous cpu cycle with itJerome Glisse
2010-12-09glsl: fix lowering conditional returns in subroutinesFabian Bieler
2010-12-09i965: remove unused variable since brw_wm_glsl.c removal.Eric Anholt
2010-12-09i965: Set render_cache_read_write surface state bit on gen6 constant surfs.Eric Anholt
2010-12-09i965: Set up the correct texture border color state struct for Ironlake.Eric Anholt
2010-12-09i965: Clean up VS constant buffer location setup.Eric Anholt
2010-12-09i965: Fix VS constants regression pre-gen6.Eric Anholt
2010-12-09llvmpipe: Plug fence leaks.José Fonseca
2010-12-09nvc0: call grobj_alloc for all used classesChristoph Bumiller
2010-12-09mesa: allow GLfixed arrays for OpenGL ES 2.0Shuang He
2010-12-09nvc0: write texture address to TIC with a RELOCChristoph Bumiller
2010-12-09nvc0: use tile flags in a way compatible with nouveauChristoph Bumiller
2010-12-09nvc0: buffer suballocation with a primitive slab allocatorChristoph Bumiller
2010-12-09nvc0: generate shader header for geometry programsChristoph Bumiller
2010-12-09nvc0: fix immediate arg for SHL/SHRChristoph Bumiller
2010-12-09nvc0: index buffers are backChristoph Bumiller
2010-12-09nvc0: upload constants with m2mf for the time beingChristoph Bumiller
2010-12-09mesa: Fix glTexCoordPointer with type GL_FIXED.Chia-I Wu
2010-12-09mesa: Fix GL_FIXED arrays.Chia-I Wu