Age | Commit message (Expand) | Author |
2009-12-08 | r600: and finally fix SCS | Andre Maasikas |
2009-12-08 | r600: remove (now) dead code | Andre Maasikas |
2009-12-08 | r600: fix SIN also | Andre Maasikas |
2009-12-08 | r600: use the new inline constants feature to fix COS | Andre Maasikas |
2009-12-08 | r600: add assembler support for literal(inline) constants | Andre Maasikas |
2009-12-08 | r600: merge alu_instruction/alu_instruction2 | Andre Maasikas |
2009-12-08 | r600: add ABS support for source regs to assembler | Andre Maasikas |
2009-12-08 | r600: glsl - allow specifying texture sampler via uniforms | Andre Maasikas |
2009-12-08 | r600: implement FRAG_ATTRIB_FACE, glsl/twoside works | Andre Maasikas |
2009-12-08 | r600: quick hack to get KIL_NV working - does condition TR only for now | Andre Maasikas |
2009-12-08 | r600: wip glsl - refactor conditional instructions a bit | Andre Maasikas |
2009-12-08 | r600: execute SET funtions on all channels | Andre Maasikas |
2009-12-08 | Merge branch 'mesa_7_7_branch' | Andre Maasikas |
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 | 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 | 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 | radeon/r200/r600: fix drivers for changes in 433f0a82f5a4696e6b0c4061f645485e... | Alex Deucher |
2009-12-05 | radeon: Only get DRI2 front buffer information for glXBindTexImageEXT. | Michel Dänzer |
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 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-02 | intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers. | 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 | Merge commit 'origin/mesa_7_7_branch' | Keith Whitwell |
2009-12-01 | mesa: Update vertex texture code after gallium changes. | Michal Krol |
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 | 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 | 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-28 | dri: Fix potential null pointer dereference in driBindContext. | Vinson Lee |
2009-11-28 | radeon: need to flush cs when moving images between mipmap trees | Maciej Cencora |
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 |