Age | Commit message (Expand) | Author |
2009-12-07 | st/mesa: remove debug code | Brian Paul |
2009-12-07 | st/mesa: negate DDY to match GL semantics | Brian Paul |
2009-12-07 | st/mesa: fix up comment | Brian Paul |
2009-12-05 | radeon/r200/r600: fix drivers for changes in 433f0a82f5a4696e6b0c4061f645485e... | Alex Deucher |
2009-12-05 | st/mesa: Prefer alpha-less formats for RGB textures. | Michel Dänzer |
2009-12-05 | radeon: Only get DRI2 front buffer information for glXBindTexImageEXT. | Michel Dänzer |
2009-12-04 | Merge branch 'gallium-noblocks' | Roland Scheidegger |
2009-12-02 | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz |
2009-12-02 | Merge commit 'mesa_7_6_branch' into mesa_7_7_branch | Jakob Bornecrantz |
2009-12-03 | r200: fix polygon stipple | Alex Deucher |
2009-12-02 | intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers. | Eric Anholt |
2009-12-02 | mesa: Fix bad conversion in AL1616_REV texstore. | Eric Anholt |
2009-12-02 | mesa: Fix copy'n'paste problem in al1616 texel fetch. | Eric Anholt |
2009-12-01 | mesa: added comment for target_enum_to_index() | Brian Paul |
2009-12-01 | intel: Remove GL_NV_point_sprite from extension list | Ian Romanick |
2009-12-02 | intel: Fix more front-buffer rendering after Brian's less flushing patch. | Eric Anholt |
2009-12-02 | Revert "radeon/r300: no need to flush the cmdbuf when changing scissors state... | Dave Airlie |
2009-12-01 | vbo: make flush recursion check code per-context | Brian Paul |
2009-12-01 | st/mesa: updated emit_swz() comment | Brian Paul |
2009-12-01 | Merge commit 'origin/mesa_7_7_branch' | Keith Whitwell |
2009-12-01 | mesa: Update vertex texture code after gallium changes. | Michal Krol |
2009-12-01 | st: Update for renamed sampler/texture state setters. | Michal Krol |
2009-11-30 | mesa: set version string to 7.7-rc1 | Ian Romanick |
2009-11-30 | mesa: set version string to 7.6.1-rc2 | Ian Romanick |
2009-11-30 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick |
2009-11-30 | i915: Actually put i915PointParameterfv in the driver function table. Duh. | Ian Romanick |
2009-11-30 | gallium: interface cleanups, remove nblocksx/y from pipe_texture and more | Roland Scheidegger |
2009-11-30 | st/mesa: handle front/back-face +1/-1 vs. 1/0 conversion | Brian Paul |
2009-11-29 | mesa: Fix array out-of-bounds access by _mesa_TexParameterf. | Vinson Lee |
2009-11-29 | i915: Fallback bit define missed on previous commit | Ian Romanick |
2009-11-29 | i915: Round point sizes instead of truncate. | Ian Romanick |
2009-11-29 | i915: Enable point sprite coordinate generation | Ian Romanick |
2009-11-29 | mesa: Fix array out-of-bounds access by _mesa_TexParameterf. | Vinson Lee |
2009-11-29 | r600 : clena up a bit for last commit. | Richard Li |
2009-11-29 | r600 : add read port allocation for uniform; | Richard Li |
2009-11-29 | radeon: update miptree code a little | Maciej Cencora |
2009-11-29 | radeon: don't check the same miptree many times when looking for matching mip... | Maciej Cencora |
2009-11-29 | radeon: add some debugging info | Maciej Cencora |
2009-11-29 | mesa: Fix array out-of-bounds access by _mesa_TexGenf. | Vinson Lee |
2009-11-28 | mesa: Fix array out-of-bounds access by _mesa_TexGeni. | Vinson Lee |
2009-11-28 | dri: Fix potential null pointer dereference in driBindContext. | Vinson Lee |
2009-11-28 | mesa: Fix array out-of-bounds access in _mesa_TexEnvf. | Vinson Lee |
2009-11-28 | radeon: need to flush cs when moving images between mipmap trees | Maciej Cencora |
2009-11-27 | mesa: Avoid void pointer arithmetic. | José Fonseca |
2009-11-27 | Merge branch 'width0' | Roland Scheidegger |
2009-11-26 | gallium: fix more statetrackers/drivers for not using texture width/height/de... | Roland Scheidegger |
2009-11-25 | Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errors | Ian Romanick |
2009-11-26 | Merge commit 'origin/st-shader-varients' | Roland Scheidegger |
2009-11-25 | radeon: fix context destroy needing lock for flushing. | Dave Airlie |
2009-11-25 | r600: add ARB_texture_non_power_of_two support. | Dave Airlie |