index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: completely rewrite state atoms
Marek Olšák
2016-07-30
1
-1
/
+1
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-3
/
+3
*
mesa: add numLevels, numSamples to Driver.TestProxyTexImage()
Brian Paul
2016-07-15
1
-7
/
+12
*
st/mesa: an incomplete texture may have a zero-size first image
Nicolai Hähnle
2016-07-01
1
-0
/
+3
*
st/mesa: invalidate readpixels cache
Nicolai Hähnle
2016-06-21
1
-0
/
+3
*
st/mesa: flush bitmap cache before texture functions
Nicolai Hähnle
2016-06-21
1
-0
/
+9
*
st/mesa: use base level size as "guess" when available
Nicolai Hähnle
2016-06-10
1
-6
/
+27
*
st/mesa: directly compute level=0 texture size in st_finalize_texture
Nicolai Hähnle
2016-06-08
1
-38
/
+48
*
st/mesa: move shareable parts of PBO upload state and draw to st_pbo.c
Nicolai Hähnle
2016-06-01
1
-106
/
+3
*
st/mesa: move PBO buffer address calculation to st_pbo.c
Nicolai Hähnle
2016-06-01
1
-120
/
+48
*
st/mesa: move PBO upload fs creation to st_pbo.c
Nicolai Hähnle
2016-06-01
1
-77
/
+1
*
st/mesa: rename pbo_upload to pbo
Nicolai Hähnle
2016-06-01
1
-20
/
+20
*
st/mesa: move PBO vertex and geometry shader creation to st_pbo.c
Nicolai Hähnle
2016-06-01
1
-89
/
+3
*
st/mesa: begin moving PBO functions into their own file
Nicolai Hähnle
2016-06-01
1
-53
/
+0
*
st/mesa: use transfer_inline_write for memcpy TexSubImage path
Marek Olšák
2016-05-10
1
-4
/
+39
*
st/mesa: fix blit-based GetTexImage for non-finalized textures
Marek Olšák
2016-05-02
1
-1
/
+2
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-3
/
+3
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-26
/
+26
*
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
[next]