summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_regions.h
Commit message (Expand)AuthorAgeFilesLines
* intel: Avoid trying to do blits to Y tiled regions.Eric Anholt2009-06-231-8/+9
* intel: Fix some potential writes to zero-copy PBOs when used as regions.Eric Anholt2009-06-231-1/+2
* intel: Remove long-unused intel_region_fill and intelEmitFillBlit.Eric Anholt2009-06-231-8/+0
* intel: Add support for tiled textures.Eric Anholt2009-06-041-1/+2
* intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.Eric Anholt2009-02-211-1/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* intel: Add a width field to regions, and use it for making miptrees in TFP.Eric Anholt2008-09-121-4/+6
* 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
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-10/+3
* 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
* [intel] Remove useless intel_region_idle.Eric Anholt2007-12-141-3/+0
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-33/+14
* [intel] Add 965 support to shared intel_blit.cEric Anholt2007-11-161-2/+4
* [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