Age | Commit message (Expand) | Author |
2008-09-12 | intel: Don't segfault on TFP from a bad drawable. | Eric Anholt |
2008-09-12 | intel: Remove dead allow_batchbuffer param. | Eric Anholt |
2008-09-12 | i965: Add support for G41 chipset which is another 4 series. | Xiang, Haihao |
2008-09-10 | intel: track move of bo_exec from drivers to bufmgr. | Eric Anholt |
2008-09-10 | intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change. | Eric Anholt |
2008-09-10 | intel: Move the bufmgr back to the screen. | Eric Anholt |
2008-09-05 | intel: only enable occlusion query if the drm has defines. | Dave Airlie |
2008-09-04 | intel: Fix depth_stencil texture. | Xiang, Haihao |
2008-09-03 | intel: Fix prototype warning. | Eric Anholt |
2008-09-03 | intel: Fix refcounting on depth buffer initialization in DRI2. | Eric Anholt |
2008-09-03 | intel: Fix a crash if dri2 is disabled. | Xiang, Haihao |
2008-08-29 | DRI2: Drop sarea, implement swap buffers in the X server. | Kristian Høgsberg |
2008-08-24 | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie |
2008-08-24 | Revert "Merge branch 'drm-gem'" | Dave Airlie |
2008-08-20 | intel: Fix SGIS_generate_mipmap after a miptree had been validated. | Eric Anholt |
2008-08-20 | i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug... | Xiang, Haihao |
2008-08-18 | fix byte vs. pixel offset bug for 3D textures (see bug 17170) | Henri Verbeet |
2008-08-14 | intel: remove unneeded mem type and args | Dave Airlie |
2008-08-08 | Merge branch 'drm-gem' | Eric Anholt |
2008-08-08 | intel-gem: Update to new check_aperture API for classic mode. | Eric Anholt |
2008-08-05 | dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646 | Xiang, Haihao |
2008-07-31 | intel-gem: Always build GEM execbuffer code. | Eric Anholt |
2008-07-31 | intel: sync to vblank by default | Jesse Barnes |
2008-07-30 | intel-gem: Use new getparam to detect kernel GEM support. | Eric Anholt |
2008-07-26 | intel: Don't return a renderbuffer with alpha when just GL_RGB is requested. | Eric Anholt |
2008-07-25 | Merge branch 'master' into drm-gem | Ian Romanick |
2008-07-25 | intel: If a tex image doesn't fit in the object's tree, make a temporary tree. | Eric Anholt |
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-23 | intel: Add a little span cache to spead up readpixels by cutting syscalls. | Eric Anholt |
2008-07-23 | intel-gem: Use pread/pwrite for span access. | Eric Anholt |
2008-07-23 | intel: improve 2d batchbuffer debug output. | Eric Anholt |
2008-07-23 | intel: Fix CopyTexSubImage's src tiling arg for the blit. | Eric Anholt |
2008-07-23 | intel: move renderbuffer mapping to separate functions. | Eric Anholt |
2008-07-22 | intel: fix buffer swaps and enable page flipping on 965 | Jesse Barnes |
2008-07-18 | intel-gem: Bump driver date | Ian Romanick |
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-15 | intel-gem: Disable spantmp sse/mmx functions when tile swizzling. | Eric Anholt |
2008-07-11 | drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes. | Eric Anholt |
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-02 | intel: span rendering requires just a flush before starting, not finish. | Eric Anholt |
2008-07-02 | intel-gem: Emit an MI_FLUSH at glFlush() so frontbuffer rendering is flushed. | Eric Anholt |
2008-07-02 | intel-gem: Fix y-tile swizzling for our G965 with swizzle_mode=1. | Eric Anholt |
2008-07-02 | intel-gem: Fix Y-tiling span setup. | Eric Anholt |
2008-07-01 | intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode. | Eric Anholt |
2008-07-01 | dri: Take the base image size into account when computing | Xiang, Haihao |
2008-06-26 | intel: Fix locking when doing intel_region_cow(). | Eric Anholt |