i965: Cope with batch getting flushed in the middle of batchbuffer emits.
[mesa.git] / src / mesa / drivers / dri / intel /
2008-09-23 Eric Anholtintel: Add missing include files for meta drawpixels...
2008-09-23 Eric Anholtintel: Replace pbo-only drawpixels function with a...
2008-09-23 Eric Anholti915: Fix overlapping CopyPixels with negative pixel...
2008-09-21 Keith Whitwellmesa: standardize on C99's uint*_t instead of u_int*_t
2008-09-21 Keith Whitwellmesa: improved driver query interface
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-09-17 Eric Anholtintel: Destroy bufmgr in screen destroy, not context.
2008-09-12 Eric Anholtintel: Add a width field to regions, and use it for...
2008-09-12 Eric Anholtintel: Don't segfault on TFP from a bad drawable.
2008-09-12 Eric Anholtintel: Remove dead allow_batchbuffer param.
2008-09-12 Xiang, Haihaoi965: Add support for G41 chipset which is another...
2008-09-10 Eric Anholtintel: track move of bo_exec from drivers to bufmgr.
2008-09-10 Eric Anholtintel: track bufmgr move to libdrm_intel and bufmgr_fak...
2008-09-10 Eric Anholtintel: Move the bufmgr back to the screen.
2008-09-05 Dave Airlieintel: only enable occlusion query if the drm has defines.
2008-09-04 Xiang, Haihaointel: Fix depth_stencil texture.
2008-09-03 Eric Anholtintel: Fix prototype warning.
2008-09-03 Eric Anholtintel: Fix refcounting on depth buffer initialization...
2008-09-03 Xiang, Haihaointel: Fix a crash if dri2 is disabled.
2008-08-29 Kristian HøgsbergDRI2: Drop sarea, implement swap buffers in the X server.
2008-08-24 Dave AirlieRevert "Revert "Merge branch 'drm-gem'""
2008-08-24 Dave AirlieRevert "Merge branch 'drm-gem'"
2008-08-21 Eric Anholtintel: Fix SGIS_generate_mipmap after a miptree had...
2008-08-20 Xiang, Haihaoi965: Enable GL_ARB_fragment_program_shadow and fix...
2008-08-18 Henri Verbeetfix byte vs. pixel offset bug for 3D textures (see...
2008-08-14 Dave Airlieintel: remove unneeded mem type and args
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-08 Eric Anholtintel-gem: Update to new check_aperture API for classic...
2008-08-05 Xiang, Haihaodri: Fix write/read depth buffer issue under 16bpp...
2008-07-31 Eric Anholtintel-gem: Always build GEM execbuffer code.
2008-07-31 Jesse Barnesintel: sync to vblank by default
2008-07-30 Eric Anholtintel-gem: Use new getparam to detect kernel GEM support.
2008-07-27 Eric Anholtintel: Don't return a renderbuffer with alpha when...
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-25 Eric Anholtintel: If a tex image doesn't fit in the object's tree...
2008-07-25 Dave AirlieRevert "intel: disable zero-copy TFP."
2008-07-25 Dave Airlieintel: disable zero-copy TFP.
2008-07-24 Jesse Barnesintel: remove buffer swap debug output
2008-07-23 Eric Anholtintel: Add a little span cache to spead up readpixels...
2008-07-23 Eric Anholtintel-gem: Use pread/pwrite for span access.
2008-07-23 Eric Anholtintel: improve 2d batchbuffer debug output.
2008-07-23 Eric Anholtintel: Fix CopyTexSubImage's src tiling arg for the...
2008-07-23 Eric Anholtintel: move renderbuffer mapping to separate functions.
2008-07-22 Jesse Barnesintel: fix buffer swaps and enable page flipping on 965
2008-07-18 Ian Romanickintel-gem: Bump driver date
2008-07-18 Xiang, Haihaointel: fix texture border issue. (bug #16697)
2008-07-16 Ian Romanickintel: Clean-up ARB_texture_env_crossbar
2008-07-15 Eric Anholtintel-gem: Disable spantmp sse/mmx functions when tile...
2008-07-12 Eric Anholtdrm-gem: Use new GEM ioctls for tiling state, and suppo...
2008-07-10 Dave Airlieintel: fix batch flushing problem with cliprects handling.
2008-07-08 Xiang, Haihaoi965: official name for GM45 chipset
2008-07-02 Eric Anholtintel: span rendering requires just a flush before...
2008-07-02 Eric Anholtintel-gem: Emit an MI_FLUSH at glFlush() so frontbuffer...
2008-07-02 Eric Anholtintel-gem: Fix y-tile swizzling for our G965 with swizz...
2008-07-02 Eric Anholtintel-gem: Fix Y-tiling span setup.
2008-07-01 Eric Anholtintel-gem: Move bit 6 x tiling swizzle to a driconf...
2008-07-01 Xiang, Haihaodri: Take the base image size into account when computing
2008-06-26 Eric Anholtintel: Fix locking when doing intel_region_cow().
2008-06-26 Eric Anholtintel: Replace sprinkled intel_batchbuffer_flush with...
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-24 Eric Anholtintel: Fix glCopyPixels when x or y are < 0 in hw coord...
2008-06-24 Eric Anholti965: Use the shared intel_pixel_copy.c.
2008-06-24 Eric Anholtintel: Same pixel function init for everyone now.
2008-06-24 Eric Anholtintel: Avoid glBitmap software fallback for blending...
2008-06-24 Eric Anholtintel: Merge check_blit_fragment_ops between i915/i965.
2008-06-24 Eric Anholtintel: Note reasons for blit pixel op fallbacks under...
2008-06-24 Eric Anholti915: Add support for accelerated glBitmap, shared...
2008-06-24 Eric Anholti915: Fix read != draw drawable for glCopyPixels.
2008-06-24 Eric Anholti915: Allow accelerated pixel ops to be disabled with...
2008-06-23 Eric Anholti915: Accumulate the VB into a local buffer and subdata...
2008-06-23 Eric Anholti915: Convert to using VBs instead of inline prims.
2008-06-21 Brian Paulreplace __inline and __inline__ with INLINE macro
2008-06-18 Eric Anholti915: Note the non-PBO fallback for textured drawpixels...
2008-06-18 Eric Anholti915: Restore the accelerated PBO pixel path functions...
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-18 Eric Anholti915: Bug #14313: Fix accelerated (PBO) ReadPixels.
2008-06-18 Xiang, Haihaoi965: add support for Intel 4 series chipsets
2008-06-17 Eric Anholt[intel] Fix no_rast option on non-965.
2008-06-17 Eric Anholt[intel-gem] Bug #16326: Fix X tile unswizzling on 965.
2008-06-12 Brian Paulcomments
2008-06-11 Eric Anholt[intel-gem] Chase domain flag renaming in the DRM.
2008-06-11 Eric Anholt[gem] Enable bo_reuse by default.
2008-06-06 Keith Packard[intel-gem] Call the new throttle ioctl from swap buffers
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-06-04 Dave Airliemesa/drm/ttm: allow build against non-TTM aware libdrm
2008-06-03 Eric Anholt[intel] Convert drivers to using libdrm bufmgr code.
2008-05-30 Eric Anholt[intel-gem] Remember last offset of reused BOs to avoid...
2008-05-29 Keith Packard[intel-gem] Once mapped, leave buffers mapped.
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-26 Keith Packard[intel] all flushing in intelEmitCopyBlit
2008-05-26 Keith Packard[intel] Enable buffer re-use for gem
2008-05-23 Eric AnholtRemove stale comment about glFlush().
2008-05-23 Eric AnholtEmit a flush after the swapbuffers blit, so contents...
2008-05-22 Eric AnholtAdd back a mostly-correct glFinish for GEM and fake.
2008-05-22 Keith Packard[intel-gem] Make sure set_domain is called often enough.
2008-05-18 Keith Packard[intel-gem] Don't calloc reloc buffers
2008-05-13 Eric Anholt[GEM] Actually include the presumed offset in initial...
2008-05-11 Keith Packard[intel] update GEM api. Add bo_subdata and bo_get_subda...
2008-05-09 Dave Airlieintel: use new mipmap generation hooks in driver.
2008-05-09 Dave Airlieswrast/dri: switch over users of generate_mipmap to...
next