summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-03Revert "android: enable llvm"android-ics-nextChia-I Wu2-3/+2
2011-12-03android: enable llvmChia-I Wu2-2/+3
2011-12-03android: no global object in gallivmChia-I Wu1-12/+4
2011-12-03android: fix gallivm build issuesChia-I Wu1-5/+5
2011-12-03android: fix build issues when LLVM is enabledChia-I Wu2-3/+0
2011-12-03android: add llvmpipe supportChia-I Wu7-1/+204
2011-12-03android: advertise GL_ARB_texture_non_power_of_twoChia-I Wu1-1/+1
2011-12-03android: disable SSE translateChia-I Wu1-1/+1
2011-12-03android: always flush softpipe to support SurfaceFlingerChia-I Wu1-1/+1
2011-12-03i915: enable GL_APPLE_texture_2D_limited_npotChia-I Wu2-0/+2
2011-12-03intel: add support for GL_OES_EGL_image_externalChia-I Wu9-0/+13
2011-12-03egl_glx: fix eglDestroyContextChia-I Wu1-1/+2
2011-12-02i965: Fix emit of a MOV with bad destination channel on gen6 math in FPs.Stuart Abercrombie1-5/+5
2011-12-02mesa: Fix assertions for block size handling in glCompressedTexSubImage2D.Eric Anholt1-2/+2
2011-12-02mesa: Fix glCompressedTexSubImage (and non-Sub) for height == 2 or 1.Eric Anholt1-1/+1
2011-12-02mesa: Fix glCompressedTexImage when dstRowStride != srcRowStride.Eric Anholt1-28/+9
2011-12-02nv50/nvc0: fix crash when channel allocation failsMarcin Slusarz2-2/+4
2011-12-02mesa: add casts to fix unpack_SIGNED_GR1616()Brian Paul1-2/+2
2011-12-02mesa: remove unreachable code in _mesa_unpack_color_span_ubyte()Brian Paul1-64/+0
2011-12-02vbo: remove unreachable _mesa_error() callBrian Paul1-3/+0
2011-12-02mesa: move _mesa_error() call in compressedteximage()Brian Paul1-7/+2
2011-12-02mesa: fix potential mem leak in generate_mipmap_compressed()Brian Paul1-0/+1
2011-12-02glsl: return visit_stop in ir_validate::visit_enter() to silence warningBrian Paul1-0/+1
2011-12-02mesa: fix some minor texstore commentsBrian Paul1-3/+3
2011-12-02mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88Brian Paul7-19/+19
2011-12-02mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88Brian Paul12-30/+30
2011-12-02mesa: fix unpacking of RG88_REV texelsBrian Paul2-5/+5
2011-12-02i965: Make gen6_resolve_implied_move a no-op for MRF sources.Kenneth Graunke1-0/+3
2011-12-02mesa: Renumber the tnl attributes to match VERT_ATTRIB*.Mathias Fröhlich1-29/+29
2011-12-02mesa: Extend BITSET64_*_RANGE to work on arbitrary ranges.Mathias Fröhlich1-3/+18
2011-12-01i915g: Implement GL_STREAM_* for textures by using untiled textures.Stéphane Marchesin1-1/+1
2011-12-01i915g: Add unsupported PIPE_SHADER_CAP_OUTPUT_READ to silence warnings.Stéphane Marchesin1-0/+2
2011-12-02docs: list GL_OES_compressed_ETC1_RGB8_texture in 7.12 release notesChia-I Wu1-0/+1
2011-12-02st/mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu2-0/+20
2011-12-02gallium: add PIPE_FORMAT_ETC1_RGB8Chia-I Wu8-2/+165
2011-12-02mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu13-0/+130
2011-12-02mesa: add ETC1 decoding routinesChia-I Wu5-0/+249
2011-12-02glapi: regenerate files for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu1-3035/+3038
2011-12-02glapi: add GL_OES_compressed_ETC1_RGB8_texture for GLESChia-I Wu1-0/+4
2011-12-01swrast: Fix signed/unsigned problems with negative strides.Mathias Fröhlich1-2/+2
2011-12-01u_vbuf: Silence uninitialized variable warnings.Vinson Lee1-0/+2
2011-12-01r600g: add some new pci idsAlex Deucher1-0/+8
2011-12-01mesa: fix unpack_ARGB1555_REV()Brian Paul1-4/+5
2011-11-30mesa: fix indentation in attrib.cBrian Paul1-1/+1
2011-11-30i965/fs: Fix regression in fbo-alphatest-nocolor.Eric Anholt1-1/+1
2011-11-30i965/fs: Make register file enum 0 be the undefined register file.Eric Anholt2-8/+25
2011-11-30i965: Don't perform the precompile on fragment shaders by default.Eric Anholt4-2/+10
2011-11-30gallium/failover: Remove the deprecated module.Kai Wasserbäch15-1207/+12
2011-11-30st/mesa: fix indentationBrian Paul1-1/+1
2011-11-30mesa: use _mesa_is_bufferobj() in update_array()Brian Paul1-1/+1