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: Validate internalFormat with target in glTexStorage paths
Ian Romanick
2014-01-27
1
-1
/
+3
*
mesa: Refactor internalFormat / target checks to a separate function
Ian Romanick
2014-01-27
1
-40
/
+70
*
mesa: Generate the correct error for a depth format with a 3D texture
Ian Romanick
2014-01-27
1
-3
/
+17
*
mesa: Define helper function to get the number of texture layers.
Francisco Jerez
2014-01-15
1
-0
/
+87
*
mesa: Clean up bad code formatting left from previous commit
Ian Romanick
2013-12-20
1
-7
/
+7
*
mesa: GL_EXT_packed_depth_stencil is not optional
Ian Romanick
2013-12-20
1
-2
/
+0
*
mesa: add API/extension checks for 3-component texture buffer formats
Brian Paul
2013-12-18
1
-7
/
+14
*
mesa: get_texbuffer_format(): differentiate between core and compat context
Pi Tabred
2013-12-18
1
-80
/
+87
*
mesa: Modify format validation to check for extension not context version
Pi Tabred
2013-12-18
1
-7
/
+2
*
mesa: Make validate_texbuffer_format function available externally
Pi Tabred
2013-12-18
1
-3
/
+4
*
mesa: Update TexStorage to support ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
1
-0
/
+6
*
mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_array
Ian Romanick
2013-12-04
1
-21
/
+8
*
mesa: resolve typo DTXn/DXTn
Emil Velikov
2013-12-03
1
-1
/
+1
*
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
[next]