aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_regions.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Drop intelFlush()Kristian Høgsberg2010-05-101-1/+1
* intel: Respect src pitch in _mesa_copy_rect().Eric Anholt2010-03-171-1/+1
* intel: Rely on allocated region pitch for the miptree pitch.Eric Anholt2010-03-171-6/+2
* intel: Remove extra tiling setting after allocating a tiled region.Eric Anholt2010-03-171-8/+3
* i965: Fix inversion for glCopyPixels to/from FBOs.Eric Anholt2010-03-161-1/+7
* intel: Remove non-kernel-exec-fencing support.Eric Anholt2010-03-041-4/+2
* intel: Use drm_intel_bo_alloc_tiled for region allocs.Eric Anholt2010-03-031-28/+11
* intel: Include main/hash.h using "" instead of <>Kristian Høgsberg2010-02-181-1/+1
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-171-0/+3
* intel: Track named regions and make sure we only have one region per named boKristian Høgsberg2010-02-121-1/+23
* i915: Remove left-over drmUnmap()Kristian Høgsberg2010-02-111-5/+0
* intel: Set the region's tiling to none when attaching a PBO to a region.Eric Anholt2010-01-281-0/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+0
|\
| * intel: Remove unnecessary headers.Vinson Lee2010-01-231-1/+0
* | intel: Drop DRI1 static regionsKristian Høgsberg2010-01-041-85/+0
* | intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg2010-01-041-4/+0
* | intel: Remove non-GEM support.Eric Anholt2009-11-191-47/+10
|/
* Make a convenient int for what chipset generation we're on.Eric Anholt2009-11-061-2/+1
* Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-091-0/+7
|\
| * intel: Align untiled region height to 2 according to 965 docs.Eric Anholt2009-09-041-0/+7
* | intel: Align untiled region height to 2 according to 965 docs.Eric Anholt2009-08-191-0/+10
* | intel: Align region height as required for tiled regions.Eric Anholt2009-08-071-0/+5
* | intel: move blit call out of assert()Brian Paul2009-08-071-7/+9
* | intel: Flush when mapping buffer objects so writes don't get reordered.Eric Anholt2009-07-021-0/+2
* | intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.Eric Anholt2009-06-291-22/+4
* | intel: Avoid trying to do blits to Y tiled regions.Eric Anholt2009-06-231-15/+15
* | intel: Fix some potential writes to zero-copy PBOs when used as regions.Eric Anholt2009-06-231-2/+3
* | intel: Remove long-unused intel_region_fill and intelEmitFillBlit.Eric Anholt2009-06-231-29/+0
* | intel: Don't map regions with drm_intel_gem_bo_map_gtt() unless they're tiled.Eric Anholt2009-06-191-2/+4
* | intel: Do not access pbo's buffer directly when attaching.Chia-I Wu2009-06-191-2/+7
* | intel: Data are copied in the wrong direction when breaking COW tie.Chia-I Wu2009-06-191-1/+1
* | i965: Fix tiling for FBO depth attachments by making DEPTH_COMPONENT Y tiled.Eric Anholt2009-06-171-1/+1
* | intel: Fix intel_region_unmap to do unmap, not map.Eric Anholt2009-06-091-1/+1
* | intel: Add support for tiled textures.Eric Anholt2009-06-041-3/+20
* | i965: improve debug loggingRobert Ellison2009-05-081-12/+76
|/
* i965: add missing init for region->widthBrian Paul2009-02-261-1/+2
* intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.Eric Anholt2009-02-211-3/+9
* intel: more debug infoBrian Paul2009-01-301-2/+2
* Remove third buffer support from Mesa.Dave Airlie2008-12-231-9/+0
* intel: Use dri_bo_get_tiling to get tiling mode of buffers we get from names.Eric Anholt2008-10-271-26/+17
* intel: Fix a number of memory leaks on context destroy.Eric Anholt2008-09-261-0/+10
* intel: Add a width field to regions, and use it for making miptrees in TFP.Eric Anholt2008-09-121-6/+10
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-1/+0
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-2/+5
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-51/+111
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-111/+51
* intel: remove unneeded mem type and argsDave Airlie2008-08-141-10/+5
* drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt2008-07-111-29/+100
* intel: Fix locking when doing intel_region_cow().Eric Anholt2008-06-261-2/+2
* intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt2008-06-261-4/+0