index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
intel_tex_image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Rename intel_miptree_get_dimensions_for_image()
Anuj Phogat
2015-09-28
1
-2
/
+1
*
i965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_TILING_*.
Matt Turner
2015-08-06
1
-1
/
+1
*
mesa: replace Driver.GetTexImage with GetTexSubImage()
Brian Paul
2015-07-21
1
-10
/
+15
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-2
/
+2
*
i965: Push miptree tiling request into flags
Ben Widawsky
2015-07-16
1
-2
/
+1
*
Revert "i965: Push miptree tiling request into flags"
Ben Widawsky
2015-07-16
1
-1
/
+2
*
i965: Push miptree tiling request into flags
Ben Widawsky
2015-07-16
1
-2
/
+1
*
i965: Rename intel_emit* to reflect their new location in brw_pipe_control
Chris Wilson
2015-06-24
1
-1
/
+1
*
i965: Consolidate certain miptree params to flags
Ben Widawsky
2015-06-12
1
-8
/
+6
*
i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage().
Francisco Jerez
2015-05-13
1
-1
/
+8
*
i965: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-8
/
+8
*
i965: Lift some restrictions on dma_buf EGLImages
Chad Versace
2015-04-13
1
-10
/
+2
*
i965: Disable aux buffers for EGLImage-backed miptrees
Chad Versace
2015-04-13
1
-4
/
+12
*
i965: Change intel_miptree_create_for_bo() signature
Chad Versace
2015-04-13
1
-1
/
+2
*
i965: Tell intel_get_memcpy() which direction the memcpy() is going.
Matt Turner
2015-03-05
1
-1
/
+2
*
i965: Allocate texture buffer in intelTexImage
Anuj Phogat
2015-02-25
1
-2
/
+11
*
i965: Don't use tiled_memcpy to download from RGBX or BGRX surfaces
Jason Ekstrand
2015-02-02
1
-0
/
+7
*
i965: Implemente a tiled fast-path for glReadPixels and glGetTexImage
Sisinty Sasmita Patra
2015-01-26
1
-1
/
+122
*
i965/tex_image: Use meta for instead of the blitter PBO TexImage and GetTexImage
Jason Ekstrand
2015-01-22
1
-179
/
+18
*
i965/mipmap_tree: Add a depth parameter to create_for_bo
Jason Ekstrand
2015-01-22
1
-3
/
+3
*
i965: blit_texture_to_pbo() now accepts TEXTURE_CUBE_MAP.
Laura Ekstrand
2015-01-08
1
-0
/
+1
*
i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LOD
Jordan Justen
2014-08-15
1
-1
/
+2
*
i965: Improve debug output in intelTexImage and intelTexSubimage
Jason Ekstrand
2014-07-17
1
-1
/
+3
*
i965: Add GPU BLIT of texture image to PBO in Intel driver
Jon Ashburn
2014-06-10
1
-0
/
+110
*
i965: Set miptree target field when creating from a BO.
Kenneth Graunke
2014-05-02
1
-0
/
+1
*
i965: Rename intel_regions.h to something more appropriate now.
Eric Anholt
2014-05-01
1
-1
/
+1
*
i965: Delete the intel_regions.c code.
Eric Anholt
2014-05-01
1
-0
/
+1
*
i965: Drop use of intel_region from miptrees.
Eric Anholt
2014-05-01
1
-8
/
+8
*
i965: Replace the region in DRIimage with just a BO pointer and stride.
Eric Anholt
2014-05-01
1
-2
/
+2
*
i965: Make intel_set_texture_region just take a BO and pitch.
Eric Anholt
2014-05-01
1
-29
/
+27
*
i965: Drop the tiling argument to intel_miptree_create_for_bo.
Eric Anholt
2014-05-01
1
-1
/
+1
*
i965: Drop pointless cast of texObj to intelObj.
Eric Anholt
2014-05-01
1
-3
/
+1
*
i965: Add a driver hook for binding renderbuffers to textures.
Eric Anholt
2014-02-12
1
-0
/
+36
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-1
/
+1
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-2
/
+2
*
i965: Try to avoid stalls on the GPU when doing glBufferSubData().
Eric Anholt
2013-10-23
1
-4
/
+5
*
i965: Drop intel_bufferobj_source().
Eric Anholt
2013-10-23
1
-2
/
+2
*
i965: Don't allocate a 1-level texture when GL_GENERATE_MIPMAP is set.
Eric Anholt
2013-09-30
1
-1
/
+2
*
i965: Stop allocating miptrees with first_level != 0.
Eric Anholt
2013-09-30
1
-17
/
+6
*
i965: Drop a special case for guessing small miptree levels.
Eric Anholt
2013-09-30
1
-43
/
+30
*
i915,i965: Fix memory leak in try_pbo_upload (v2)
Vinson Lee
2013-08-15
1
-0
/
+1
*
i965: enable image external sampling for imported dma-buffers
Topi Pohjolainen
2013-08-02
1
-0
/
+7
*
intel: restrict dma-buf-import images to external sampling only
Topi Pohjolainen
2013-08-02
1
-0
/
+11
*
Revert "i965: Delete pre-DRI2.3 viewport hacks."
Kenneth Graunke
2013-07-25
1
-1
/
+2
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-6
/
+4
*
i965: Shorten context base class dereference chains.
Kenneth Graunke
2013-07-09
1
-3
/
+1
*
i965: Move intel_context::intelScreen to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-8
/
+10
*
i965: Replace #include "intel_context.h" with brw_context.h.
Kenneth Graunke
2013-07-09
1
-1
/
+0
[next]