Age | Commit message (Expand) | Author |
2009-12-10 | intel: Make RGB textures use XRGB8888 | Ian Romanick |
2009-12-10 | intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers. | Ian Romanick |
2009-12-10 | i965: Fix handling of drawing to MESA_FORMAT_XRGB8888 | Ian Romanick |
2009-12-10 | intel: Use spantmp2 GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV for XRGB8888 | Ian Romanick |
2009-12-10 | spantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV | Ian Romanick |
2009-12-10 | intel: name in intel_create_renderbuffer was always 0, remove | Ian Romanick |
2009-12-10 | intel: Use texformat accessor to get bytes-per-pixel | Ian Romanick |
2009-12-10 | intel: softwareBuffer in intel_alloc_renderbuffer_storage was always false, r... | Ian Romanick |
2009-12-10 | intel: Axe intel_renderbuffer::texformat | Ian Romanick |
2009-12-10 | intel: Flush the render/texture cache when finishing render to texture. | Eric Anholt |
2009-12-09 | mesa: Fix SCons build. | Vinson Lee |
2009-12-09 | meta: Bind texture to unit 0 for mipmap generation | Ian Romanick |
2009-12-09 | mesa: Move OES_read_format support from drivers into the core. | Eric Anholt |
2009-12-08 | i965: Enable the accelerated ReadPixels path on gen4 along with pre-gen4. | Eric Anholt |
2009-12-08 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Andre Maasikas |
2009-12-08 | r600: add support for TXB instruction | Andre Maasikas |
2009-12-08 | r600: reorder state for render_target and blend | Andre Maasikas |
2009-12-07 | mesa: set version string to 7.7-rc1 | Ian Romanick |
2009-12-07 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick |
2009-12-07 | Revert "intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system ... | Ian Romanick |
2009-12-07 | mesa: set version string to 7.6.1-rc3 | Ian Romanick |
2009-12-07 | radeon: fix cases when only first image where put directly into miptree. | Maciej Cencora |
2009-12-07 | radeon: fix image migration for small compressed textures | Maciej Cencora |
2009-12-06 | dri: Fix potential null pointer dereference in driBindContext. | Vinson Lee |
2009-12-06 | dri: Fix potential null pointer deference in dri_put_drawable. | Vinson Lee |
2009-12-05 | mesa: Fix array out-of-bounds access by _mesa_TexGenf. | Vinson Lee |
2009-12-05 | mesa: Fix array out-of-bounds access by _mesa_TexGeni. | Vinson Lee |
2009-12-05 | mesa: Fix array out-of-bounds access by _mesa_TexParameterf. | Vinson Lee |
2009-12-05 | mesa: Fix array out-of-bounds access by _mesa_TexParameterf. | Vinson Lee |
2009-12-04 | mesa: Fix array out-of-bounds access in _mesa_TexEnvf. | Vinson Lee |
2009-12-04 | radeon: fix polygon stipple | Alex Deucher |
2009-12-03 | radeon: workaround an FBO issue | Maciej Cencora |
2009-12-03 | radeon: properly check if image should be placed in the miptree | Maciej Cencora |
2009-12-03 | r200: fix polygon stipple | Alex Deucher |
2009-12-02 | Merge commit 'mesa_7_6_branch' into mesa_7_7_branch | Jakob Bornecrantz |
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 | 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-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-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 |