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
/
teximage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
main: Add STENCIL_INDEX formats to base_tex_format
Jason Ekstrand
2015-01-30
1
-0
/
+10
*
teximage: Don't indent switch cases
Jason Ekstrand
2015-01-30
1
-146
/
+146
*
Mesa: Add support for HALF_FLOAT_OES type.
Kalyan Kondapally
2015-01-29
1
-1
/
+1
*
Mesa: Add support for GL_OES_texture_*float* extensions.
Kalyan Kondapally
2015-01-29
1
-0
/
+64
*
mesa/main: In _mesa_CompressedTextureSubImage3D() check found texObj
Juha-Pekka Heikkila
2015-01-12
1
-0
/
+2
*
mesa: Fix incorrect assertion in init_teximage_fields_ms
Iago Toral Quiroga
2015-01-12
1
-1
/
+1
*
mesa: Fix get_texbuffer_format().
Samuel Iglesias Gonsalvez
2015-01-12
1
-2
/
+2
*
mesa: compute row stride outside of loop and fix MSVC compilation error
Brian Paul
2015-01-08
1
-2
/
+4
*
main: Checking for cube completeness in TextureSubImage.
Laura Ekstrand
2015-01-08
1
-13
/
+35
*
main: Refactor in teximage.c to handle NULL from _mesa_get_current_tex_object.
Laura Ekstrand
2015-01-08
1
-0
/
+22
*
main: Added entry point for glTextureBuffer.
Laura Ekstrand
2015-01-08
1
-16
/
+74
*
main: Fix texObj->Immutable flag update in _mesa_texture_image_multisample.
Laura Ekstrand
2015-01-08
1
-1
/
+1
*
main: Added entry points for glTextureStorage[23]DMultisample.
Laura Ekstrand
2015-01-08
1
-28
/
+96
*
main: Added entry points for glCompressedTextureSubImage*D.
Laura Ekstrand
2015-01-08
1
-52
/
+187
*
main: Added entry points for CopyTextureSubImage*D.
Laura Ekstrand
2015-01-08
1
-46
/
+124
*
main: Added entry points for glTextureSubImage*D.
Laura Ekstrand
2015-01-08
1
-81
/
+251
*
main: Removed trailing whitespaces in texture code.
Laura Ekstrand
2015-01-08
1
-19
/
+19
*
main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.
Laura Ekstrand
2015-01-08
1
-81
/
+0
*
mesa: remove unused ctx parameter for _mesa_select_tex_image()
Brian Paul
2015-01-05
1
-13
/
+11
*
mesa: fix height error check for 1D array textures
Brian Paul
2014-12-02
1
-1
/
+1
*
mesa: Mark buffer objects that are used as TexBOs
Chris Forbes
2014-10-16
1
-0
/
+6
*
mesa: fix error reported on gTexSubImage2D when level not valid
Tapani Pälli
2014-10-10
1
-1
/
+1
*
mesa: fix compressed_subtexture_error_check() return value
Brian Paul
2014-08-16
1
-3
/
+3
*
mesa: move _mesa_compressed_texture_pixel_storage_error_check()
Brian Paul
2014-08-16
1
-37
/
+7
*
mesa: Add the format enums for BPTC-compressed images
Neil Roberts
2014-08-12
1
-0
/
+14
*
mesa: Allow GL_TEXTURE_CUBE_MAP target with compressed internal formats
Anuj Phogat
2014-08-04
1
-0
/
+1
*
mesa: Add gles3 condition for normalized internal formats in glCopyTexImage*()
Anuj Phogat
2014-08-04
1
-0
/
+15
*
mesa: Add gles3 error condition for GL_RGBA10_A2 buffer format in glCopyTexIm...
Anuj Phogat
2014-08-04
1
-18
/
+29
*
mesa: Add a gles3 error condition for sized internalformat in glCopyTexImage*()
Anuj Phogat
2014-08-04
1
-0
/
+46
*
mesa: Don't allow snorm internal formats in glCopyTexImage*() in GLES3
Anuj Phogat
2014-08-04
1
-0
/
+11
*
mesa: Fix condition for using compressed internalformat in glCompressedTexIma...
Anuj Phogat
2014-08-04
1
-1
/
+8
*
mesa: Turn target_can_be_compressed() in to a utility function
Anuj Phogat
2014-08-04
1
-6
/
+6
*
mesa/main: Add generic bits of ARB_clear_texture implementation
Neil Roberts
2014-07-23
1
-1
/
+245
*
teximage: Add utility func for format/internalFormat compatibility check
Neil Roberts
2014-07-23
1
-21
/
+38
*
mesa/main: add ARB_clear_texture entrypoints
Ilia Mirkin
2014-07-23
1
-0
/
+16
*
Remove the ATI_envmap_bumpmap extension
Jason Ekstrand
2014-06-30
1
-12
/
+1
*
mesa: Emit errors for inconsistent compressed pixel store state
Chris Forbes
2014-06-10
1
-0
/
+45
*
mesa: Make CompressedTexSubImage errors more consistent
Chris Forbes
2014-06-10
1
-3
/
+3
*
mesa: pass target through to driver when choosing texture format
Ilia Mirkin
2014-05-07
1
-1
/
+1
*
mesa: Fix error condition for multisample proxy texture targets
Anuj Phogat
2014-04-17
1
-3
/
+13
*
mesa: fix texture border handling for cube arrays
Marek Olšák
2014-03-21
1
-1
/
+4
*
mesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture
Ilia Mirkin
2014-03-19
1
-8
/
+3
*
mesa: new init_teximage_fields_ms() function to init MS texture images
Brian Paul
2014-03-05
1
-15
/
+29
*
mesa: Allow GL_DEPTH_COMPONENT and GL_DEPTH_STENCIL combinations in glTexImag...
Anuj Phogat
2014-03-04
1
-2
/
+11
*
mesa: Use clear_teximage_fields() in place of _mesa_init_teximage_fields()
Anuj Phogat
2014-03-04
1
-2
/
+1
*
mesa: Make TexImage error cases about internalFormat more informative.
Eric Anholt
2014-02-12
1
-7
/
+13
*
mesa: GL_ARB_half_float_pixel is not optional
Ian Romanick
2014-02-11
1
-15
/
+2
*
mesa: Fix extension dependency for half-float TexBOs
Ian Romanick
2014-02-11
1
-1
/
+12
*
mesa: don't signal _NEW_TEXTURE in TexSubImage() functions
Brian Paul
2014-02-02
1
-3
/
+9
*
mesa: make _mesa_get_proxy_target() static
Brian Paul
2014-02-02
1
-5
/
+5
[next]