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: 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
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-2
/
+2
*
mesa: Also handle GL_TEXTURE_EXTENRAL_OES in max num levels.
Eric Anholt
2012-11-17
1
-0
/
+1
*
mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2
Marek Olšák
2012-11-12
1
-1
/
+40
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-6
/
+6
*
mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)
Dave Airlie
2012-11-09
1
-4
/
+72
*
mesa: remove #if _HAVE_FULL_GL checks
Brian Paul
2012-10-16
1
-2
/
+0
*
teximage: Remove unnecessary compressed format check
Daniel Stone
2012-10-09
1
-4
/
+0
*
mesa: minor whitespace fixes in teximage.c
Brian Paul
2012-10-08
1
-2
/
+2
*
mesa: remove unused variables to fix compile warnings
Marek Olšák
2012-10-09
1
-7
/
+0
*
mesa: don't call TexImage driver hooks for zero-sized images
Brian Paul
2012-10-04
1
-7
/
+9
[next]