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 unnecessary parameters from AllocTextureImageBuffer
Pauli Nieminen
2012-08-12
1
-2
/
+1
*
mesa: Remove unnecessary parameters from TexImage
Pauli Nieminen
2012-08-12
1
-13
/
+9
*
i965/msaa: Add an enum to describe MSAA layout.
Paul Berry
2012-07-11
1
-1
/
+1
*
intel: Implement __DRIimage::createSubImage and bump supported version to 5
Kristian Høgsberg
2012-07-11
1
-1
/
+1
*
intel: Add offset field to miptree
Kristian Høgsberg
2012-07-11
1
-3
/
+6
*
mesa: consolidate internal glTexImage1/2/3D code
Brian Paul
2012-06-06
1
-53
/
+7
*
i965/msaa: Properly handle sliced layout for Gen7.
Paul Berry
2012-05-25
1
-1
/
+2
*
i965/gen6: Initial implementation of MSAA.
Paul Berry
2012-05-15
1
-1
/
+2
*
intel: Fix compile warning from 7b6424143d8bf572cadd46adcbaa91d2a5598635
Eric Anholt
2012-05-14
1
-2
/
+2
*
intel: fix TFP at 16-bpp
Dave Airlie
2012-03-25
1
-6
/
+11
*
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
[next]