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
/
intel
/
intel_tex_image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove unused _mesa_init_teximage_fields() target parameter
Brian Paul
2012-01-04
1
-1
/
+1
*
mesa: simplify Driver.TexImage() parameters
Brian Paul
2011-12-30
1
-25
/
+18
*
i965: Create mock implementation of GL_OES_EGL_image_external
Chad Versace
2011-12-27
1
-0
/
+2
*
intel: Replace intel_texture_image::stencil_irb with intel_mipmap_tree::stenc...
Chad Versace
2011-11-22
1
-128
/
+0
*
intel: Remove unneeded params from intel_renderbuffer_set_draw_offset()
Chad Versace
2011-11-22
1
-2
/
+2
*
intel: Replace intel_renderbuffer::region with a miptree [v3]
Chad Versace
2011-11-21
1
-3
/
+3
*
Revert "intel: Drop the immediate validation of the texture object in TFP."
Eric Anholt
2011-11-01
1
-0
/
+5
*
intel: Drop texture border support code.
Eric Anholt
2011-10-26
1
-28
/
+8
*
intel: remove duplicated #include of texstore.h
Brian Paul
2011-10-23
1
-1
/
+0
*
mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()
Brian Paul
2011-10-23
1
-0
/
+1
*
mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast
Brian Paul
2011-10-23
1
-1
/
+1
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-2
/
+2
*
intel: Add a helper function for getting miptree size from a texture image.
Eric Anholt
2011-10-03
1
-13
/
+15
*
intel: Make PBO TexImage use AllocTextureImageBuffer like non-PBO does.
Eric Anholt
2011-10-03
1
-54
/
+15
*
intel: Rely on Mesa core for glTexImage storage.
Eric Anholt
2011-10-03
1
-52
/
+4
*
intel: Allocate s8z24 separate renderbuffers from AllocTextureImageBuffer().
Eric Anholt
2011-10-03
1
-1
/
+1
*
intel: Add an AllocTextureImageBuffer() implementation using miptrees.
Eric Anholt
2011-10-03
1
-1
/
+1
*
intel: Drop our custom glGetTexImage() code.
Eric Anholt
2011-09-27
1
-60
/
+0
*
mesa: Convert GetCompressedTexImage to using MapTextureImage().
Brian Paul
2011-09-27
1
-42
/
+6
*
intel: Rename region->buffer to region->bo, and remove accessor function.
Eric Anholt
2011-09-26
1
-2
/
+2
*
intel: Drop stale comment about CopyTexSubImage.
Eric Anholt
2011-09-26
1
-4
/
+0
*
intel: Rely on AllocTextureImageBuffer for our teximage fallbacks.
Eric Anholt
2011-09-26
1
-19
/
+5
*
intel: Rely on mesa core for compressed texture image uploading.
Eric Anholt
2011-09-26
1
-58
/
+20
*
intel: Allow src == NULL and *dst != NULL in intel_miptree_reference().
Eric Anholt
2011-09-26
1
-6
/
+1
*
intel: Drop the "intel" argument to intel_miptree_release().
Eric Anholt
2011-09-26
1
-1
/
+1
*
intel: Drop the immediate validation of the texture object in TFP.
Eric Anholt
2011-09-26
1
-10
/
+0
*
intel: Fix improper freeing of texture data in TFP.
Eric Anholt
2011-09-26
1
-4
/
+1
*
intel: Refactor texture_from_pixmap and EGL_image region binding.
Eric Anholt
2011-09-26
1
-55
/
+49
*
intel: Unindent the blit call in PBO blit uploads.
Eric Anholt
2011-09-22
1
-17
/
+12
*
intel: Drop gratuitous flush in PBO blit upload.
Eric Anholt
2011-09-22
1
-3
/
+0
*
intel: Clean up check_pbo_format to ignore internalFormat.
Eric Anholt
2011-09-22
1
-25
/
+13
*
intel: Move more of the PBO blit upload logic into that function.
Eric Anholt
2011-09-22
1
-26
/
+33
*
intel: Remove the pbo zero-copy code.
Eric Anholt
2011-09-22
1
-60
/
+0
*
intel: Remove extra FreeTextureImageBuffer() from glTexImage*.
Eric Anholt
2011-09-22
1
-1
/
+0
*
intel: make intel_texture_image a subclass of swrast_texture_image
Brian Paul
2011-09-17
1
-40
/
+40
*
intel: Silence several "warning: unused parameter"
Ian Romanick
2011-09-09
1
-13
/
+4
*
intel: Silence "warning: unused parameter ‘depth0’"
Ian Romanick
2011-09-09
1
-3
/
+2
*
intel: Add implementation of MapTextureImage/UnmapTextureImage.
Eric Anholt
2011-08-29
1
-2
/
+2
*
mesa: Rename FreeTexImageData to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
1
-1
/
+1
*
intel: use new gl_texture_image:Face, Level fields
Brian Paul
2011-08-24
1
-21
/
+14
*
intel: Use _mesa_tex_target_to_face() helper function instead of our own.
Eric Anholt
2011-07-12
1
-22
/
+3
*
intel: During glTexImage, allocate renderbuffers for faking s8z24 textures
Chad Versace
2011-06-24
1
-0
/
+62
*
intel: Perform gather on s8z24 texture images during glGetTexImage
Chad Versace
2011-06-24
1
-0
/
+8
*
intel: Define functions intel_texture_s8z24_scatter/gather
Chad Versace
2011-06-24
1
-0
/
+70
*
intel: Add fields to intel_texture for faking s8z24 with separate stencil
Chad Versace
2011-06-24
1
-12
/
+1
*
intel: Drop the cpp argument to intel_miptree_create().
Eric Anholt
2011-06-14
1
-4
/
+0
*
intel: Calculate compress_byte in intel_miptree_create.
Eric Anholt
2011-06-14
1
-7
/
+3
*
intel: Use the gl_format to get the base_format for miptree create.
Eric Anholt
2011-06-14
1
-1
/
+0
*
intel: Drop the internal_format field of the mipmap tree.
Eric Anholt
2011-06-14
1
-3
/
+1
*
intel: Add the MESA_FORMAT as a field of the miptree.
Eric Anholt
2011-06-14
1
-2
/
+3
[next]