Age | Commit message (Expand) | Author |
2008-08-05 | dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646 | Xiang, Haihao |
2008-07-31 | intel: sync to vblank by default | Jesse Barnes |
2008-07-25 | Revert "intel: disable zero-copy TFP." | Dave Airlie |
2008-07-25 | intel: disable zero-copy TFP. | Dave Airlie |
2008-07-24 | intel: remove buffer swap debug output | Jesse Barnes |
2008-07-22 | intel: fix buffer swaps and enable page flipping on 965 | Jesse Barnes |
2008-07-18 | intel: fix texture border issue. (bug #16697) | Xiang, Haihao |
2008-07-16 | intel: Clean-up ARB_texture_env_crossbar | Ian Romanick |
2008-07-11 | intel: fix batch flushing problem with cliprects handling. | Dave Airlie |
2008-07-08 | i965: official name for GM45 chipset | Xiang, Haihao |
2008-07-01 | dri: Take the base image size into account when computing | Xiang, Haihao |
2008-06-24 | intel: Fix glCopyPixels when x or y are < 0 in hw coordinates. | Eric Anholt |
2008-06-24 | i965: Use the shared intel_pixel_copy.c. | Eric Anholt |
2008-06-24 | intel: Same pixel function init for everyone now. | Eric Anholt |
2008-06-24 | intel: Avoid glBitmap software fallback for blending when no blending occurs. | Eric Anholt |
2008-06-24 | intel: Merge check_blit_fragment_ops between i915/i965. | Eric Anholt |
2008-06-24 | intel: Note reasons for blit pixel op fallbacks under INTEL_DEBUG=pix. | Eric Anholt |
2008-06-24 | i915: Add support for accelerated glBitmap, shared from 965. | Eric Anholt |
2008-06-24 | i915: Fix read != draw drawable for glCopyPixels. | Eric Anholt |
2008-06-24 | i915: Allow accelerated pixel ops to be disabled with INTEL_NO_BLIT. | Eric Anholt |
2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul |
2008-06-18 | i915: Bug #14313: Fix accelerated (PBO) ReadPixels. | Eric Anholt |
2008-06-18 | i965: add support for Intel 4 series chipsets | Xiang, Haihao |
2008-06-11 | comments | Brian Paul |
2008-06-04 | mesa/drm/ttm: allow build against non-TTM aware libdrm | Dave Airlie |
2008-05-09 | intel: use new mipmap generation hooks in driver. | Dave Airlie |
2008-05-09 | swrast/dri: switch over users of generate_mipmap to new interface | Dave Airlie |
2008-05-09 | Revert "mesa/intel: map/unmap texture objects around mipmap generation functi... | Dave Airlie |
2008-05-09 | mesa/intel: map/unmap texture objects around mipmap generation function. | Dave Airlie |
2008-05-02 | [intel] Warnings fixes. | Eric Anholt |
2008-05-02 | [intel] Merge intel_ioctl.h. Not sure how this slipped by in the .c merge. | Eric Anholt |
2008-04-30 | intel: test cpp to ensure mipmap tree matches texture image. | Xiang, Haihao |
2008-04-29 | Change default of driconf "allow_large_textures" to announce hardware limits. | Michel Dänzer |
2008-04-22 | i965: save the offset of target buffer after last execution, not relocatee bu... | Xiang, Haihao |
2008-04-21 | intel: fix an assertion failure. fix bug #15575 | Xiang, Haihao |
2008-04-21 | i965: clear the PRESUMED_OFFSET flag from bo_req.hint, not bo_req.flags. fix ... | Xiang, Haihao |
2008-04-18 | i965: initial attempt at fixing the aperture overflow | Dave Airlie |
2008-04-16 | intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer... | Dave Airlie |
2008-03-31 | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg |
2008-03-26 | [intel] Use mesa texmemory functions to allocate teximage Data. | Michal Wajdeczko |
2008-03-25 | intel: fix the issue "VBO: Cannot allocate memory for a BO" on | Xiang, Haihao |
2008-03-19 | [intel] Fix an uninitialized variable access in PRESUMED_OFFSET clearing. | Eric Anholt |
2008-03-19 | [i915] arb point sprite only support in i965 | Zou Nan hai |
2008-03-18 | [intel] Clarify miptree layout by using byte offsets to images. | Eric Anholt |
2008-03-17 | intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bc | Xiang, Haihao |
2008-03-17 | intel: It is needed to allocating texture memory to accommodate | Xiang, Haihao |
2008-03-17 | intel: Remove an assertion from intel_miptree_create. TexImage | Xiang, Haihao |
2008-03-14 | intel: fix abort issue with shadowtex demo when use | Xiang, Haihao |
2008-03-13 | [i965] multiple rendering target support | Zou Nan hai |
2008-03-09 | DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle. | Kristian Høgsberg |