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
/
texgetimage.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: Finally, convert RGBA glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-6
/
+38
*
mesa: Convert depth glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-7
/
+12
*
mesa: Convert depth/stencil glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-5
/
+13
*
mesa: Switch ycbcr glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-5
/
+12
*
mesa: Switch memcpy fast-path of glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-9
/
+15
*
mesa: Update comments/assertions about buffer mapping for glGetTexImage().
Brian Paul
2011-09-27
1
-4
/
+3
*
mesa: Convert GetCompressedTexImage to using MapTextureImage().
Brian Paul
2011-09-27
1
-7
/
+14
*
mesa: remove unneeded #include of texfetch.h
Brian Paul
2011-09-08
1
-1
/
+0
*
mesa: use _mesa_unpack_float_z_row in get_tex_depth()
Brian Paul
2011-09-08
1
-5
/
+7
*
mesa: handle compressed images in get_tex_rgba()
Brian Paul
2011-09-08
1
-58
/
+106
*
mesa: Remove all mention of GL_COLOR_INDEX*_EXT
Ian Romanick
2011-09-06
1
-6
/
+2
*
mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...
Ian Romanick
2011-09-06
1
-62
/
+3
*
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-2
/
+4
*
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
2011-08-23
1
-4
/
+2
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
1
-4
/
+2
*
mesa: move invariant code out of loop in get_tex_rgba()
Brian Paul
2011-06-13
1
-14
/
+14
*
mesa: fix glGetTexImage for cases when srgb decode is skipped
Mike Kaplinskiy
2011-05-24
1
-101
/
+19
*
mesa: handle some srgb cases in the fast path in _mesa_get_teximage
Roland Scheidegger
2011-05-20
1
-4
/
+7
*
Squashed commit of the following:
Brian Paul
2011-04-26
1
-28
/
+56
*
Use row stride instead of width when getting colour index texels.
Michel Dänzer
2011-03-30
1
-2
/
+3
*
Use proper source row stride when getting depth/stencil texels.
Michel Dänzer
2011-03-30
1
-1
/
+2
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-0
/
+1
*
mesa: 80-column wrap
Brian Paul
2011-02-16
1
-2
/
+2
*
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
*
mesa: implement new texture format L16
Marek Olšák
2010-12-23
1
-0
/
+5
*
mesa: implement new texture format A16
Marek Olšák
2010-12-23
1
-0
/
+5
*
mesa: replace large/MAX_WIDTH stack allocations with heap allocations
Brian Paul
2010-12-02
1
-3
/
+24
*
mesa: split up the image.c file
Brian Paul
2010-10-23
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-12
/
+12
*
mesa: Remove _mesa_pow(), which is always just pow().
Eric Anholt
2010-05-13
1
-1
/
+1
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-3
/
+3
*
mesa: Fix compiler warnings
Karl Schultz
2010-02-13
1
-2
/
+2
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-2
/
+0
|
\
|
*
mesa: Remove unnecessary headers from texgetimage.c.
Vinson Lee
2010-01-18
1
-2
/
+0
*
|
Merge branch 'master' into opengl-es-v2
Chia-I Wu
2010-01-12
1
-7
/
+24
|
\
\
|
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
1
-1
/
+1
|
|
\
|
|
|
*
mesa: Initialize variable in get_tex_color_index.
Vinson Lee
2009-12-29
1
-1
/
+1
|
|
*
mesa: Avoid void pointer arithmetic.
José Fonseca
2009-11-27
1
-1
/
+2
|
*
|
mesa: Fix pointer arithmetic.
Michal Krol
2009-11-24
1
-1
/
+3
|
|
/
|
*
mesa: handle different RowStride in _mesa_get_compressed_teximage
Roland Scheidegger
2009-11-21
1
-6
/
+21
*
|
mesa/main: linear_to_nonlinear is not always available.
Chia-I Wu
2009-11-06
1
-24
/
+38
|
/
*
mesa: use _mesa_get_current_tex_object()
Brian Paul
2009-11-02
1
-13
/
+4
*
mesa: fix inverted buffer object test
Brian Paul
2009-10-30
1
-1
/
+1
*
mesa: lift memcpy_get_tex_image() code from intel driver into core Mesa
Brian Paul
2009-10-29
1
-1
/
+83
*
mesa: refactor _mesa_get_teximage() code
Brian Paul
2009-10-29
1
-158
/
+302
*
mesa: consolidate some code in _mesa_GetCompressedTexImageARB()
Brian Paul
2009-10-29
1
-6
/
+2
*
mesa: move pixels==NULL check in glGetTexImage()
Brian Paul
2009-10-29
1
-9
/
+10
*
mesa: consolidate some code in _mesa_GetTexImage()
Brian Paul
2009-10-29
1
-6
/
+2
*
mesa: remove unneedded is_srgb_teximage() function
Brian Paul
2009-10-29
1
-24
/
+2
[prev]
[next]