aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* [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
* [intel] Warnings fixes.Eric Anholt2008-05-022-1/+1
* [intel] Merge intel_ioctl.h. Not sure how this slipped by in the .c merge.Eric Anholt2008-05-021-0/+46
* intel: test cpp to ensure mipmap tree matches texture image.Xiang, Haihao2008-04-301-0/+5
* Change default of driconf "allow_large_textures" to announce hardware limits.Michel Dänzer2008-04-291-1/+1
* i965: save the offset of target buffer after last execution, not relocatee bu...Xiang, Haihao2008-04-221-1/+1
* intel: fix an assertion failure. fix bug #15575Xiang, Haihao2008-04-211-2/+4
* i965: clear the PRESUMED_OFFSET flag from bo_req.hint, not bo_req.flags. fix ...Xiang, Haihao2008-04-211-1/+1
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-0/+8
* intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer...Dave Airlie2008-04-163-3/+31
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-313-115/+93
* [intel] Use mesa texmemory functions to allocate teximage Data.Michal Wajdeczko2008-03-262-3/+5
* intel: fix the issue "VBO: Cannot allocate memory for a BO" onXiang, Haihao2008-03-251-0/+1
* [intel] Fix an uninitialized variable access in PRESUMED_OFFSET clearing.Eric Anholt2008-03-191-2/+2
* [i915] arb point sprite only support in i965Zou Nan hai2008-03-191-1/+1
* [intel] Clarify miptree layout by using byte offsets to images.Eric Anholt2008-03-182-12/+29
* intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bcXiang, Haihao2008-03-171-1/+1
* intel: It is needed to allocating texture memory to accommodateXiang, Haihao2008-03-172-25/+35
* intel: Remove an assertion from intel_miptree_create. TexImageXiang, Haihao2008-03-171-2/+4
* intel: fix abort issue with shadowtex demo when useXiang, Haihao2008-03-141-23/+41