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
/
state_tracker
/
st_cb_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/formats: remove compressed formats from matching function
Nanley Chery
2015-08-25
1
-3
/
+3
*
st/mesa: add fake ARB_copy_image support in Gallium
Ilia Mirkin
2015-08-19
1
-0
/
+27
*
st/mesa: also move yoffset to zoffset for 1d array textures
Ilia Mirkin
2015-08-17
1
-0
/
+2
*
mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage()
Brian Paul
2015-07-21
1
-1
/
+1
*
mesa: replace Driver.GetTexImage with GetTexSubImage()
Brian Paul
2015-07-21
1
-13
/
+20
*
st/mesa: add ARB_texture_stencil8 support (v4)
Dave Airlie
2015-04-23
1
-1
/
+1
*
state_tracker: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-9
/
+9
*
st/mesa: convert sub image for cube map arrays to 2d arrays for upload
Dave Airlie
2015-04-14
1
-0
/
+5
*
mesa/st: remove unused TexData
Dave Airlie
2015-03-09
1
-21
/
+0
*
st/mesa: include stdio.h where needed
Brian Paul
2015-03-05
1
-0
/
+1
*
st/mesa: pass etc2 textures to driver if supported
Ilia Mirkin
2015-02-19
1
-2
/
+2
*
mesa: rename RGBA8888_* format constants to something appropriate.
Iago Toral Quiroga
2015-01-14
1
-2
/
+2
*
st/mesa: Use _mesa_format_convert to implement st_GetTexImage.
Iago Toral Quiroga
2015-01-12
1
-4
/
+13
*
main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.
Laura Ekstrand
2015-01-08
1
-1
/
+1
*
main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.
Laura Ekstrand
2015-01-08
1
-5
/
+5
*
st/mesa: use new _mesa_base_tex_image() helper
Brian Paul
2015-01-05
1
-2
/
+2
*
st/mesa: use pipe_sampler_view_release for releasing sampler views
Marek Olšák
2014-10-16
1
-6
/
+7
*
mesa/st: add ARB_texture_view support
Ilia Mirkin
2014-09-12
1
-8
/
+54
*
mesa/st: add BPTC formats, expose ARB_texture_compression_bptc
Ilia Mirkin
2014-08-12
1
-1
/
+7
*
st/mesa: convert the ETC1 format to an uncompressed one if unsupported
Marek Olšák
2014-08-11
1
-9
/
+22
*
st/mesa: add st_context parameter to st_mesa_format_to_pipe_format
Marek Olšák
2014-08-11
1
-9
/
+10
*
st/mesa: add support for ETC2 formats
Marek Olšák
2014-08-11
1
-2
/
+52
*
st/mesa: fix blit-based partial TexSubImage for 1D arrays
Marek Olšák
2014-08-09
1
-0
/
+2
*
mesa/st: leave current query enabled during glBlitFramebuffer
Ilia Mirkin
2014-05-11
1
-0
/
+2
*
st/mesa: properly implement MapTextureImage with multiple mapped slices (v2)
Marek Olšák
2014-04-10
1
-11
/
+17
*
st/mesa: fix sampler_view REALLOC/FREE macro mix-up
Brian Paul
2014-04-10
1
-1
/
+1
*
st/mesa: improve sampler view handling
Christian König
2014-04-04
1
-11
/
+9
*
st/mesa: avoid sw fallback for getting/decompressing textures
Brian Paul
2014-02-07
1
-1
/
+3
*
st/mesa: fix crash when a shader uses a TBO and it's not bound
Marek Olšák
2014-02-06
1
-0
/
+6
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-4
/
+4
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
mesa: modified _mesa_align_free() to accept NULL pointer
Siavash Eliasi
2013-12-04
1
-4
/
+2
*
st/mesa: add support for layered framebuffers and consolidate code
Marek Olšák
2013-12-03
1
-2
/
+2
*
mesa: default DEPTH_TEXTURE_MODE should be RED in the core profile
Marek Olšák
2013-07-30
1
-1
/
+1
*
st/mesa: add casts to silence MSVC warnings
Brian Paul
2013-06-26
1
-3
/
+3
*
mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().
Eric Anholt
2013-06-17
1
-36
/
+7
*
st/mesa: handle texture_from_pixmap and other surface-based textures correctly
Marek Olšák
2013-05-15
1
-1
/
+6
*
st/mesa: add support for ARB_texture_multisample (v3)
Dave Airlie
2013-04-11
1
-6
/
+35
*
st/mesa: remove #include mfeatures.h
Brian Paul
2013-04-09
1
-1
/
+0
*
st/mesa: fix levels in initial texture creation
Dave Airlie
2013-04-08
1
-1
/
+1
*
st/mesa: fix crash with blit-based GetTexImage
Marek Olšák
2013-03-26
1
-1
/
+1
*
gallium,st/mesa: don't use blit-based transfers with software rasterizers
Marek Olšák
2013-03-23
1
-0
/
+8
*
st/mesa: implement blit-based ReadPixels
Marek Olšák
2013-03-23
1
-6
/
+6
*
st/mesa: remove what is left from u_blit
Marek Olšák
2013-02-18
1
-1
/
+0
*
st/mesa: simplify and improve CopyTexSubImage
Marek Olšák
2013-02-18
1
-244
/
+74
*
st/mesa: don't do sRGB conversion in CopyTexSubImage
Marek Olšák
2013-02-18
1
-2
/
+2
*
st/mesa: implement blit-based TexImage and TexSubImage
Marek Olšák
2013-02-18
1
-2
/
+216
*
st/mesa: fix blit-based GetTexImage for 1D array textures
Marek Olšák
2013-02-18
1
-19
/
+52
*
st/mesa: fix blit-based GetTexImage for depth/stencil formats
Marek Olšák
2013-02-18
1
-1
/
+1
*
st/mesa: factor out code for determining blit.mask from CopyTexSubImage
Marek Olšák
2013-02-18
1
-42
/
+66
[next]