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
/
texformat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
texformat: use MESA_FORMAT_ARGB2101010 with GL_UNSIGNED_INT_2_10_10_10_REV
Jordan Justen
2013-01-12
1
-1
/
+7
*
mesa: Add new MESA_FORMATs for ETC2 compressed textures
Anuj Phogat
2012-12-07
1
-0
/
+37
*
intel: add support for ANGLE_texture_compression_dxt.
Oliver McFadden
2012-10-01
1
-3
/
+9
*
mesa: remove FEATURE_EXT_texture_sRGB define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_texture_s3tc define.
Oliver McFadden
2012-09-15
1
-8
/
+0
*
mesa: remove FEATURE_texture_fxt1 define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: don't try (generic) compression of 1D and 1D_ARRAY textures
Brian Paul
2012-08-24
1
-12
/
+26
*
mesa: add texture target field to ChooseTextureFormat() driver hook
Brian Paul
2012-08-24
1
-2
/
+2
*
mesa: Replace VersionMajor/VersionMinor with a Version field.
Eric Anholt
2012-08-07
1
-2
/
+2
*
mesa: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-1
/
+1
*
mesa formats: add MESA_FORMAT_ABGR2101010_UINT
Jordan Justen
2012-07-21
1
-0
/
+1
*
mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibility
Marek Olšák
2012-07-13
1
-0
/
+10
*
mesa: allow exposing GL3 without EXT_texture_integer
Marek Olšák
2012-01-25
1
-1
/
+9
*
mesa: try RGBA_FLOAT16 before RGBA_FLOAT32 when choosing A,L,LA,I formats
Brian Paul
2012-01-18
1
-0
/
+4
*
mesa: fix tex format selection for GL_R32F and other R/G float formats
Brian Paul
2012-01-18
1
-0
/
+10
*
mesa: add MESA_FORMAT_RGB565[_REV] as candidates for GL_R3_G3_B2
Brian Paul
2011-12-16
1
-0
/
+2
*
mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
Brian Paul
2011-12-02
1
-2
/
+2
*
mesa: add support for GL_OES_compressed_ETC1_RGB8_texture
Chia-I Wu
2011-12-02
1
-0
/
+10
*
mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.
Dave Airlie
2011-11-28
1
-0
/
+9
*
mesa: Fall back to float16 if float32 isn't supported in ChooseTexFormat.
Eric Anholt
2011-11-22
1
-0
/
+11
*
mesa: Add fallback from RGB_FLOAT16 to RGBA_FLOAT16 before RGBA_FLOAT32.
Eric Anholt
2011-11-22
1
-0
/
+1
*
mesa: improve the warning message in _mesa_choose_tex_format()
Brian Paul
2011-10-23
1
-1
/
+3
*
mesa/texformat: add integer fallbacks to other formats
Dave Airlie
2011-10-08
1
-73
/
+131
*
mesa/texformat: update choose_tex_format for integer types.
Dave Airlie
2011-10-05
1
-4
/
+79
*
mesa: Remove EXT_bgra and EXT_texture_format_BGRA8888 extension enable flags
Ian Romanick
2011-09-26
1
-1
/
+3
*
mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...
Ian Romanick
2011-09-06
1
-7
/
+0
*
mesa: Remove all mention of MESA_FORMAT_CI8
Ian Romanick
2011-08-29
1
-3
/
+0
*
mesa: initial ARB_depth_buffer_float support
Marek Olšák
2011-07-10
1
-0
/
+13
*
mesa: Add MESA_FORMAT_X8_Z24 to _mesa_choose_tex_format
Chad Versace
2011-05-25
1
-0
/
+2
*
mesa: implement EXT_packed_float
Marek Olšák
2011-04-29
1
-0
/
+10
*
mesa, util: move RGB9E5 conversion functions to gallium/util
Marek Olšák
2011-04-29
1
-2
/
+2
*
mesa: implement EXT_texture_shared_exponent
Marek Olšák
2011-04-29
1
-0
/
+10
*
mesa: Choose RGTC formats for GL_COMPRESSED_RED, GL_COMPRESSED_RG.
Eric Anholt
2011-04-23
1
-0
/
+8
*
mesa: Add ChooseTexFormat fallbacks for floating point textures.
Eric Anholt
2011-04-20
1
-4
/
+30
*
mesa: add R/RG floating-point formats
Marek Olšák
2011-04-15
1
-0
/
+16
*
mesa: Add fall-back formats for unsupported snorm formats
Ian Romanick
2011-04-04
1
-3
/
+23
*
mesa: initial EXT_texture_snorm support
Marek Olšák
2011-03-29
1
-16
/
+33
*
mesa: add ATI_texture_compression_3dc
Marek Olšák
2011-03-08
1
-0
/
+10
*
mesa: add EXT_texture_compression_latc
Marek Olšák
2011-03-08
1
-0
/
+19
*
swrast: add RGTC support
Dave Airlie
2011-02-28
1
-0
/
+19
*
mesa: Support internalFormat=GL_BGRA for DRI drivers
Kristian Høgsberg
2011-01-26
1
-0
/
+11
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
intel: Merge our choosetexformat fallbacks into core.
Eric Anholt
2011-01-04
1
-1
/
+47
*
mesa: Make _mesa_choose_tex_format() choose formats out of a supported table.
Eric Anholt
2011-01-04
1
-91
/
+172
*
mesa: implement new texture format I16
Marek Olšák
2010-12-23
1
-2
/
+4
*
mesa: implement new texture format L16
Marek Olšák
2010-12-23
1
-2
/
+4
*
mesa: implement new texture format A16
Marek Olšák
2010-12-23
1
-2
/
+4
*
mesa: implement new texture format AL44
Marek Olšák
2010-12-23
1
-1
/
+3
*
mesa: implement new texture format ARGB2101010
Marek Olšák
2010-12-23
1
-0
/
+2
[next]