| Commit message (Expand) | Author | Age | Files | Lines |
* | [intel] Convert drivers to using libdrm bufmgr code. | Eric Anholt | 2008-06-03 | 13 | -3250/+30 |
* | [intel-gem] Remember last offset of reused BOs to avoid more kernel relocs. | Eric Anholt | 2008-05-30 | 1 | -1/+3 |
* | [intel-gem] Once mapped, leave buffers mapped. | Keith Packard | 2008-05-28 | 1 | -17/+6 |
* | [intel] all flushing in intelEmitCopyBlit | Keith Packard | 2008-05-26 | 1 | -0/+4 |
* | [intel] Enable buffer re-use for gem | Keith Packard | 2008-05-25 | 1 | -12/+5 |
* | Remove stale comment about glFlush(). | Eric Anholt | 2008-05-23 | 1 | -3/+0 |
* | Emit a flush after the swapbuffers blit, so contents end up on the screen. | Eric Anholt | 2008-05-23 | 2 | -0/+12 |
* | Add back a mostly-correct glFinish for GEM and fake. | Eric Anholt | 2008-05-22 | 3 | -4/+34 |
* | [intel-gem] Make sure set_domain is called often enough. | Keith Packard | 2008-05-22 | 1 | -31/+44 |
* | [intel-gem] Don't calloc reloc buffers | Keith Packard | 2008-05-17 | 1 | -2/+2 |
* | [GEM] Actually include the presumed offset in initial relocations. | Eric Anholt | 2008-05-13 | 1 | -0/+1 |
* | [intel] update GEM api. Add bo_subdata and bo_get_subdata driver hooks. | Keith Packard | 2008-05-11 | 3 | -58/+125 |
* | [intel-gem] move domains to relocations. add set_domain to bo_map. | Keith Packard | 2008-05-08 | 1 | -22/+20 |
* | [intel] intel_batchbuffer_flush using uninit 'used' to check for buffer empty | Keith Packard | 2008-05-08 | 2 | -4/+8 |
* | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags. | Eric Anholt | 2008-05-07 | 7 | -31/+1269 |
* | GEM: Don't emit an extra MI_FLUSH in the batch since GEM handles it. | Eric Anholt | 2008-05-07 | 1 | -13/+18 |
* | [intel-GEM] partial support for memory domains. | Keith Packard | 2008-05-06 | 1 | -1/+23 |
* | [intel-GEM] Add tiling support to swrast. | Keith Packard | 2008-05-06 | 7 | -25/+350 |
* | Dump buffer tiled status from intelPrintSAREA | Keith Packard | 2008-05-05 | 1 | -6/+6 |
* | GEM: Allocate the right number of relocs, avoiding heap smashing. | Eric Anholt | 2008-05-05 | 1 | -1/+1 |
* | GEM: Include target buffer handle in relocation debug. | Eric Anholt | 2008-05-05 | 1 | -2/+2 |
* | GEM: Set validate index to keep the same buffer from being duped on the list. | Eric Anholt | 2008-05-05 | 1 | -0/+1 |
* | Print GEM handles instead of BO pointers in debugging. | Eric Anholt | 2008-05-05 | 1 | -15/+18 |
* | Initialize bufmgr_gem->validate_array[i].offset. | Eric Anholt | 2008-05-05 | 1 | -0/+1 |
* | Make intel_{batch,exec}_ioctl return an error code so we can recover better. | Eric Anholt | 2008-05-05 | 3 | -26/+33 |
* | Don't forget to set handle of shared buffers. | Eric Anholt | 2008-05-02 | 1 | -1/+3 |
* | Fix GEM execbuf ioctl argument. | Eric Anholt | 2008-05-02 | 1 | -2/+3 |
* | Fix to use GEM execbuf instead of TTM. | Eric Anholt | 2008-05-02 | 1 | -2/+2 |
* | Minor fixups to get GEM to the point of execbuf ioctl. | Eric Anholt | 2008-05-02 | 2 | -10/+11 |
* | [intel] Fix build for GEM. TTM is now disabled, and fencing is gone. | Eric Anholt | 2008-05-02 | 11 | -168/+41 |
* | Add intel_bufmgr_gem for new graphics execution manager. | Eric Anholt | 2008-05-02 | 5 | -28/+853 |
* | [intel] Warnings fixes. | Eric Anholt | 2008-05-02 | 2 | -1/+1 |
* | [intel] Merge intel_ioctl.h. Not sure how this slipped by in the .c merge. | Eric Anholt | 2008-05-02 | 1 | -0/+46 |
* | intel: test cpp to ensure mipmap tree matches texture image. | Xiang, Haihao | 2008-04-30 | 1 | -0/+5 |
* | Change default of driconf "allow_large_textures" to announce hardware limits. | Michel Dänzer | 2008-04-29 | 1 | -1/+1 |
* | i965: save the offset of target buffer after last execution, not relocatee bu... | Xiang, Haihao | 2008-04-22 | 1 | -1/+1 |
* | intel: fix an assertion failure. fix bug #15575 | Xiang, Haihao | 2008-04-21 | 1 | -2/+4 |
* | i965: clear the PRESUMED_OFFSET flag from bo_req.hint, not bo_req.flags. fix ... | Xiang, Haihao | 2008-04-21 | 1 | -1/+1 |
* | i965: initial attempt at fixing the aperture overflow | Dave Airlie | 2008-04-18 | 1 | -0/+8 |
* | intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer... | Dave Airlie | 2008-04-16 | 3 | -3/+31 |
* | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg | 2008-03-31 | 3 | -115/+93 |
* | [intel] Use mesa texmemory functions to allocate teximage Data. | Michal Wajdeczko | 2008-03-26 | 2 | -3/+5 |
* | intel: fix the issue "VBO: Cannot allocate memory for a BO" on | Xiang, Haihao | 2008-03-25 | 1 | -0/+1 |
* | [intel] Fix an uninitialized variable access in PRESUMED_OFFSET clearing. | Eric Anholt | 2008-03-19 | 1 | -2/+2 |
* | [i915] arb point sprite only support in i965 | Zou Nan hai | 2008-03-19 | 1 | -1/+1 |
* | [intel] Clarify miptree layout by using byte offsets to images. | Eric Anholt | 2008-03-18 | 2 | -12/+29 |
* | intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bc | Xiang, Haihao | 2008-03-17 | 1 | -1/+1 |
* | intel: It is needed to allocating texture memory to accommodate | Xiang, Haihao | 2008-03-17 | 2 | -25/+35 |
* | intel: Remove an assertion from intel_miptree_create. TexImage | Xiang, Haihao | 2008-03-17 | 1 | -2/+4 |
* | intel: fix abort issue with shadowtex demo when use | Xiang, Haihao | 2008-03-14 | 1 | -23/+41 |