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
*
mesa: assorted whitespace, formatting fixes in teximage.c
Brian Paul
2015-07-21
1
-20
/
+10
*
mesa: allow GL_TEXTURE_CUBE_MAP_ARRAY case for glCompressedTexSubImage3D()
Brian Paul
2015-07-21
1
-1
/
+1
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-57
/
+57
*
mesa: fix up some texture error checks
Roland Scheidegger
2015-07-18
1
-21
/
+20
*
mesa/teximage: use correct extension for accept stencil texture.
Dave Airlie
2015-06-08
1
-1
/
+1
*
Revert "mesa: Add ARB_direct_state_access checks in texture functions"
Ian Romanick
2015-05-28
1
-74
/
+0
*
mesa: Add ARB_direct_state_access checks in texture functions
Fredrik Höglund
2015-05-14
1
-0
/
+74
*
mesa: put more info in glTexImage GL_OUT_OF_MEMORY error message
Brian Paul
2015-04-24
1
-1
/
+3
*
mesa: finish implementing ARB_texture_stencil8 (v5)
Dave Airlie
2015-04-23
1
-1
/
+2
*
main: Add TEXTURE_CUBE_MAP support in CopyTextureSubImage3D.
Laura Ekstrand
2015-03-19
1
-3
/
+11
*
main: Simplify debug messages for CopyTex*SubImage*D.
Laura Ekstrand
2015-03-19
1
-48
/
+36
*
mesa: Check for valid PBO access in gl(Compressed)Tex(Sub)Image calls
Eduardo Lima Mitev
2015-03-13
1
-77
/
+103
*
main: Add entry point for TextureBufferRange.
Laura Ekstrand
2015-03-09
1
-0
/
+46
*
main: Add check_texture_buffer_target.
Laura Ekstrand
2015-03-09
1
-11
/
+28
*
main: Add check_texture_buffer_range.
Laura Ekstrand
2015-03-09
1
-15
/
+58
*
main: Cosmetic changes for Texture Buffers.
Laura Ekstrand
2015-03-09
1
-2
/
+9
*
main: Refactor _mesa_texture_buffer_range.
Laura Ekstrand
2015-03-09
1
-36
/
+22
*
main: Use _mesa_lookup_bufferobj_err to simplify Tex[ture]Buffer[Range].
Laura Ekstrand
2015-03-09
1
-11
/
+12
*
main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D.
Laura Ekstrand
2015-03-09
1
-27
/
+131
*
main: assert(texImage) in ARB_DSA texture cube map functions.
Laura Ekstrand
2015-03-09
1
-2
/
+3
*
main: Remove redundant NumLayers checks.
Laura Ekstrand
2015-03-09
1
-14
/
+0
*
main/base_tex_format: Properly handle STENCIL_INDEX1/4/16
Jason Ekstrand
2015-03-02
1
-0
/
+3
*
mesa/main: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-2
/
+2
*
main: Fix whitespace in teximage.c.
Laura Ekstrand
2015-02-27
1
-1
/
+1
*
main: Fix target checking for CompressedTexSubImage*D.
Laura Ekstrand
2015-02-26
1
-15
/
+65
*
main: Fix target checking for CopyTexSubImage*D.
Laura Ekstrand
2015-02-26
1
-8
/
+54
*
mesa: Add _mesa_is_array_texture helper
Iago Toral Quiroga
2015-02-24
1
-0
/
+22
*
mesa: Fix error validating args for TexSubImage3D
Eduardo Lima Mitev
2015-02-24
1
-2
/
+2
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-17
/
+17
*
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
[next]