Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change. | Eric Anholt | 2008-09-10 | 1 | -1/+3 |
| | |||||
* | DRI2: Drop sarea, implement swap buffers in the X server. | Kristian Høgsberg | 2008-08-29 | 1 | -1/+1 |
| | |||||
* | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | 2008-08-24 | 1 | -3/+10 |
| | | | | This reverts commit 7c81124d7c4a4d1da9f48cbf7e82ab1a3a970a7a. | ||||
* | Revert "Merge branch 'drm-gem'" | Dave Airlie | 2008-08-24 | 1 | -10/+3 |
| | | | | | | | | This reverts commit 53675e5c05c0598b7ea206d5c27dbcae786a2c03. Conflicts: src/mesa/drivers/dri/i965/brw_wm_surface_state.c | ||||
* | drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes. | Eric Anholt | 2008-07-11 | 1 | -3/+10 |
| | |||||
* | Hook up i915 driver to new DRI2 infrastructure. | Kristian Høgsberg | 2008-02-14 | 1 | -0/+5 |
| | |||||
* | [intel] use _mesa_copy_rect for upload compressed texture, | Zou Nan hai | 2008-02-01 | 1 | -0/+10 |
| | | | | this fix bad texture issue in some games(UT and quake). | ||||
* | [intel] Remove useless intel_region_idle. | Eric Anholt | 2007-12-14 | 1 | -3/+0 |
| | | | | | The idling it was trying to ensure was covered by the intel_miptree_image_map()->intel_region_map() that immediately followed it. | ||||
* | [intel] Move bufmgr back to context instead of screen, fixing glthreads. | Eric Anholt | 2007-12-12 | 1 | -33/+14 |
| | | | | | | | | Putting the bufmgr in the screen is not thread-safe since the emit_reloc changes. It also led to a significant performance hit from pthread usage for the attempted thread-safety (up to 12% of a cpu spent on refcounting protection in single-threaded 965). The motivation had been to allow multi-context bufmgr sharing in classic mode, but it wasn't worth the cost. | ||||
* | [intel] Add 965 support to shared intel_blit.c | Eric Anholt | 2007-11-16 | 1 | -2/+4 |
| | | | | | This requires that regions grow a marker of whether they are tiled or not, because fence (surface) registers are ignored by the 965 2D engine. | ||||
* | [i915] Pass static region names in so debugging says more than "static region". | Eric Anholt | 2007-11-16 | 1 | -0/+2 |
| | |||||
* | [intel] Move over files that will be shared with 965-fbo work. | Eric Anholt | 2007-11-09 | 1 | -0/+143 |