aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_regions.h
Commit message (Collapse)AuthorAgeFilesLines
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-1/+3
|
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-1/+1
|
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-3/+10
| | | | This reverts commit 7c81124d7c4a4d1da9f48cbf7e82ab1a3a970a7a.
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-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 Anholt2008-07-111-3/+10
|
* Hook up i915 driver to new DRI2 infrastructure.Kristian Høgsberg2008-02-141-0/+5
|
* [intel] use _mesa_copy_rect for upload compressed texture,Zou Nan hai2008-02-011-0/+10
| | | | this fix bad texture issue in some games(UT and quake).
* [intel] Remove useless intel_region_idle.Eric Anholt2007-12-141-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 Anholt2007-12-121-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.cEric Anholt2007-11-161-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 Anholt2007-11-161-0/+2
|
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+143