summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* i915: Accumulate the VB into a local buffer and subdata it in.Eric Anholt2008-06-233-7/+6
* i915: Convert to using VBs instead of inline prims.Eric Anholt2008-06-232-2/+137
* i915: Note the non-PBO fallback for textured drawpixels under DEBUG_PIXEL.Eric Anholt2008-06-181-1/+2
* i915: Restore the accelerated PBO pixel path functions after GEM changes.Eric Anholt2008-06-181-8/+0
* Merge commit 'origin/master' into drm-gemEric Anholt2008-06-184-7/+28
|\
| * i915: Bug #14313: Fix accelerated (PBO) ReadPixels.Eric Anholt2008-06-181-4/+1
| * i965: add support for Intel 4 series chipsetsXiang, Haihao2008-06-182-2/+17
| * commentsBrian Paul2008-06-111-1/+10
* | [intel] Fix no_rast option on non-965.Eric Anholt2008-06-171-1/+0
* | [intel-gem] Bug #16326: Fix X tile unswizzling on 965.Eric Anholt2008-06-171-0/+26
* | [intel-gem] Chase domain flag renaming in the DRM.Eric Anholt2008-06-111-9/+9
* | [gem] Enable bo_reuse by default.Eric Anholt2008-06-111-1/+1
* | [intel-gem] Call the new throttle ioctl from swap buffersKeith Packard2008-06-061-0/+2
* | Merge commit 'origin/master' into drm-gemKeith Packard2008-06-036-12/+25
|\|
| * mesa/drm/ttm: allow build against non-TTM aware libdrmDave Airlie2008-06-043-0/+38
| * intel: use new mipmap generation hooks in driver.Dave Airlie2008-05-095-11/+13
| * swrast/dri: switch over users of generate_mipmap to new interfaceDave Airlie2008-05-091-1/+1
| * Revert "mesa/intel: map/unmap texture objects around mipmap generation functi...Dave Airlie2008-05-091-18/+0
| * mesa/intel: map/unmap texture objects around mipmap generation function.Dave Airlie2008-05-091-0/+18
* | [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-0313-3250/+30
* | [intel-gem] Remember last offset of reused BOs to avoid more kernel relocs.Eric Anholt2008-05-301-1/+3
* | [intel-gem] Once mapped, leave buffers mapped.Keith Packard2008-05-281-17/+6
* | [intel] all flushing in intelEmitCopyBlitKeith Packard2008-05-261-0/+4
* | [intel] Enable buffer re-use for gemKeith Packard2008-05-251-12/+5
* | Remove stale comment about glFlush().Eric Anholt2008-05-231-3/+0
* | Emit a flush after the swapbuffers blit, so contents end up on the screen.Eric Anholt2008-05-232-0/+12
* | Add back a mostly-correct glFinish for GEM and fake.Eric Anholt2008-05-223-4/+34
* | [intel-gem] Make sure set_domain is called often enough.Keith Packard2008-05-221-31/+44
* | [intel-gem] Don't calloc reloc buffersKeith Packard2008-05-171-2/+2
* | [GEM] Actually include the presumed offset in initial relocations.Eric Anholt2008-05-131-0/+1
* | [intel] update GEM api. Add bo_subdata and bo_get_subdata driver hooks.Keith Packard2008-05-113-58/+125
* | [intel-gem] move domains to relocations. add set_domain to bo_map.Keith Packard2008-05-081-22/+20
* | [intel] intel_batchbuffer_flush using uninit 'used' to check for buffer emptyKeith Packard2008-05-082-4/+8
* | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-077-31/+1269
* | GEM: Don't emit an extra MI_FLUSH in the batch since GEM handles it.Eric Anholt2008-05-071-13/+18
* | [intel-GEM] partial support for memory domains.Keith Packard2008-05-061-1/+23
* | [intel-GEM] Add tiling support to swrast.Keith Packard2008-05-067-25/+350
* | Dump buffer tiled status from intelPrintSAREAKeith Packard2008-05-051-6/+6
* | GEM: Allocate the right number of relocs, avoiding heap smashing.Eric Anholt2008-05-051-1/+1
* | GEM: Include target buffer handle in relocation debug.Eric Anholt2008-05-051-2/+2
* | GEM: Set validate index to keep the same buffer from being duped on the list.Eric Anholt2008-05-051-0/+1
* | Print GEM handles instead of BO pointers in debugging.Eric Anholt2008-05-051-15/+18
* | Initialize bufmgr_gem->validate_array[i].offset.Eric Anholt2008-05-051-0/+1
* | Make intel_{batch,exec}_ioctl return an error code so we can recover better.Eric Anholt2008-05-053-26/+33
* | Don't forget to set handle of shared buffers.Eric Anholt2008-05-021-1/+3
* | Fix GEM execbuf ioctl argument.Eric Anholt2008-05-021-2/+3
* | Fix to use GEM execbuf instead of TTM.Eric Anholt2008-05-021-2/+2
* | Minor fixups to get GEM to the point of execbuf ioctl.Eric Anholt2008-05-022-10/+11
* | [intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt2008-05-0211-168/+41
* | Add intel_bufmgr_gem for new graphics execution manager.Eric Anholt2008-05-025-28/+853
|/