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
/
texstore.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: lift _mesa_set_fetch_functions() calls out of drivers
Brian Paul
2009-10-05
1
-9
/
+0
*
mesa: removed gl_texture_image::CompressedSize field
Brian Paul
2009-10-01
1
-37
/
+5
*
mesa: reformatting
Brian Paul
2009-10-01
1
-22
/
+21
*
mesa: move mesa_set_fetch_functions()
Brian Paul
2009-10-01
1
-81
/
+0
*
mesa: remove gl_texture_image::IsCompressed field
Brian Paul
2009-10-01
1
-115
/
+92
*
mesa: remove MESA_FORMAT_RGBA4444
Brian Paul
2009-09-30
1
-58
/
+0
*
mesa: remove GLchan-based formats; use hw 8-bit/channel formats instead
Brian Paul
2009-09-30
1
-164
/
+0
*
mesa: move texel fetch/store into new texfetch.[ch] files
Brian Paul
2009-09-30
1
-0
/
+1
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-161
/
+161
*
mesa: move StoreTexImageFunc typedef to .c file
Brian Paul
2009-09-28
1
-1
/
+7
*
mesa: make individual texstore functions static
Brian Paul
2009-09-28
1
-29
/
+28
*
mesa: new _mesa_texstore() function
Brian Paul
2009-09-28
1
-74
/
+73
*
mesa: sort texstore_funcs[] array, remove search loop
Brian Paul
2009-09-27
1
-31
/
+42
*
mesa: use more mesa format functions
Brian Paul
2009-09-27
1
-19
/
+25
*
mesa: use new look-up table to get texel fetch/store funcs
Brian Paul
2009-09-27
1
-16
/
+6
*
mesa: minor clean-up in _mesa_texstore_srgb8()
Brian Paul
2009-09-27
1
-3
/
+1
*
mesa: use _mesa_get_texstore_func() to get texture image store func
Brian Paul
2009-09-27
1
-54
/
+82
*
mesa: move _mesa_get_texstore_func() to texstore.c
Brian Paul
2009-09-26
1
-0
/
+85
*
mesa: begin removing dependencies on gl_texture_format in texstore code
Brian Paul
2009-09-26
1
-97
/
+144
*
mesa/main: Make FEATURE_convolve follow feature conventions.
Chia-I Wu
2009-09-24
1
-2
/
+0
*
mesa: begin some texstore code refactoring
Brian Paul
2009-09-16
1
-28
/
+25
*
mesa: move generate mipmap calls
Brian Paul
2009-09-15
1
-40
/
+0
*
mesa: use _mesa_is_bufferobj()
Brian Paul
2009-08-12
1
-3
/
+3
*
mesa: Enable uploads of only depth to z24s8 textures
Jakob Bornecrantz
2009-06-12
1
-3
/
+36
*
mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new file
Brian Paul
2009-04-03
1
-322
/
+2
*
mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()
Brian Paul
2009-04-03
1
-3
/
+3
*
mesa: clamp colors to [0,1] for glGetTexImage() when format is GL_LUMINANCE
Brian Paul
2009-04-03
1
-4
/
+6
*
mesa: whitespace and comment clean-up
Brian Paul
2009-04-03
1
-11
/
+16
*
mesa: fix a glGetTexImage issue with base-converted texture formats
Roland Scheidegger
2009-03-28
1
-8
/
+8
*
mesa: add _rev signed rgba texture format
Roland Scheidegger
2009-03-28
1
-3
/
+28
*
mesa: add new signed rgba texture format
Roland Scheidegger
2009-03-28
1
-7
/
+120
*
mesa: add support for ATI_envmap_bumpmap
Roland Scheidegger
2009-03-12
1
-1
/
+90
*
fix _mesa_get_teximage for srgb textures
Roland Scheidegger
2009-02-09
1
-11
/
+52
*
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-22
1
-0
/
+107
|
\
|
*
Add RGBA4444 and RGBA5551 texture formats.
Thomas Hellstrom
2009-01-20
1
-0
/
+107
*
|
mesa: fixes for srgb, new srgb formats
Roland Scheidegger
2008-12-12
1
-19
/
+32
*
|
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-11-20
1
-1
/
+9
|
\
|
|
*
mesa: clamp luminance if needed.
Xiang, Haihao
2008-11-19
1
-1
/
+9
*
|
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-10-27
1
-14
/
+6
|
\
|
|
*
mesa: remove calls to _mesa_adjust_image_for_convolution(), use texImage fields
Brian Paul
2008-10-23
1
-14
/
+6
|
*
mesa: in textore.c, only adjust image for convolution if image is a color format
Brian Paul
2008-10-22
1
-2
/
+2
*
|
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-10-10
1
-40
/
+10
|
\
|
|
*
mesa: fix asst. issues in _mesa_texstore_argb8888()
Brian Paul
2008-10-10
1
-40
/
+10
*
|
Merge branch 'master' into gallium-0.2
Keith Whitwell
2008-09-21
1
-1
/
+2
|
\
|
|
*
mesa: fix some pixel transfer state tests for depth formats
Brian Paul
2008-09-21
1
-5
/
+9
|
*
mesa: Silence compiler warnings on Windows.
Michal Krol
2008-09-21
1
-1
/
+1
|
*
mesa: refactor: move #define FEATURE flags into new mfeatures.h file
Keith Whitwell
2008-09-21
1
-1
/
+16
*
|
Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...
Alan Hourihane
2008-09-11
1
-4
/
+3
|
\
|
|
*
mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24
Xiang, Haihao
2008-09-04
1
-2
/
+2
|
*
mesa: Support for MESA_FORMAT_S8_Z24 texture
Jakob Bornecrantz
2008-09-04
1
-0
/
+81
[next]