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: change glTexImage[23]DMultisample() internalformat to GLenum
Brian Paul
2013-10-16
1
-2
/
+2
*
mesa: consolidate cube width=height error checking
Brian Paul
2013-10-16
1
-38
/
+5
*
mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().
Kenneth Graunke
2013-09-26
1
-3
/
+3
*
mesa: remove handcounted magic number
Dylan Noblesmith
2013-09-24
1
-13
/
+20
*
mesa: fix number of mipmaps calculation for proxy textures
Mikko Juola
2013-07-31
1
-0
/
+10
*
mesa: GL_ARB_texture_storage is not optional
Ian Romanick
2013-06-28
1
-6
/
+2
*
mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().
Eric Anholt
2013-06-17
1
-5
/
+35
*
mesa: fix OES_EGL_image_external being partially allowed in the core profile
Marek Olšák
2013-06-13
1
-2
/
+3
*
mesa: fix error checking of DXT sRGB formats in _mesa_base_tex_format()
Brian Paul
2013-05-30
1
-2
/
+4
*
mesa: asst. whitespace, formatting fixes in teximage.c
Brian Paul
2013-05-30
1
-28
/
+43
*
mesa: Track the TexImage being rendered to in the gl_renderbuffer.
Eric Anholt
2013-05-17
1
-1
/
+1
*
mesa: Make core Mesa allocate the texture renderbuffer wrapper.
Eric Anholt
2013-05-06
1
-2
/
+1
*
mesa: fix the compressed TexSubImage size checking code
Brian Paul
2013-04-26
1
-3
/
+9
*
mesa: fix type comparison errors in sub-texture error checking code
Tapani Pälli
2013-04-26
1
-5
/
+5
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: fix texture storage multisample prototypes harder.
Dave Airlie
2013-04-01
1
-2
/
+2
*
mesa: improve reported function name in Tex*Multisample
Chris Forbes
2013-03-31
1
-16
/
+14
*
glapi: add definition of ARB_texture_storage_multisample
Chris Forbes
2013-03-31
1
-0
/
+20
*
mesa: add support for immutable textures to teximagemultisample()
Chris Forbes
2013-03-31
1
-3
/
+28
*
mesa: use _mesa_check_sample_count() for multisample textures
Chris Forbes
2013-03-24
1
-27
/
+7
*
mesa: don't allocate a texture if width or height is 0 in CopyTexImage
Marek Olšák
2013-03-11
1
-10
/
+12
*
mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.
Matt Turner
2013-03-08
1
-1
/
+1
*
Add missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_texture_dimensions
Alan Hourihane
2013-03-05
1
-0
/
+1
*
mesa: implement TexImage*Multisample
Chris Forbes
2013-03-02
1
-4
/
+163
*
mesa: add texobj support for ARB_texture_multisample
Chris Forbes
2013-03-02
1
-2
/
+58
*
glapi: add ARB_texture_multisample
Chris Forbes
2013-03-02
1
-0
/
+21
*
mesa/es: NULL check in EGLImageTargetTexture2DOES
Tapani Pälli
2013-02-25
1
-0
/
+6
*
CopyTexImage: Don't check sRGB vs LINEAR for desktop GL
Jordan Justen
2013-02-12
1
-18
/
+10
*
mesa: fixup inconsistent naming of RG16 formats
Marek Olšák
2013-02-06
1
-1
/
+1
*
mesa: don't use format chooser code for glCompressedTexImage
Brian Paul
2013-02-04
1
-2
/
+12
*
mesa: implement GL_ARB_texture_buffer_range
Christoph Bumiller
2013-01-30
1
-17
/
+72
*
mesa: Like EXT_texture_compression_dxt1, advertise ANGLE_texture_compression_...
Ian Romanick
2013-01-23
1
-13
/
+3
*
mesa: Use a single flag for the S3TC extensions that don't require on-line co...
Ian Romanick
2013-01-23
1
-1
/
+2
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-7
/
+7
*
copyteximage: update error checking for GLES3
Jordan Justen
2013-01-20
1
-1
/
+36
*
copyteximage: check that sRGB usage is valid for GLES3 / GL
Jordan Justen
2013-01-20
1
-0
/
+39
*
mesa/es2: Allow depth component cube maps in ES2 if the extension is enabled
Ian Romanick
2013-01-20
1
-1
/
+2
*
mesa/es3: Don't check dimensions in _mesa_es3_error_check_format_and_type
Ian Romanick
2013-01-17
1
-2
/
+1
*
mesa: Don't allow DEPTH_STENCIL for 3D textures
Ian Romanick
2013-01-17
1
-1
/
+2
*
copyteximage: Use Driver's AllocTextureImageBuffer instead of TexImage
Jordan Justen
2013-01-14
1
-3
/
+1
*
copyteximage: update signed vs. unsigned format matching
Jordan Justen
2013-01-14
1
-7
/
+25
*
teximage: use _mesa_es3_error_check_format_and_type for GLES3
Matt Turner
2013-01-14
1
-6
/
+13
*
mesa: Use _mesa_lookup_enum_by_nr in tex*_error_check
Matt Turner
2013-01-11
1
-6
/
+9
*
mesa: Implement compressed 2D array textures.
Paul Berry
2013-01-02
1
-5
/
+11
*
mesa: add support for ARB_texture_buffer_object_rgb32
Dave Airlie
2012-12-16
1
-0
/
+13
*
mesa: don't advertise ARB_texture_buffer_object in legacy contexts
Marek Olšák
2012-12-12
1
-8
/
+7
*
mesa: Add new MESA_FORMATs for ETC2 compressed textures
Anuj Phogat
2012-12-07
1
-0
/
+21
[next]