aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_tex_image.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Delete pre-DRI2.3 viewport hacks.Kenneth Graunke2013-07-031-2/+1
* i965: Drop #ifdef I915 code.Eric Anholt2013-06-281-7/+2
* i965: Drop code checking for gen <= 3.Eric Anholt2013-06-281-1/+1
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-1/+399
* [965] Move to using shared texture management code.Eric Anholt2007-12-161-0/+1