summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)Author
2008-06-23i915: Convert to using VBs instead of inline prims.Eric Anholt
2008-06-18i915: Note the non-PBO fallback for textured drawpixels under DEBUG_PIXEL.Eric Anholt
2008-06-18i915: Restore the accelerated PBO pixel path functions after GEM changes.Eric Anholt
2008-06-18Merge commit 'origin/master' into drm-gemEric Anholt
2008-06-18i915: Bug #14313: Fix accelerated (PBO) ReadPixels.Eric Anholt
2008-06-18i965: add support for Intel 4 series chipsetsXiang, Haihao
2008-06-17[intel] Fix no_rast option on non-965.Eric Anholt
2008-06-17[intel-gem] Bug #16326: Fix X tile unswizzling on 965.Eric Anholt
2008-06-11commentsBrian Paul
2008-06-11[intel-gem] Chase domain flag renaming in the DRM.Eric Anholt
2008-06-11[gem] Enable bo_reuse by default.Eric Anholt
2008-06-06[intel-gem] Call the new throttle ioctl from swap buffersKeith Packard
2008-06-03Merge commit 'origin/master' into drm-gemKeith Packard
2008-06-04mesa/drm/ttm: allow build against non-TTM aware libdrmDave Airlie
2008-06-03[intel] Convert drivers to using libdrm bufmgr code.Eric Anholt
2008-05-30[intel-gem] Remember last offset of reused BOs to avoid more kernel relocs.Eric Anholt
2008-05-28[intel-gem] Once mapped, leave buffers mapped.Keith Packard
2008-05-26[intel] all flushing in intelEmitCopyBlitKeith Packard
2008-05-25[intel] Enable buffer re-use for gemKeith Packard
2008-05-23Remove stale comment about glFlush().Eric Anholt
2008-05-23Emit a flush after the swapbuffers blit, so contents end up on the screen.Eric Anholt
2008-05-22Add back a mostly-correct glFinish for GEM and fake.Eric Anholt
2008-05-22[intel-gem] Make sure set_domain is called often enough.Keith Packard
2008-05-17[intel-gem] Don't calloc reloc buffersKeith Packard
2008-05-13[GEM] Actually include the presumed offset in initial relocations.Eric Anholt
2008-05-11[intel] update GEM api. Add bo_subdata and bo_get_subdata driver hooks.Keith Packard
2008-05-09intel: use new mipmap generation hooks in driver.Dave Airlie
2008-05-09swrast/dri: switch over users of generate_mipmap to new interfaceDave Airlie
2008-05-09Revert "mesa/intel: map/unmap texture objects around mipmap generation functi...Dave Airlie
2008-05-09mesa/intel: map/unmap texture objects around mipmap generation function.Dave Airlie
2008-05-08[intel-gem] move domains to relocations. add set_domain to bo_map.Keith Packard
2008-05-08[intel] intel_batchbuffer_flush using uninit 'used' to check for buffer emptyKeith Packard
2008-05-07GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt
2008-05-07GEM: Don't emit an extra MI_FLUSH in the batch since GEM handles it.Eric Anholt
2008-05-06[intel-GEM] partial support for memory domains.Keith Packard
2008-05-06[intel-GEM] Add tiling support to swrast.Keith Packard
2008-05-05Dump buffer tiled status from intelPrintSAREAKeith Packard
2008-05-05GEM: Allocate the right number of relocs, avoiding heap smashing.Eric Anholt
2008-05-05GEM: Include target buffer handle in relocation debug.Eric Anholt
2008-05-05GEM: Set validate index to keep the same buffer from being duped on the list.Eric Anholt
2008-05-05Print GEM handles instead of BO pointers in debugging.Eric Anholt
2008-05-05Initialize bufmgr_gem->validate_array[i].offset.Eric Anholt
2008-05-05Make intel_{batch,exec}_ioctl return an error code so we can recover better.Eric Anholt
2008-05-02Don't forget to set handle of shared buffers.Eric Anholt
2008-05-02Fix GEM execbuf ioctl argument.Eric Anholt
2008-05-02Fix to use GEM execbuf instead of TTM.Eric Anholt
2008-05-02Minor fixups to get GEM to the point of execbuf ioctl.Eric Anholt
2008-05-02[intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt
2008-05-02Add intel_bufmgr_gem for new graphics execution manager.Eric Anholt
2008-05-02[intel] Warnings fixes.Eric Anholt