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
/
main
/
texstore.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functions
Brian Paul
2012-01-02
1
-221
/
+96
*
mesa: simplify Driver.CompressedTex[Sub]Image function parameters
Brian Paul
2011-12-30
1
-43
/
+21
*
mesa: simplify Driver.TexImage() parameters
Brian Paul
2011-12-30
1
-12
/
+9
*
mesa: simplify Driver.TexSubImage() parameters
Brian Paul
2011-12-30
1
-12
/
+9
*
mesa: consolidate texstore functions
Brian Paul
2011-12-24
1
-331
/
+153
*
mesa: fix _mesa_store_texsubimage2d() for GL_TEXTURE_1D_ARRAY
Brian Paul
2011-12-24
1
-23
/
+44
*
mesa: add missing RG_INTEGER and some RED_INTEGER_EXT checks.
Dave Airlie
2011-12-10
1
-0
/
+12
*
mesa: remove TextureMemCpy driver hook
Brian Paul
2011-12-08
1
-3
/
+2
*
mesa: Fix assertions for block size handling in glCompressedTexSubImage2D.
Eric Anholt
2011-12-02
1
-2
/
+2
*
mesa: Fix glCompressedTexSubImage (and non-Sub) for height == 2 or 1.
Eric Anholt
2011-12-02
1
-1
/
+1
*
mesa: Fix glCompressedTexImage when dstRowStride != srcRowStride.
Eric Anholt
2011-12-02
1
-28
/
+9
*
mesa: fix some minor texstore comments
Brian Paul
2011-12-02
1
-3
/
+3
*
mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88
Brian Paul
2011-12-02
1
-3
/
+3
*
mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
Brian Paul
2011-12-02
1
-5
/
+5
*
mesa: add support for GL_OES_compressed_ETC1_RGB8_texture
Chia-I Wu
2011-12-02
1
-0
/
+2
*
mesa: update texstore comments for R/G textures
Brian Paul
2011-11-28
1
-2
/
+2
*
mesa: handle MapTextureImage() failures in glTexImage code
Brian Paul
2011-11-28
1
-76
/
+123
*
mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.
Dave Airlie
2011-11-28
1
-0
/
+59
*
mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV
Chia-I Wu
2011-11-27
1
-6
/
+15
*
mesa: Make formats.c "datatype" values match glGetTexLevelParameter return.
Eric Anholt
2011-11-22
1
-1
/
+6
*
mesa: Skip texstore for 0-sized texture data.
Eric Anholt
2011-10-26
1
-0
/
+9
*
mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast
Brian Paul
2011-10-23
1
-1
/
+0
*
mesa: get rid of imageOffsets arrays in texstore code
Brian Paul
2011-10-05
1
-336
/
+197
*
mesa/texstore: add texstore paths for all the integer types.
Dave Airlie
2011-10-05
1
-12
/
+104
*
texstore: create texstore table on first access.
Dave Airlie
2011-10-05
1
-149
/
+120
*
mesa: fix warning (MSVC error) about void pointer arithmetic
Brian Paul
2011-10-03
1
-1
/
+1
*
mesa: When storing texture data for a 1D array, map each slice separately.
Eric Anholt
2011-10-03
1
-16
/
+52
*
mesa: convert _mesa_unpack_color_span_chan() to ubyte
Brian Paul
2011-09-20
1
-3
/
+3
*
mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image()
Brian Paul
2011-09-20
1
-105
/
+105
*
mesa: use ctx->Driver.AllocTextureImageBuffer() to alloc texture memory
Brian Paul
2011-09-17
1
-32
/
+14
*
mesa: Remove GL_COLOR_INDEX from base format assertions
Ian Romanick
2011-09-06
1
-2
/
+0
*
mesa: Remove all mention of MESA_FORMAT_CI8
Ian Romanick
2011-08-29
1
-45
/
+0
*
mesa: Convert texstore.c to accessing textures using MapTextureImage.
Brian Paul
2011-08-29
1
-107
/
+231
*
mesa: remove comments referring to Driver.TexImage1D/2D
Brian Paul
2011-07-19
1
-6
/
+3
*
mesa: implement texstore for DEPTH32F_STENCIL8
Marek Olšák
2011-07-10
1
-1
/
+67
*
mesa: implement texstore for DEPTH_COMPONENT32F
Marek Olšák
2011-07-10
1
-5
/
+7
*
mesa: initial ARB_depth_buffer_float support
Marek Olšák
2011-07-10
1
-0
/
+3
*
mesa: fix texstore addressing bugs for depth/stencil formats
Brian Paul
2011-07-06
1
-12
/
+9
*
mesa: fix texstore of DEPTH24_STENCIL8 if srcFormat is STENCIL_INDEX
Marek Olšák
2011-06-24
1
-3
/
+6
*
mesa: remove unused variable bytesPerRow
Marek Olšák
2011-04-29
1
-4
/
+0
*
mesa: implement EXT_packed_float
Marek Olšák
2011-04-29
1
-0
/
+57
*
mesa, util: move RGB9E5 conversion functions to gallium/util
Marek Olšák
2011-04-29
1
-1
/
+1
*
mesa: implement EXT_texture_shared_exponent
Marek Olšák
2011-04-29
1
-0
/
+57
*
main: remove duplicated includes
Nicolas Kaiser
2011-04-25
1
-1
/
+0
*
mesa: add stricter checks for float formats in the texstore memcpy path
Marek Olšák
2011-04-25
1
-0
/
+2
*
mesa: add R/RG floating-point formats
Marek Olšák
2011-04-15
1
-4
/
+16
*
texstore: fix regression stricter check for memcpy path for unorm88 and unorm...
Hans de Goede
2011-04-12
1
-4
/
+10
*
mesa: fix alpha value for texstore_rgbx8888
Brian Paul
2011-04-05
1
-1
/
+1
*
mesa: implement texstore and texfetch hooks for signed normalized formats
Marek Olšák
2011-03-29
1
-86
/
+233
*
mesa: rename _mesa_texstore_a8 -> _mesa_texstore_unorm8
Marek Olšák
2011-03-14
1
-6
/
+6
[next]