Age | Commit message (Expand) | Author |
2008-05-17 | [intel-gem] Don't calloc reloc buffers | Keith 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-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 empty | Keith Packard |
2008-05-07 | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags. | Eric Anholt |
2008-05-07 | GEM: 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-05 | Dump buffer tiled status from intelPrintSAREA | Keith Packard |
2008-05-05 | GEM: Allocate the right number of relocs, avoiding heap smashing. | Eric Anholt |
2008-05-05 | GEM: Include target buffer handle in relocation debug. | Eric Anholt |
2008-05-05 | GEM: Set validate index to keep the same buffer from being duped on the list. | Eric Anholt |
2008-05-05 | Print GEM handles instead of BO pointers in debugging. | Eric Anholt |
2008-05-05 | Initialize bufmgr_gem->validate_array[i].offset. | Eric Anholt |
2008-05-05 | Make intel_{batch,exec}_ioctl return an error code so we can recover better. | Eric Anholt |
2008-05-02 | Don't forget to set handle of shared buffers. | Eric Anholt |
2008-05-02 | Fix GEM execbuf ioctl argument. | Eric Anholt |
2008-05-02 | Fix to use GEM execbuf instead of TTM. | Eric Anholt |
2008-05-02 | Minor 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-02 | Add intel_bufmgr_gem for new graphics execution manager. | Eric Anholt |
2008-05-02 | [intel] Warnings fixes. | Eric Anholt |
2008-05-02 | [intel] Merge intel_ioctl.h. Not sure how this slipped by in the .c merge. | Eric Anholt |
2008-04-30 | intel: test cpp to ensure mipmap tree matches texture image. | Xiang, Haihao |
2008-04-29 | Change default of driconf "allow_large_textures" to announce hardware limits. | Michel Dänzer |
2008-04-22 | i965: save the offset of target buffer after last execution, not relocatee bu... | Xiang, Haihao |
2008-04-21 | intel: fix an assertion failure. fix bug #15575 | Xiang, Haihao |
2008-04-21 | i965: clear the PRESUMED_OFFSET flag from bo_req.hint, not bo_req.flags. fix ... | Xiang, Haihao |
2008-04-18 | i965: initial attempt at fixing the aperture overflow | Dave Airlie |
2008-04-16 | intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer... | Dave Airlie |
2008-03-31 | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg |
2008-03-26 | [intel] Use mesa texmemory functions to allocate teximage Data. | Michal Wajdeczko |
2008-03-25 | intel: fix the issue "VBO: Cannot allocate memory for a BO" on | Xiang, Haihao |
2008-03-19 | [intel] Fix an uninitialized variable access in PRESUMED_OFFSET clearing. | Eric Anholt |
2008-03-19 | [i915] arb point sprite only support in i965 | Zou Nan hai |
2008-03-18 | [intel] Clarify miptree layout by using byte offsets to images. | Eric Anholt |
2008-03-17 | intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bc | Xiang, Haihao |
2008-03-17 | intel: It is needed to allocating texture memory to accommodate | Xiang, Haihao |
2008-03-17 | intel: Remove an assertion from intel_miptree_create. TexImage | Xiang, Haihao |
2008-03-14 | intel: fix abort issue with shadowtex demo when use | Xiang, Haihao |
2008-03-13 | [i965] multiple rendering target support | Zou Nan hai |
2008-03-09 | DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle. | Kristian Høgsberg |
2008-03-09 | DRI2: Drop DriverAPI.UpdateBuffer. | Kristian Høgsberg |
2008-03-09 | DRI2: Pass the context instead of the screen to __dri2ParseEvents(). | Kristian Høgsberg |
2008-03-07 | [intel] Only enable GL_EXT_texture_sRGB on i965. | Kristian Høgsberg |
2008-03-07 | i965: use RGB565 to render a bitmap if Depth is 16 | Xiang, Haihao |
2008-03-05 | [intel] Add a driconf option to cache freed buffer objects for reuse. | Eric Anholt |
2008-03-03 | [intel] Silence unused variable warning when compiling for i965. | Kristian Høgsberg |
2008-02-29 | Use __DRIextension mechanism providing loader functionality to the driver. | Kristian Høgsberg |