summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)Author
2008-08-20i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug...Xiang, Haihao
2008-08-18fix byte vs. pixel offset bug for 3D textures (see bug 17170)Henri Verbeet
2008-08-14intel: remove unneeded mem type and argsDave Airlie
2008-08-08Merge branch 'drm-gem'Eric Anholt
2008-08-08intel-gem: Update to new check_aperture API for classic mode.Eric Anholt
2008-08-05dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao
2008-07-31intel-gem: Always build GEM execbuffer code.Eric Anholt
2008-07-31intel: sync to vblank by defaultJesse Barnes
2008-07-30intel-gem: Use new getparam to detect kernel GEM support.Eric Anholt
2008-07-26intel: Don't return a renderbuffer with alpha when just GL_RGB is requested.Eric Anholt
2008-07-25Merge branch 'master' into drm-gemIan Romanick
2008-07-25intel: If a tex image doesn't fit in the object's tree, make a temporary tree.Eric Anholt
2008-07-25Revert "intel: disable zero-copy TFP."Dave Airlie
2008-07-25intel: disable zero-copy TFP.Dave Airlie
2008-07-24intel: remove buffer swap debug outputJesse Barnes
2008-07-23intel: Add a little span cache to spead up readpixels by cutting syscalls.Eric Anholt
2008-07-23intel-gem: Use pread/pwrite for span access.Eric Anholt
2008-07-23intel: improve 2d batchbuffer debug output.Eric Anholt
2008-07-23intel: Fix CopyTexSubImage's src tiling arg for the blit.Eric Anholt
2008-07-23intel: move renderbuffer mapping to separate functions.Eric Anholt
2008-07-22intel: fix buffer swaps and enable page flipping on 965Jesse Barnes
2008-07-18intel-gem: Bump driver dateIan Romanick
2008-07-18intel: fix texture border issue. (bug #16697)Xiang, Haihao
2008-07-16intel: Clean-up ARB_texture_env_crossbarIan Romanick
2008-07-15intel-gem: Disable spantmp sse/mmx functions when tile swizzling.Eric Anholt
2008-07-11drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt
2008-07-11intel: fix batch flushing problem with cliprects handling.Dave Airlie
2008-07-08i965: official name for GM45 chipsetXiang, Haihao
2008-07-02intel: span rendering requires just a flush before starting, not finish.Eric Anholt
2008-07-02intel-gem: Emit an MI_FLUSH at glFlush() so frontbuffer rendering is flushed.Eric Anholt
2008-07-02intel-gem: Fix y-tile swizzling for our G965 with swizzle_mode=1.Eric Anholt
2008-07-02intel-gem: Fix Y-tiling span setup.Eric Anholt
2008-07-01intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode.Eric Anholt
2008-07-01dri: Take the base image size into account when computingXiang, Haihao
2008-06-26intel: Fix locking when doing intel_region_cow().Eric Anholt
2008-06-26intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt
2008-06-24Merge commit 'origin/master' into drm-gemEric Anholt
2008-06-24intel: Fix glCopyPixels when x or y are < 0 in hw coordinates.Eric Anholt
2008-06-24i965: Use the shared intel_pixel_copy.c.Eric Anholt
2008-06-24intel: Same pixel function init for everyone now.Eric Anholt
2008-06-24intel: Avoid glBitmap software fallback for blending when no blending occurs.Eric Anholt
2008-06-24intel: Merge check_blit_fragment_ops between i915/i965.Eric Anholt
2008-06-24intel: Note reasons for blit pixel op fallbacks under INTEL_DEBUG=pix.Eric Anholt
2008-06-24i915: Add support for accelerated glBitmap, shared from 965.Eric Anholt
2008-06-24i915: Fix read != draw drawable for glCopyPixels.Eric Anholt
2008-06-24i915: Allow accelerated pixel ops to be disabled with INTEL_NO_BLIT.Eric Anholt
2008-06-23i915: Accumulate the VB into a local buffer and subdata it in.Eric Anholt
2008-06-23i915: Convert to using VBs instead of inline prims.Eric Anholt
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-06-18i915: Note the non-PBO fallback for textured drawpixels under DEBUG_PIXEL.Eric Anholt