aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_tex_image.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Rename intel_miptree_get_dimensions_for_image()Anuj Phogat2015-09-281-2/+1
* i965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_TILING_*.Matt Turner2015-08-061-1/+1
* mesa: replace Driver.GetTexImage with GetTexSubImage()Brian Paul2015-07-211-10/+15
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-2/+2
* i965: Push miptree tiling request into flagsBen Widawsky2015-07-161-2/+1
* Revert "i965: Push miptree tiling request into flags"Ben Widawsky2015-07-161-1/+2
* i965: Push miptree tiling request into flagsBen Widawsky2015-07-161-2/+1
* i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson2015-06-241-1/+1
* i965: Consolidate certain miptree params to flagsBen Widawsky2015-06-121-8/+6
* i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage().Francisco Jerez2015-05-131-1/+8
* i965: replace __FUNCTION__ with __func__Marius Predut2015-04-141-8/+8
* i965: Lift some restrictions on dma_buf EGLImagesChad Versace2015-04-131-10/+2
* i965: Disable aux buffers for EGLImage-backed miptreesChad Versace2015-04-131-4/+12
* i965: Change intel_miptree_create_for_bo() signatureChad Versace2015-04-131-1/+2
* i965: Tell intel_get_memcpy() which direction the memcpy() is going.Matt Turner2015-03-051-1/+2
* i965: Allocate texture buffer in intelTexImageAnuj Phogat2015-02-251-2/+11
* i965: Don't use tiled_memcpy to download from RGBX or BGRX surfacesJason Ekstrand2015-02-021-0/+7
* i965: Implemente a tiled fast-path for glReadPixels and glGetTexImageSisinty Sasmita Patra2015-01-261-1/+122
* i965/tex_image: Use meta for instead of the blitter PBO TexImage and GetTexImageJason Ekstrand2015-01-221-179/+18
* i965/mipmap_tree: Add a depth parameter to create_for_boJason Ekstrand2015-01-221-3/+3
* i965: blit_texture_to_pbo() now accepts TEXTURE_CUBE_MAP.Laura Ekstrand2015-01-081-0/+1
* i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LODJordan Justen2014-08-151-1/+2
* i965: Improve debug output in intelTexImage and intelTexSubimageJason Ekstrand2014-07-171-1/+3
* i965: Add GPU BLIT of texture image to PBO in Intel driverJon Ashburn2014-06-101-0/+110
* i965: Set miptree target field when creating from a BO.Kenneth Graunke2014-05-021-0/+1
* i965: Rename intel_regions.h to something more appropriate now.Eric Anholt2014-05-011-1/+1
* i965: Delete the intel_regions.c code.Eric Anholt2014-05-011-0/+1
* i965: Drop use of intel_region from miptrees.Eric Anholt2014-05-011-8/+8
* i965: Replace the region in DRIimage with just a BO pointer and stride.Eric Anholt2014-05-011-2/+2
* i965: Make intel_set_texture_region just take a BO and pitch.Eric Anholt2014-05-011-29/+27
* i965: Drop the tiling argument to intel_miptree_create_for_bo.Eric Anholt2014-05-011-1/+1
* i965: Drop pointless cast of texObj to intelObj.Eric Anholt2014-05-011-3/+1
* i965: Add a driver hook for binding renderbuffers to textures.Eric Anholt2014-02-121-0/+36
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-1/+1
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-2/+2
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* i965: Try to avoid stalls on the GPU when doing glBufferSubData().Eric Anholt2013-10-231-4/+5
* i965: Drop intel_bufferobj_source().Eric Anholt2013-10-231-2/+2
* i965: Don't allocate a 1-level texture when GL_GENERATE_MIPMAP is set.Eric Anholt2013-09-301-1/+2
* i965: Stop allocating miptrees with first_level != 0.Eric Anholt2013-09-301-17/+6
* i965: Drop a special case for guessing small miptree levels.Eric Anholt2013-09-301-43/+30
* i915,i965: Fix memory leak in try_pbo_upload (v2)Vinson Lee2013-08-151-0/+1
* i965: enable image external sampling for imported dma-buffersTopi Pohjolainen2013-08-021-0/+7
* intel: restrict dma-buf-import images to external sampling onlyTopi Pohjolainen2013-08-021-0/+11
* Revert "i965: Delete pre-DRI2.3 viewport hacks."Kenneth Graunke2013-07-251-1/+2
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-6/+4
* i965: Shorten context base class dereference chains.Kenneth Graunke2013-07-091-3/+1
* i965: Move intel_context::intelScreen to brw_context.Kenneth Graunke2013-07-091-2/+2
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-8/+10
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+0