aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_regions.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Add performance debug for some common GPU stalls.Eric Anholt2012-08-121-0/+6
* i965: Fix mipmap offsets for HiZ and separate stencil buffers.Paul Berry2012-05-071-0/+56
* intel: fix un-blanced map_refcount issueYuanhan Liu2012-03-281-4/+4
* intel: Fix a case when mapping large texture failsAnuj Phogat2012-03-201-2/+5
* intel: Make intel_region_map return void *.Eric Anholt2011-12-071-1/+1
* intel: Add 'mode' param to intel_region_mapChad Versace2011-10-181-1/+2
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-8/+8
* intel: Assert that no batch is emitted if a region is mappedChad Versace2011-10-111-1/+17
* intel: Consolidate texture validation copy code, and reuse it correctly.Eric Anholt2011-10-031-31/+0
* intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt2011-09-261-17/+10
* intel: Remove the pbo zero-copy code.Eric Anholt2011-09-221-119/+0
* intel: add null src pointer check in intel_region_reference()Brian Paul2011-07-071-1/+2
* intel: Allow intel_region_reference() with *dst != NULL.Eric Anholt2011-07-071-4/+6
* intel: Move the draw_x/draw_y to the renderbuffer where it belongs.Eric Anholt2011-06-131-35/+0
* i965: Add support for rendering to depthbuffer mipmap levels > 0.Eric Anholt2011-05-181-0/+35
* intel: Add some defense against bo allocation failureChris Wilson2011-03-071-7/+11
* intel: use pwrite for batchChris Wilson2011-02-211-1/+1
* intel: Support EGL_MESA_image_drmKristian Høgsberg2010-08-251-0/+16
* intel: Take an intel_screen pointer in intel_alloc_region_* functionsKristian Høgsberg2010-08-251-31/+24
* intel: Check for region allocation failure.Chris Wilson2010-08-051-0/+6
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-16/+17
* 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