summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radeon/r200: drop old span depth/stencil code.Dave Airlie2011-12-051-317/+0
* radeon/r200: add draw/stencil buffer detilingDave Airlie2011-12-052-0/+111
* radeon: fix warningsDave Airlie2011-12-051-2/+2
* radeon: use mesa renderbuffer accessors for depth for now.Dave Airlie2011-12-051-4/+5
* radeon: add some tiling support for r100.Dave Airlie2011-12-052-0/+13
* radeon: texture/renderbuffer overhaul.Dave Airlie2011-12-0513-599/+385
* radeon: set texture bits to always emit.Dave Airlie2011-12-051-3/+3
* radeon: update flush according to glXMakeCurrent man pageDave Airlie2011-12-051-2/+15
* radeon: drop border checkDave Airlie2011-12-051-5/+0
* radeon: add a bit more debugging to the blit debug code.Dave Airlie2011-12-051-4/+4
* mesa: Reject glDrawPixels(integer format).Eric Anholt2011-12-041-0/+18
* util: add casts in fprintf() calls to silence warningsBrian Paul2011-12-031-4/+6
* mesa: Use VERT_{ATTRIB,BIT}* for ARB input validation.Mathias Fröhlich2011-12-032-4/+4
* egl_glx: fix eglDestroyContextChia-I Wu2011-12-031-1/+2
* i965: Fix emit of a MOV with bad destination channel on gen6 math in FPs.Stuart Abercrombie2011-12-021-5/+5
* mesa: Fix assertions for block size handling in glCompressedTexSubImage2D.Eric Anholt2011-12-021-2/+2
* mesa: Fix glCompressedTexSubImage (and non-Sub) for height == 2 or 1.Eric Anholt2011-12-021-1/+1
* mesa: Fix glCompressedTexImage when dstRowStride != srcRowStride.Eric Anholt2011-12-021-28/+9
* nv50/nvc0: fix crash when channel allocation failsMarcin Slusarz2011-12-022-2/+4
* mesa: add casts to fix unpack_SIGNED_GR1616()Brian Paul2011-12-021-2/+2
* mesa: remove unreachable code in _mesa_unpack_color_span_ubyte()Brian Paul2011-12-021-64/+0
* vbo: remove unreachable _mesa_error() callBrian Paul2011-12-021-3/+0
* mesa: move _mesa_error() call in compressedteximage()Brian Paul2011-12-021-7/+2
* mesa: fix potential mem leak in generate_mipmap_compressed()Brian Paul2011-12-021-0/+1
* glsl: return visit_stop in ir_validate::visit_enter() to silence warningBrian Paul2011-12-021-0/+1
* mesa: fix some minor texstore commentsBrian Paul2011-12-021-3/+3
* mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88Brian Paul2011-12-027-19/+19
* mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88Brian Paul2011-12-0212-30/+30
* mesa: fix unpacking of RG88_REV texelsBrian Paul2011-12-022-5/+5
* i965: Make gen6_resolve_implied_move a no-op for MRF sources.Kenneth Graunke2011-12-021-0/+3
* mesa: Renumber the tnl attributes to match VERT_ATTRIB*.Mathias Fröhlich2011-12-021-29/+29
* mesa: Extend BITSET64_*_RANGE to work on arbitrary ranges.Mathias Fröhlich2011-12-021-3/+18
* i915g: Implement GL_STREAM_* for textures by using untiled textures.Stéphane Marchesin2011-12-011-1/+1
* i915g: Add unsupported PIPE_SHADER_CAP_OUTPUT_READ to silence warnings.Stéphane Marchesin2011-12-011-0/+2
* docs: list GL_OES_compressed_ETC1_RGB8_texture in 7.12 release notesChia-I Wu2011-12-021-0/+1
* st/mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu2011-12-022-0/+20
* gallium: add PIPE_FORMAT_ETC1_RGB8Chia-I Wu2011-12-028-2/+165
* mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu2011-12-0213-0/+130
* mesa: add ETC1 decoding routinesChia-I Wu2011-12-025-0/+249
* glapi: regenerate files for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu2011-12-021-3035/+3038
* glapi: add GL_OES_compressed_ETC1_RGB8_texture for GLESChia-I Wu2011-12-021-0/+4
* swrast: Fix signed/unsigned problems with negative strides.Mathias Fröhlich2011-12-011-2/+2
* u_vbuf: Silence uninitialized variable warnings.Vinson Lee2011-12-011-0/+2
* r600g: add some new pci idsAlex Deucher2011-12-011-0/+8
* mesa: fix unpack_ARGB1555_REV()Brian Paul2011-12-011-4/+5
* mesa: fix indentation in attrib.cBrian Paul2011-11-301-1/+1
* i965/fs: Fix regression in fbo-alphatest-nocolor.Eric Anholt2011-11-301-1/+1
* i965/fs: Make register file enum 0 be the undefined register file.Eric Anholt2011-11-302-8/+25
* i965: Don't perform the precompile on fragment shaders by default.Eric Anholt2011-11-304-2/+10
* gallium/failover: Remove the deprecated module.Kai Wasserbäch2011-11-3015-1207/+12