index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
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
*
st/mesa: Replace GLvoid with void
Jakob Sinclair
2016-04-12
1
-10
/
+10
*
gallium: pause queries for all meta ops
Marek Olšák
2016-04-12
1
-0
/
+1
*
st/mesa: only minify height if target != 1D array in st_finalize_texture
Marek Olšák
2016-03-28
1
-1
/
+6
*
st/mesa: only minify depth for 3d targets
Ilia Mirkin
2016-03-20
1
-1
/
+4
*
st/format: Replace QuerySamplesForFormat by new QueryInternalFormat hook
Eduardo Lima Mitev
2016-03-03
1
-1
/
+1
*
st/mesa: fix pbo uploads
Ilia Mirkin
2016-02-19
1
-10
/
+18
*
st/mesa: disable depth/stencil/alpha tests in PBO upload
Nicolai Hähnle
2016-02-18
1
-0
/
+8
*
st/mesa: use cso_set_viewport_dims() in try_pbo_upload_common()
Brian Paul
2016-02-17
1
-12
/
+1
*
st/mesa: use new CSO_BITS_ALL_SHADERS
Brian Paul
2016-02-16
1
-6
/
+2
*
st/mesa: simplify st->ctx, ctx->st usage in a various places
Brian Paul
2016-02-16
1
-1
/
+1
*
st/mesa: used _mesa_num_tex_faces() in st_finalize_texture()
Brian Paul
2016-02-16
1
-1
/
+1
*
st/mesa: use cso_save/restore_state() in st_cb_texture.c
Brian Paul
2016-02-16
1
-33
/
+22
*
st/mesa: use 'cso' local var instead of st->cso_context
Brian Paul
2016-02-16
1
-48
/
+46
*
st/mesa: check ureg_create() retval in create_pbo_upload_vs()
Samuel Pitoiset
2016-02-10
1
-0
/
+2
*
st/mesa: bail out of try_pbo_upload_common when constant upload fails
Nicolai Hähnle
2016-02-05
1
-0
/
+6
*
st/mesa: bail out of try_pbo_upload_common when vertex upload fails
Nicolai Hähnle
2016-02-05
1
-1
/
+9
*
st/mesa: reduce the scope of sampler_view in try_pbo_upload_common
Nicolai Hähnle
2016-02-05
1
-3
/
+3
*
st/mesa: do uploads earlier in try_pbo_upload_common
Nicolai Hähnle
2016-02-05
1
-45
/
+44
*
st/mesa: implement PBO upload for glCompressedTex(Sub)Image
Nicolai Hähnle
2016-02-03
1
-0
/
+115
*
st/mesa: redirect CompressedTexSubImage to our own implementation
Nicolai Hähnle
2016-02-03
1
-6
/
+18
*
st/mesa: inline the implementation of _mesa_store_compressed_teximage
Nicolai Hähnle
2016-02-03
1
-1
/
+27
*
st/mesa: implement PBO upload for multiple layers
Nicolai Hähnle
2016-02-03
1
-19
/
+140
*
st/mesa: Accelerate PBO uploads
Fredrik Höglund
2016-02-03
1
-9
/
+881
*
st/mesa: use the correct address generation functions in st_TexSubImage blit
Nicolai Hähnle
2016-02-03
1
-5
/
+5
*
st/mesa: restore the stObj's size if it was cleared out
Ilia Mirkin
2016-01-18
1
-0
/
+6
*
st/mesa: check texture target in allocate_full_mipmap()
Brian Paul
2016-01-06
1
-0
/
+14
*
st/mesa: move mipmap allocation check logic into a function
Brian Paul
2016-01-06
1
-12
/
+42
*
st/mesa: implement ARB_clear_texture
Ilia Mirkin
2015-11-11
1
-0
/
+29
*
st/mesa: implement ARB_copy_image
Marek Olšák
2015-10-28
1
-51
/
+0
*
mesa: rework Driver.CopyImageSubData() and related code
Brian Paul
2015-09-24
1
-5
/
+28
*
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
[next]