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
*
mesa: remove dd_function_table::GetCompressedTexSubImage and clean it up
Marek Olšák
2018-01-06
1
-1
/
+0
*
st/mesa: guard sampler views changes with a mutex
Nicolai Hähnle
2017-11-09
1
-0
/
+12
*
st/mesa: re-arrange st_finalize_texture
Nicolai Hähnle
2017-11-09
1
-8
/
+8
*
st/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT for samplers used with tex...
Nicolai Hähnle
2017-10-11
1
-1
/
+3
*
st/mesa: fix import of EGL images with non-zero level or layer
Nicolai Hähnle
2017-10-10
1
-0
/
+2
*
st/mesa: fix switching from surface-based to non-surface-based textures
Nicolai Hähnle
2017-10-10
1
-1
/
+2
*
st/mesa: only try to create 1x msaa surfaces for "fake" msaa drivers
Brian Paul
2017-08-31
1
-3
/
+8
*
mesa/st: implement memory objects as a backend for texture storage
Dave Airlie
2017-08-06
1
-11
/
+105
*
mesa/st: factor out st_AllocTextureStorage into a helper
Andres Rodriguez
2017-08-06
1
-7
/
+19
*
st/mesa: fix handling of NumSamples=1 (v2)
Brian Paul
2017-08-03
1
-1
/
+4
*
st/mesa: also clamp and quantize per-unit lod bias
Marek Olšák
2017-07-26
1
-1
/
+1
*
mesa/st: fix unused variable warnings
Timothy Arceri
2017-07-26
1
-1
/
+1
*
st/mesa: use proper resource target type in st_AllocTextureStorage()
Brian Paul
2017-07-22
1
-1
/
+4
*
st/mesa: find proper mipmap level in st_ClearTexSubImage()
Brian Paul
2017-07-06
1
-4
/
+56
*
st/mesa: check for incomplete texture in st_finalize_texture()
Brian Paul
2017-06-30
1
-0
/
+12
*
st/mesa: add an entirely separate codepath for setting up buffer views
Marek Olšák
2017-06-22
1
-19
/
+3
*
st/mesa: don't invoke st_finalize_texture & st_convert_sampler for TBOs
Marek Olšák
2017-06-22
1
-4
/
+6
*
st/mesa: implement ARB_bindless_texture
Samuel Pitoiset
2017-06-14
1
-0
/
+84
*
st/mesa: skip texture validation logic when nothing has changed
Timothy Arceri
2017-06-13
1
-0
/
+28
*
gallium: decrease the size of pipe_resource - 64 -> 48 bytes
Marek Olšák
2017-04-04
1
-5
/
+10
*
st: Add cubeMapFace parameter to st_finalize_texture.
Michal Srb
2017-04-01
1
-2
/
+3
*
st/mesa: reset sample_mask, min_sample, and render_condition for PBO ops
Marek Olšák
2017-02-25
1
-0
/
+6
*
st/mesa: swap bytes in the fallback format translation path of GetTexImage
Nicolai Hähnle
2016-11-16
1
-0
/
+6
*
st/mesa: simplify and fix st_GetTexSubImage
Nicolai Hähnle
2016-11-16
1
-49
/
+24
*
st/mesa: fix SINT <-> UINT conversion during PBO upload / download
Nicolai Hähnle
2016-11-16
1
-1
/
+1
*
st/mesa: change st_pbo_create_upload_fs to st_pbo_get_upload_fs
Nicolai Hähnle
2016-11-16
1
-7
/
+5
*
mesa: remove 'params' parameter from ctx->Driver.TexParameter()
Brian Paul
2016-10-13
1
-2
/
+1
*
st/mesa: move all sampler view code into new st_sampler_view.[ch] files
Brian Paul
2016-10-06
1
-0
/
+1
*
st/mesa: optimize pipe_sampler_view validation
Brian Paul
2016-10-06
1
-0
/
+52
*
gallium: remove PIPE_BIND_TRANSFER_READ/WRITE
Marek Olšák
2016-09-08
1
-3
/
+3
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-2
/
+3
*
st/mesa: provide GL_OES_copy_image support by caching the original ETC data
Ilia Mirkin
2016-08-12
1
-24
/
+53
*
st/mesa: refactor duplicated etc fallback checks
Ilia Mirkin
2016-08-12
1
-6
/
+9
*
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
[next]