Merge branch 'master' into drm-gem
[mesa.git] / src / mesa / drivers / dri / intel /
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...
2008-05-09 Dave AirlieRevert "mesa/intel: map/unmap texture objects around...
2008-05-09 Dave Airliemesa/intel: map/unmap texture objects around mipmap...
2008-05-08 Keith Packard[intel-gem] move domains to relocations. add set_domain...
2008-05-08 Keith Packard[intel] intel_batchbuffer_flush using uninit 'used...
2008-05-08 Keith PackardMerge commit 'anholt/drm-gem' into drm-gem
2008-05-07 Eric AnholtGEM: Make dri_emit_reloc take GEM domain flags instead...
2008-05-07 Eric AnholtGEM: Don't emit an extra MI_FLUSH in the batch since...
2008-05-07 Keith PackardMerge commit 'anholt/drm-gem' into drm-gem
2008-05-07 Keith Packard[intel-GEM] partial support for memory domains.
2008-05-06 Eric AnholtGEM: Fix previous commit to avoid asserting when we...
2008-05-06 Eric AnholtGEM: Don't emit an extra MI_FLUSH in the batch since...
2008-05-06 Keith Packard[intel-GEM] Add tiling support to swrast.
2008-05-06 Keith PackardDump buffer tiled status from intelPrintSAREA
2008-05-05 Eric AnholtGEM: Allocate the right number of relocs, avoiding...
2008-05-05 Eric AnholtGEM: Include target buffer handle in relocation debug.
2008-05-05 Eric AnholtGEM: Set validate index to keep the same buffer from...
2008-05-05 Eric AnholtPrint GEM handles instead of BO pointers in debugging.
2008-05-05 Eric AnholtInitialize bufmgr_gem->validate_array[i].offset.
2008-05-05 Eric AnholtMake intel_{batch,exec}_ioctl return an error code...
2008-05-03 Corbin SimpsonMerge branch 'r500-support' into r500test
2008-05-03 Eric AnholtDon't forget to set handle of shared buffers.
2008-05-03 Eric AnholtFix GEM execbuf ioctl argument.
2008-05-03 Eric AnholtFix to use GEM execbuf instead of TTM.
2008-05-03 Eric AnholtMinor fixups to get GEM to the point of execbuf ioctl.
2008-05-02 Eric Anholt[intel] Fix build for GEM. TTM is now disabled, and...
2008-05-02 Eric AnholtAdd intel_bufmgr_gem for new graphics execution manager.
2008-05-02 Eric Anholt[intel] Warnings fixes.
2008-05-02 Eric Anholt[intel] Merge intel_ioctl.h. Not sure how this slipped...
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-30 Xiang, Haihaointel: test cpp to ensure mipmap tree matches texture...
2008-04-29 Michel DänzerChange default of driconf "allow_large_textures" to...
2008-04-22 Xiang, Haihaoi965: save the offset of target buffer after last execu...
next