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
/
texformat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formats
Ian Romanick
2010-10-01
1
-0
/
+23
*
mesa: initial support for unnormalized integer texture formats
Brian Paul
2010-07-05
1
-0
/
+47
*
mesa: added unsigned 16-bit/channel tex format
Brian Paul
2010-05-09
1
-8
/
+14
*
mesa: start adding GL 3.1 signed normalized texture formats
Brian Paul
2010-04-26
1
-0
/
+26
*
mesa: Remove unnecessary headers from texformat.c.
Vinson Lee
2010-01-18
1
-2
/
+0
*
AL1616: Enable MESA_FORMAT_AL1616 for software paths
Ian Romanick
2009-11-16
1
-2
/
+4
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-1706
/
+73
|
\
|
*
mesa: move _mesa_format_to_type_and_comps() to formats.c
Brian Paul
2009-10-05
1
-179
/
+0
|
*
mesa: remove GLchan-based formats; use hw 8-bit/channel formats instead
Brian Paul
2009-09-30
1
-31
/
+6
|
*
mesa: move texel fetch/store into new texfetch.[ch] files
Brian Paul
2009-09-30
1
-580
/
+4
|
*
mesa: remove gl_texture_format
Brian Paul
2009-09-30
1
-908
/
+0
|
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-73
/
+74
|
*
mesa: change _mesa_format_to_type_and_comps() format parameter type
Brian Paul
2009-09-27
1
-4
/
+3
|
*
mesa: remove unused gl_texture_format fields
Brian Paul
2009-09-27
1
-432
/
+0
|
*
mesa: rework null texel fetch/store funcs
Brian Paul
2009-09-27
1
-22
/
+21
|
*
mesa: null-out StoreTexImageFunc fields
Brian Paul
2009-09-27
1
-53
/
+53
|
*
mesa: use _mesa_get_texel_store_func()
Brian Paul
2009-09-27
1
-52
/
+52
|
*
mesa: use new look-up table to get texel fetch/store funcs
Brian Paul
2009-09-27
1
-163
/
+659
*
|
mesa: change s3tc vs. fxt1 priority when choosing compressed formats
Brian Paul
2009-10-23
1
-8
/
+8
|
/
*
mesa: convert more texture fetch functions to return GLfloat
Brian Paul
2009-04-01
1
-42
/
+42
[next]