Age | Commit message (Expand) | Author |
2009-12-17 | s/desc->type/desc->channel[0].type/ | Michal Krol |
2009-12-09 | Revert "Simplify the redundant meaning of format layout." | Michal Krol |
2009-12-08 | Simplify the redundant meaning of format layout. | Michal Krol |
2009-12-08 | Remove remaining pipe format utility functions. | Michal Krol |
2009-12-03 | Remove pf_swizzle_* internal macros. | Michal Krol |
2009-12-03 | Move pf_get_component_bits() to u_format auxiliary module. | Michal Krol |
2009-12-03 | Move pf_get_bits/size() to u_format auxiliary module. | Michal Krol |
2009-12-03 | Move pf_get_block() to u_format auxiliary module. | Michal Krol |
2009-12-03 | Move pf_is_depth_and_stencil() to u_format auxiliary module. | Michal Krol |
2009-12-03 | Move pf_is_depth_stencil() to u_format auxiliary module. | Michal Krol |
2009-12-03 | Move pf_is_compressed() to u_format auxiliary module. | Michal Krol |
2009-12-01 | mesa: added comment for target_enum_to_index() | 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 | 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 | 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 |
2009-11-24 | r600 : reset stack flag with one channel only. | Richard Li |
2009-11-24 | r600 : fix stack depth setting bug. | Richard Li |
2009-11-25 | radeon: fix context destroy needing lock for flushing. | Dave Airlie |
2009-11-24 | slang: Fix allocation size. | Michal Krol |
2009-11-24 | mesa: Fix pointer arithmetic. | Michal Krol |
2009-11-23 | i915: Initialize Length and Offset fields when mapping a buffer object | Ian Romanick |
2009-11-24 | r300: fix swtcl bo leak problem. | Dave Airlie |
2009-11-24 | radeon/r200/r300/r600: make bo mapping be explicit | Dave Airlie |
2009-11-23 | mesa: use gcc __builtin_popcount() | Brian Paul |