index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: remove 'params' parameter from ctx->Driver.TexParameter()
Brian Paul
2016-10-13
1
-4
/
+2
*
mesa: call ctx->Driver.TexParameter() in texture_buffer_range()
Brian Paul
2016-10-06
1
-0
/
+13
*
mesa: make _mesa_texture_buffer_range() static
Brian Paul
2016-10-06
1
-15
/
+19
*
mesa: add const qualifier, comment on can_avoid_reallocation()
Brian Paul
2016-10-06
1
-1
/
+8
*
mesa: Add and use _mesa_has_texture_cube_map_array helper
Ian Romanick
2016-08-26
1
-6
/
+6
*
main: Add MESA_VERBOSE=api support for glTexImage
Jordan Justen
2016-08-26
1
-0
/
+5
*
mesa: Add the infrastructure for KHR_texture_compression_astc_sliced_3d
Anuj Phogat
2016-07-18
1
-3
/
+4
*
mesa: handle numSamples=0 in _mesa_test_proxy_teximage()
Brian Paul
2016-07-15
1
-3
/
+1
*
mesa: handle numLevels, numSamples in _mesa_test_proxy_teximage()
Brian Paul
2016-07-15
1
-3
/
+42
*
mesa: add numLevels, numSamples to Driver.TestProxyTexImage()
Brian Paul
2016-07-15
1
-10
/
+12
*
mesa: set _NEW_BUFFERS when updating texture bound to current buffers
Ilia Mirkin
2016-07-11
1
-1
/
+7
*
mesa: etc2 online compression is unsupported, don't attempt it
Ilia Mirkin
2016-07-11
1
-0
/
+1
*
mesa: Make TexSubImage check negative dimensions sooner.
Kenneth Graunke
2016-06-13
1
-19
/
+43
*
mesa/teximage: fix GL_FLOAT in comment
Ilia Mirkin
2016-05-23
1
-1
/
+1
*
main: check driver float texture support before upgrading to 16F/32F
Ilia Mirkin
2016-05-23
1
-28
/
+33
*
mesa: Handle 3d block sizes in teximage error checks
Anuj Phogat
2016-05-03
1
-6
/
+13
*
mesa: Try to fix CopyTex[Sub]Image of stencil textures.
Kenneth Graunke
2016-04-26
1
-2
/
+3
*
mesa: Disallow CopyTexSubImage on stencil formats in ES.
Kenneth Graunke
2016-04-26
1
-0
/
+9
*
mesa: add OES_texture_buffer and EXT_texture_buffer support
Ilia Mirkin
2016-03-28
1
-7
/
+13
*
mesa: optimize out the realloc from glCopyTexImagexD()
Miklós Máté
2016-03-27
1
-0
/
+36
*
mesa/teximage: add _mesa_is_cube_map_texture utility method
Eduardo Lima Mitev
2016-03-03
1
-0
/
+18
*
mesa/main: not fill mesa_error on _mesa_legal_texture_base_format_for_target
Alejandro Piñeiro
2016-03-03
1
-13
/
+5
*
mesa/teximage: Make _mesa_format_no_online_compression public
Antia Puentes
2016-03-03
1
-1
/
+1
*
mesa/teximage: make public is_renderable_texture_format
Antia Puentes
2016-03-03
1
-3
/
+3
*
mesa: add GL_OES_texture_stencil8 support
Ilia Mirkin
2016-02-19
1
-0
/
+2
*
mesa: make _mesa_tex_target_to_face() an inline function
Brian Paul
2016-02-12
1
-14
/
+0
*
mesa: remove _ARB suffix from cube map enums
Brian Paul
2016-02-12
1
-17
/
+17
*
mesa: check that internalformat of CopyTexImage*D is not 1, 2, 3, 4
Nicolai Hähnle
2016-01-08
1
-0
/
+16
*
mesa: Fix typos in print messages
Andreas Boll
2015-12-09
1
-1
/
+1
*
mesa: print enum names rather than hexadecimal values in error messages
Brian Paul
2015-12-03
1
-6
/
+6
*
mesa: print enum string in compressed_subtexture_error_check() error msg
Brian Paul
2015-12-02
1
-2
/
+2
*
mesa: support GL_RED/GL_RG in ES2 contexts when driver support exists
Ilia Mirkin
2015-11-28
1
-1
/
+1
*
mesa/teximage: Fix S3TC regression due to ASTC interaction
Nanley Chery
2015-11-22
1
-28
/
+15
*
mesa: Move _mesa_base_tex_format() from teximage to glformats files
Eduardo Lima Mitev
2015-09-28
1
-374
/
+0
*
mesa: Fix order of format+type and internal format checks for glTexImageXD ops
Eduardo Lima Mitev
2015-09-28
1
-16
/
+25
*
mesa: const-qualify _mesa_base_tex_format() ctx param
Brian Paul
2015-09-22
1
-1
/
+1
*
mesa/teximage: reuse compressed format utility functions for base_format
Nanley Chery
2015-09-19
1
-145
/
+5
*
mesa/teximage: restrict GL_ETC1_RGB8_OES support to GLES
Nanley Chery
2015-09-15
1
-1
/
+2
*
mesa/extensions: restrict luminance alpha formats to API_OPENGL_COMPAT
Nanley Chery
2015-09-15
1
-2
/
+4
*
mesa: rename rowStride to imageStride in texturesubimage()
Brian Paul
2015-08-27
1
-4
/
+4
*
mesa: only copy the requested teximage faces
Ilia Mirkin
2015-08-27
1
-2
/
+2
*
mesa: return bool instead of GLboolean in compressedteximage_only_format()
Nanley Chery
2015-08-26
1
-3
/
+3
*
mesa/teximage: return the base internal format of the ASTC formats
Nanley Chery
2015-08-26
1
-0
/
+4
*
mesa/teximage: accept ASTC formats for 3D texture specification
Nanley Chery
2015-08-26
1
-7
/
+56
*
mesa: don't enable online compression for ASTC formats
Nanley Chery
2015-08-26
1
-4
/
+13
*
mesa/teximage: Add GL error parameter to _mesa_target_can_be_compressed
Nanley Chery
2015-08-25
1
-29
/
+61
*
mesa: enable texture stencil8 for multisample
Dave Airlie
2015-08-25
1
-2
/
+5
*
mesa: validate size parameters for glTexStorage*Multisample
Tapani Pälli
2015-08-19
1
-0
/
+26
*
mesa: check samples > 0 for glTex*Multisample
Timothy Arceri
2015-08-18
1
-0
/
+5
*
mesa: rename texture function now that its static
Timothy Arceri
2015-08-17
1
-31
/
+31
[next]