summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-28Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick
2009-09-28docs: 7.5.2 md5 sumsIan Romanick
2009-09-28Prep for 7.5.2 releaseIan Romanick
2009-09-28docs: 7.6 md5 sumsIan Romanick
2009-09-28Prep for 7.6 releaseIan Romanick
2009-09-28st/mesa: check gl_texture_object::GenerateMipmap field when allocating texmemBrian Paul
2009-09-28Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-28Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-28Fix build on non GLIBC platforms (FreeBSD at least)Robert Noland
2009-09-28docs: list additional 7.5.2 bug fixesBrian Paul
2009-09-28docs: document gallium mipmap generation fixBrian Paul
2009-09-28st/mesa: fix st_generate_mipmap() issuesBrian Paul
2009-09-28st/mesa: fix/simplify st_texture_object::lastLevel calculationBrian Paul
2009-09-28gallium/util: add sanity check assertionsBrian Paul
2009-09-28mesa: use _mesa_get_current_tex_unit() helperBrian Paul
2009-09-28progs/perf: Include local headers before installed headers.Vinson Lee
2009-09-28progs/tests: print usage info upon SPACE/uBrian Paul
2009-09-28progs/tests: re-indent mipmap_limits.cBrian Paul
2009-09-28llvmpipe: Grab a ref when the fb is set.Younes Manton
2009-09-28softpipe: Fix MSVC build.José Fonseca
2009-09-28g3dvl: Fix MSVC build.José Fonseca
2009-09-28r300g: fix r300g cause GPU hang issue.Cooper Yuan
2009-09-28xvmc: Fail on unsupported formats, operations.Younes Manton
2009-09-27g3dvl: Missing semicolon.Younes Manton
2009-09-27g3dvl: Formatting and cleanups.Younes Manton
2009-09-27g3dvl: Move XvMC under the Xorg state tracker.Younes Manton
2009-09-27g3dvl: Implement XvMC using pipe_video_context.Younes Manton
2009-09-27g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton
2009-09-27util: Add util_next_power_of_two() for rounding a uint up to a POT.Younes Manton
2009-09-27r300g: fix erroneous conditionMaciej Cencora
2009-09-27r300g: don't force vertex position for HW TCL pathMaciej Cencora
2009-09-27r300g: add some assertionsMaciej Cencora
2009-09-27r300g: plug memory leakMaciej Cencora
2009-09-27r300g: add some debugging infoMaciej Cencora
2009-09-28r300g: fix r300 rs pathDave Airlie
2009-09-28r300g: rewrite RS state setup.Dave Airlie
2009-09-28r300g: silence compiler warningDave Airlie
2009-09-27i915g: Submit direct vertex buffersJakob Bornecrantz
2009-09-27i915g: Fix warningJakob Bornecrantz
2009-09-27i915g: Tile shared buffers as wellJakob Bornecrantz
2009-09-27i915g: Make sure to map tiled buffers via the gttJakob Bornecrantz
2009-09-27i915g: Use booleanJakob Bornecrantz
2009-09-27i915g: Enable reuse of buffersJakob Bornecrantz
2009-09-27st/egl: Remove buffer from screenJakob Bornecrantz
2009-09-27r600 : Enable draw_prim.Richard Li
2009-09-27softpipe: Grab a ref when the fb is set.Younes Manton
2009-09-26progs/rbug: Link to mathJakob Bornecrantz
2009-09-26r300g: add tx depth support in register.Dave Airlie
2009-09-26r300g: only pass complete texture state to hw setup functionDave Airlie
2009-09-26r300g: add missing break in OQ emitDave Airlie