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
/
main
/
teximage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add new DeleteTextureImage() driver hook
Brian Paul
2011-09-17
1
-1
/
+2
*
mesa: move _mesa_update_fetch_functions() calls into swrast
Brian Paul
2011-09-17
1
-6
/
+1
*
mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...
Ian Romanick
2011-09-06
1
-18
/
+7
*
mesa: Don't check for image->Data when freeing an image's contents.
Eric Anholt
2011-08-29
1
-8
/
+3
*
mesa: Rename FreeTexImageData to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
1
-8
/
+8
*
mesa: add gl_texture_image::Face, Level fields
Brian Paul
2011-08-24
1
-0
/
+2
*
mesa: minor comment changes in teximage.c
Brian Paul
2011-07-29
1
-7
/
+2
*
mesa: stop using ctx->Driver.CopyTexImage1D/2D() hooks
Brian Paul
2011-07-19
1
-17
/
+32
*
mesa: fix incorrect error string
Brian Paul
2011-06-23
1
-1
/
+1
*
mesa: allow depth texture arrays
Brian Paul
2011-06-17
1
-1
/
+5
*
mesa: use __builtin_clz for logbase2 when available
Roland Scheidegger
2011-06-09
1
-20
/
+3
*
mesa: faster logbase2
Benjamin Bellec
2011-06-02
1
-24
/
+11
*
mesa: s/height/depth/ in texsubimage()
Brian Paul
2011-05-26
1
-1
/
+1
*
mesa: provide more info for glCompressedTexImage() errors
Carl-Philip Haensch
2011-04-16
1
-8
/
+26
*
mesa: move error check code in compressedteximage()
Brian Paul
2011-04-16
1
-2
/
+2
*
mesa: core support for GL_ARB_texture_buffer_object
Brian Paul
2011-04-05
1
-2
/
+280
*
mesa: added _mesa_get_attachment_teximage() helpers
Brian Paul
2011-04-05
1
-1
/
+1
*
mesa: initial EXT_texture_snorm support
Marek Olšák
2011-03-29
1
-1
/
+30
*
mesa: remove _MESA_NEW_TRANSFER_STATE
Brian Paul
2011-03-23
1
-6
/
+4
*
mesa: add ATI_texture_compression_3dc
Marek Olšák
2011-03-08
1
-0
/
+9
*
mesa: add EXT_texture_compression_latc
Marek Olšák
2011-03-08
1
-0
/
+13
*
mesa: reduce calls to _mesa_test_framebuffer_completeness()
Brian Paul
2011-02-28
1
-2
/
+6
*
mesa: fix MESA/EXT typo
Brian Paul
2011-01-26
1
-1
/
+1
*
mesa: add checks for GL_EXT_texture_array
Brian Paul
2011-01-25
1
-14
/
+19
*
mesa: allow internalFormat=GL_BGRA_EXT in TexImage2D
Benjamin Franzke
2011-01-24
1
-0
/
+9
*
mesa/swrast: handle sRGB FBOs correctly (v2)
Dave Airlie
2011-01-11
1
-3
/
+3
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
mesa: Fix the baseFormat for GL_COMPRESSED_SLUMINANCE_EXT.
Eric Anholt
2011-01-04
1
-1
/
+1
*
mesa: simplify target checking for TexImage functions
Brian Paul
2010-12-08
1
-8
/
+18
*
mesa: revamp error checking for compressed texture images
Brian Paul
2010-12-08
1
-67
/
+44
*
mesa: make _mesa_test_proxy_teximage() easier to read
Brian Paul
2010-12-07
1
-55
/
+71
*
mesa: consolidate glCompressedTexImage1/2/3D() functions
Brian Paul
2010-12-07
1
-374
/
+190
*
mesa: consolidate glCopyTexSubImage1/2/3D() functions
Brian Paul
2010-12-07
1
-145
/
+63
*
mesa: consolidate glCopyTexImage1/2D() code
Brian Paul
2010-12-07
1
-148
/
+90
*
mesa: consolidate the glTexSubImage1/2/3D() functions
Brian Paul
2010-12-07
1
-165
/
+86
*
mesa: simplify proxy texture code in texture_error_check()
Brian Paul
2010-12-07
1
-49
/
+51
*
mesa: consolidate glTexImage1/2/3D() code
Brian Paul
2010-12-06
1
-294
/
+161
*
mesa: raise max texture sizes to 16K
Brian Paul
2010-12-02
1
-107
/
+201
*
mesa: fix get_texture_dimensions() for texture array targets
Brian Paul
2010-11-21
1
-5
/
+5
*
mesa: pass gl_format to _mesa_init_teximage_fields()
Brian Paul
2010-11-18
1
-91
/
+146
*
mesa: reorder texture_error_check() params
Brian Paul
2010-11-16
1
-15
/
+15
*
mesa: 80-column wrapping
Brian Paul
2010-11-16
1
-13
/
+16
*
mesa: consolidate assertions in teximage code
Brian Paul
2010-11-12
1
-10
/
+1
*
mesa: rename function to _mesa_is_format_integer_color()
Brian Paul
2010-10-26
1
-2
/
+2
*
mesa: additional teximage error checks for GL_EXT_texture_integer
Brian Paul
2010-10-25
1
-4
/
+38
*
mesa: simplify target_can_be_compressed() function
Brian Paul
2010-10-23
1
-8
/
+18
*
mesa: remove post-convolution width/height vars
Brian Paul
2010-10-14
1
-35
/
+19
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-31
/
+31
*
mesa: Add ARB_texture_compression_rgtc as an alias for EXT_texture_compressio...
Ian Romanick
2010-10-01
1
-5
/
+5
*
ARB_texture_rg: Correct some errors in RED / RG internal format handling
Ian Romanick
2010-10-01
1
-9
/
+32
[next]