index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_cb_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: 80-column wrapping
Brian Paul
2012-01-05
1
-1
/
+2
*
st/mesa: remove st_CompressedTexSubImage1D/2D/3D()
Brian Paul
2012-01-04
1
-81
/
+3
*
st/mesa: fix indentation in st_copy_texsubimage()
Brian Paul
2012-01-04
1
-5
/
+5
*
st/mesa: remove st_TexImage(), use core Mesa code instead
Brian Paul
2012-01-04
1
-240
/
+32
*
st/mesa: refactor gl_TexImage() code into prep_teximage()
Brian Paul
2012-01-04
1
-17
/
+38
*
mesa: remove unused _mesa_init_teximage_fields() target parameter
Brian Paul
2012-01-04
1
-2
/
+2
*
mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functions
Brian Paul
2012-01-02
1
-2
/
+0
*
st/mesa: remove stImage->base.Face/Level assignments in st_TexImage()
Brian Paul
2011-12-30
1
-3
/
+0
*
mesa: simplify Driver.CompressedTex[Sub]Image function parameters
Brian Paul
2011-12-30
1
-16
/
+12
*
mesa: simplify Driver.TexImage() parameters
Brian Paul
2011-12-30
1
-28
/
+22
*
st/mesa: remove TexSubImage code, use core mesa routines instead.
Brian Paul
2011-12-30
1
-140
/
+3
*
st/mesa: stop using _DepthBuffer, _StencilBuffer fields
Brian Paul
2011-12-13
1
-4
/
+1
*
mesa: remove TextureMemCpy driver hook
Brian Paul
2011-12-08
1
-52
/
+0
*
st/mesa: Use util_blit_pixels_writemask() for depth blits as well in st_copy_...
Henri Verbeet
2011-12-08
1
-81
/
+89
*
st/mesa: add support for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
1
-0
/
+2
*
st/mesa: implement GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+62
*
mesa: Fold gallium's texture border stripping into a core Mesa option.
Eric Anholt
2011-10-26
1
-55
/
+3
*
st/mesa: fix comment
Brian Paul
2011-10-05
1
-1
/
+1
*
st/mesa: don't use gl_texture_image::RowStride
Brian Paul
2011-10-05
1
-5
/
+7
*
st/mesa: completely stop using gl_texture_image::Data
Brian Paul
2011-10-05
1
-13
/
+13
*
st/mesa: stop using gl_texture_image::Data when mapping/unmapping textures
Brian Paul
2011-10-05
1
-33
/
+34
*
mesa: get rid of imageOffsets arrays in texstore code
Brian Paul
2011-10-05
1
-6
/
+3
*
st/mesa: implement AllocTextureImageBuffer() driver hook
Brian Paul
2011-09-30
1
-0
/
+86
*
mesa: simplify parameters to GetTexImage() driver hook
Brian Paul
2011-09-30
1
-10
/
+6
*
st/mesa: remove some old GetTexImage() code
Brian Paul
2011-09-29
1
-31
/
+5
*
st/mesa: substitute argument to guess_base_level_size() call
Brian Paul
2011-09-28
1
-1
/
+1
*
mesa: Finally, convert RGBA glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-38
/
+0
*
mesa: Convert depth glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-1
/
+2
*
mesa: Convert depth/stencil glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-3
/
+8
*
mesa: Convert GetCompressedTexImage to using MapTextureImage().
Brian Paul
2011-09-27
1
-39
/
+8
*
st/mesa: remove unnecessary st_texture_match_image() parameters
Brian Paul
2011-09-22
1
-4
/
+2
*
st/mesa: specify source mipmap level in decompress_with_blit()
Brian Paul
2011-09-20
1
-0
/
+3
*
mesa: add new DeleteTextureImage() driver hook
Brian Paul
2011-09-17
1
-0
/
+10
*
mesa: move _mesa_update_fetch_functions() calls into swrast
Brian Paul
2011-09-17
1
-5
/
+0
*
st/mesa: rewrap a long line
Brian Paul
2011-09-15
1
-3
/
+4
*
st/mesa: Add implementation of MapTextureImage.
Brian Paul
2011-08-29
1
-0
/
+45
*
Rename some driver FreeTextureImageData functions to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
1
-2
/
+2
*
mesa: Rename FreeTexImageData to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
1
-2
/
+2
*
st/mesa: remove st_texture_image::face,level fields
Brian Paul
2011-08-24
1
-15
/
+15
*
st/mesa: get rid of redundant clipping code in st_copy_texsubimage()
Brian Paul
2011-07-19
1
-28
/
+0
*
st/mesa: remove st_CopyTexImage1D/2D()
Brian Paul
2011-07-19
1
-55
/
+0
*
st/mesa: fix overwriting gl_format with pipe_format since 9d380f48
Andre Maasikas
2011-06-29
1
-2
/
+2
*
st/mesa: fix pipe_get_transfer() call in fallback_copy_texsubimage()
Brian Paul
2011-06-24
1
-1
/
+2
*
st/mesa: conditional rendering should not kill texture decompression via blit
Marek Olšák
2011-05-30
1
-0
/
+11
*
st/mesa: CopyTex(Sub)Image should not be killed by conditional rendering
Marek Olšák
2011-05-30
1
-0
/
+12
*
st/mesa: simplify some st_context(ctx)->pipe code
Brian Paul
2011-05-25
1
-2
/
+2
*
st/mesa: fix regression since a22aba4eae9b29db731487bce90e8292f7e82c72
Dave Airlie
2011-04-25
1
-2
/
+2
*
st/mesa: check image size before copy_image_data_to_texture()
Brian Paul
2011-04-21
1
-2
/
+7
*
mesa/st: Avoid spurious transfers when creating fbo textures without image data.
José Fonseca
2011-04-14
1
-1
/
+6
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-6
/
+6
[next]