aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_regions.h
Commit message (Expand)AuthorAgeFilesLines
* Add dri image entry point for creating image from fdKristian Høgsberg2013-03-181-0/+6
* intel: Fold intel_region_copy() into its one caller.Eric Anholt2013-03-051-13/+0
* intel: Transition intel_region_map() to being a miptree operation.Eric Anholt2013-03-051-13/+0
* intel: Remove the struct intel_region reuse hash table.Eric Anholt2013-03-051-1/+1
* intel: Fix software copying of miptree faces for weird formats.Eric Anholt2013-03-011-10/+0
* intel: expose dimensions and offsets of a miptree level in DRIImageAbdiel Janulgue2013-02-011-0/+7
* intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt2013-01-181-1/+1
* intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.Paul Berry2012-09-121-1/+1
* intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.Paul Berry2012-09-121-1/+2
* dri: Rework planar image interfaceJakob Bornecrantz2012-08-311-0/+26
* dri: Remove image write functionJakob Bornecrantz2012-08-261-1/+0
* intel: Implement __DRIimage::createSubImage and bump supported version to 5Kristian Høgsberg2012-07-111-0/+1
* intel: Remove unused __DRIimage::data_type fieldKristian Høgsberg2012-07-051-1/+0
* intel: Add extern "C" declarations to headersPaul Berry2012-05-101-0/+8
* i965: Fix mipmap offsets for HiZ and separate stencil buffers.Paul Berry2012-05-071-0/+8
* gbm: Add gbm_bo_write entry pointKristian Høgsberg2012-05-031-0/+1
* gbm: track buffer format through DRI driversJesse Barnes2012-02-221-0/+1
* intel: Make intel_region_map return void *.Eric Anholt2011-12-071-3/+3
* intel: Add 'mode' param to intel_region_mapChad Versace2011-10-181-2/+6
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-4/+5
* intel: Consolidate texture validation copy code, and reuse it correctly.Eric Anholt2011-10-031-10/+0
* intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt2011-09-261-5/+1
* intel: Remove the pbo zero-copy code.Eric Anholt2011-09-221-11/+0
* intel: Move the draw_x/draw_y to the renderbuffer where it belongs.Eric Anholt2011-06-131-7/+0
* i965: Add support for rendering to depthbuffer mipmap levels > 0.Eric Anholt2011-05-181-0/+4
* intel: Support EGL_MESA_image_drmKristian Høgsberg2010-08-251-0/+3
* intel: Take an intel_screen pointer in intel_alloc_region_* functionsKristian Høgsberg2010-08-251-2/+2
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-5/+6
* intel: Rely on allocated region pitch for the miptree pitch.Eric Anholt2010-03-171-1/+1
* intel: Remove extra tiling setting after allocating a tiled region.Eric Anholt2010-03-171-1/+0
* i965: Fix inversion for glCopyPixels to/from FBOs.Eric Anholt2010-03-161-0/+1
* intel: Implement DRI image extensionKristian Høgsberg2010-02-241-0/+8
* intel: Track named regions and make sure we only have one region per named boKristian Høgsberg2010-02-121-0/+3
* i915: Remove left-over drmUnmap()Kristian Høgsberg2010-02-111-2/+1
* intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt2009-10-231-0/+2
* 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