summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.Vinson Lee
2009-12-12radeon: fix #25463Maciej Cencora
2009-12-11r300: fix depth texturesMaciej Cencora
2009-12-11Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-11mesa: remove unnecessary loop in _mesa_remove_output_reads()Brian Paul
2009-12-11Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-11mesa: check dst reg in _mesa_find_free_register()Brian Paul
2009-12-11sparc: additional preprocessor test for SPARC 64-bitAurelien Jarno
2009-12-11svga: Add a missing dependency from the prescale state.José Fonseca
2009-12-11svga: Always pass SVGA3D_SURFACE_HINT_DYNAMIC.José Fonseca
2009-12-11svga: Keep tight control of texture handle ownership.José Fonseca
2009-12-11svga: Fix mixed signed comparisons.José Fonseca
2009-12-10mesa: Initialize variable in MatchInstruction.Vinson Lee
2009-12-10mesa: Assign _mesa_lookup_parameter_index return value to GLint.Vinson Lee
2009-12-10i915: Add missing break statement in i915_debug_packet.Vinson Lee
2009-12-10glsl: Increase size of array in_slang_lookup_constant from 4 to 16.Vinson Lee
2009-12-10intel: Remove ARGB internal_format == GL_RGB hacksIan Romanick
2009-12-10intel: Make RGB textures use XRGB8888Ian Romanick
2009-12-10intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers.Ian Romanick
2009-12-10i965: Fix handling of drawing to MESA_FORMAT_XRGB8888Ian Romanick
2009-12-10intel: Use spantmp2 GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV for XRGB8888Ian Romanick
2009-12-10spantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REVIan Romanick
2009-12-10intel: name in intel_create_renderbuffer was always 0, removeIan Romanick
2009-12-10intel: Use texformat accessor to get bytes-per-pixelIan Romanick
2009-12-10intel: softwareBuffer in intel_alloc_renderbuffer_storage was always false, r...Ian Romanick
2009-12-10intel: Axe intel_renderbuffer::texformatIan Romanick
2009-12-10intel: Flush the render/texture cache when finishing render to texture.Eric Anholt
2009-12-10glsl: Fix array out-of-bounds access by _slang_lookup_constant.Vinson Lee
2009-12-10mesa: Fix array out-of-bounds access by _mesa_TexParameteriv.Vinson Lee
2009-12-10st/xorg: fix yv12 plus some cleanups in the upload codeZack Rusin
2009-12-10st/xorg: enable yv12 for xvZack Rusin
2009-12-09mesa: Fix SCons build.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_TexGend.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_Lighti.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_Lightf.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_PointParameteri.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_PointParameterf.Vinson Lee
2009-12-09mesa: Fix array out-of-bounds access by _mesa_LightModelf.Vinson Lee
2009-12-09glsl: Remove unused member x from struct slang_operation.Vinson Lee
2009-12-09mesa: fix baseLevel >= MAX_TEXTURE_LEVELS testBrian Paul
2009-12-09r600: fix state size prediction after dc0777d3Andre Maasikas
2009-12-09vmware/xorg: Properly detect overlay supportJakob Bornecrantz
2009-12-09vmware/core: Update vmwgfx_drm.hJakob Bornecrantz
2009-12-09meta: Bind texture to unit 0 for mipmap generationIan Romanick
2009-12-09mesa: Move OES_read_format support from drivers into the core.Eric Anholt
2009-12-08mesa: Fix array out-of-bounds access by _mesa_LightModeli.Vinson Lee
2009-12-08mesa: Fix array out-of-bounds access by _mesa_Fogf.Vinson Lee
2009-12-08mesa: Fix array out-of-bounds access by _mesa_TexParameteri.Vinson Lee
2009-12-08i965: Enable the accelerated ReadPixels path on gen4 along with pre-gen4.Eric Anholt
2009-12-08mesa: Fix array out-of-bounds access by _mesa_Fogi.Vinson Lee