summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_elts.Vinson Lee
2009-12-12progs/trivial: Silence compiler warnings in tri-blend-min.c.Vinson Lee
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_poly_verts.Vinson Lee
2009-12-12swrast: Initialize tex_coords in handle_sample_op.Vinson Lee
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_quads_verts.Vinson Lee
2009-12-12progs/trivial: Silence compiler warnings in tri-blend-max.cVinson Lee
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_verts.Vinson Lee
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.Vinson Lee
2009-12-12vmware/xorg: Fix failure paths and add some debug printingJakob Bornecrantz
2009-12-12vmwgfx/core: Check for 3D via the get param ioctlJakob Bornecrantz
2009-12-12progs/xdemos: Silence compiler warnings in glxinfo.c.Vinson Lee
2009-12-12progs/tests: Silence compiler warnings in vpeval.c.Vinson Lee
2009-12-12progs/tests: Silence compiler warnings in cva.c.Vinson Lee
2009-12-12progs/redbook: Silence compiler warnings in aaindex.c.Vinson Lee
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-11docs: updated 7.6.1 relnotes with GLSL fixesBrian 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-11scons: Tweak MSVC release options.José Fonseca
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-11scons: Pass -fno-strict-aliasing to gcc.José Fonseca
2009-12-11scons: Make it work with MinGW build of LLVM 2.6.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-10progs/samples: Byte swap individual members of struct _rawImageRec.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-10progs/util: Byte swap individual members of struct _rawImageRec.Vinson Lee
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