summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_texture.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-22st/mesa: use proper resource target type in st_AllocTextureStorage()Brian Paul1-1/+4
2017-07-06st/mesa: find proper mipmap level in st_ClearTexSubImage()Brian Paul1-4/+56
2017-06-30st/mesa: check for incomplete texture in st_finalize_texture()Brian Paul1-0/+12
2017-06-22st/mesa: add an entirely separate codepath for setting up buffer viewsMarek Olšák1-19/+3
2017-06-22st/mesa: don't invoke st_finalize_texture & st_convert_sampler for TBOsMarek Olšák1-4/+6
2017-06-14st/mesa: implement ARB_bindless_textureSamuel Pitoiset1-0/+84
2017-06-13st/mesa: skip texture validation logic when nothing has changedTimothy Arceri1-0/+28
2017-04-04gallium: decrease the size of pipe_resource - 64 -> 48 bytesMarek Olšák1-5/+10
2017-04-01st: Add cubeMapFace parameter to st_finalize_texture.Michal Srb1-2/+3
2017-02-25st/mesa: reset sample_mask, min_sample, and render_condition for PBO opsMarek Olšák1-0/+6
2016-11-16st/mesa: swap bytes in the fallback format translation path of GetTexImageNicolai Hähnle1-0/+6
2016-11-16st/mesa: simplify and fix st_GetTexSubImageNicolai Hähnle1-49/+24
2016-11-16st/mesa: fix SINT <-> UINT conversion during PBO upload / downloadNicolai Hähnle1-1/+1
2016-11-16st/mesa: change st_pbo_create_upload_fs to st_pbo_get_upload_fsNicolai Hähnle1-7/+5
2016-10-13mesa: remove 'params' parameter from ctx->Driver.TexParameter()Brian Paul1-2/+1
2016-10-06st/mesa: move all sampler view code into new st_sampler_view.[ch] filesBrian Paul1-0/+1
2016-10-06st/mesa: optimize pipe_sampler_view validationBrian Paul1-0/+52
2016-09-08gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák1-3/+3
2016-08-17gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák1-2/+3
2016-08-12st/mesa: provide GL_OES_copy_image support by caching the original ETC dataIlia Mirkin1-24/+53
2016-08-12st/mesa: refactor duplicated etc fallback checksIlia Mirkin1-6/+9
2016-07-30st/mesa: completely rewrite state atomsMarek Olšák1-1/+1
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák1-3/+3
2016-07-15mesa: add numLevels, numSamples to Driver.TestProxyTexImage()Brian Paul1-7/+12
2016-07-01st/mesa: an incomplete texture may have a zero-size first imageNicolai Hähnle1-0/+3
2016-06-21st/mesa: invalidate readpixels cacheNicolai Hähnle1-0/+3
2016-06-21st/mesa: flush bitmap cache before texture functionsNicolai Hähnle1-0/+9
2016-06-10st/mesa: use base level size as "guess" when availableNicolai Hähnle1-6/+27
2016-06-08st/mesa: directly compute level=0 texture size in st_finalize_textureNicolai Hähnle1-38/+48
2016-06-01st/mesa: move shareable parts of PBO upload state and draw to st_pbo.cNicolai Hähnle1-106/+3
2016-06-01st/mesa: move PBO buffer address calculation to st_pbo.cNicolai Hähnle1-120/+48
2016-06-01st/mesa: move PBO upload fs creation to st_pbo.cNicolai Hähnle1-77/+1
2016-06-01st/mesa: rename pbo_upload to pboNicolai Hähnle1-20/+20
2016-06-01st/mesa: move PBO vertex and geometry shader creation to st_pbo.cNicolai Hähnle1-89/+3
2016-06-01st/mesa: begin moving PBO functions into their own fileNicolai Hähnle1-53/+0
2016-05-10st/mesa: use transfer_inline_write for memcpy TexSubImage pathMarek Olšák1-4/+39
2016-05-02st/mesa: fix blit-based GetTexImage for non-finalized texturesMarek Olšák1-1/+2
2016-04-22gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák1-3/+3
2016-04-22gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák1-26/+26
2016-04-12st/mesa: Replace GLvoid with voidJakob Sinclair1-10/+10
2016-04-12gallium: pause queries for all meta opsMarek Olšák1-0/+1
2016-03-28st/mesa: only minify height if target != 1D array in st_finalize_textureMarek Olšák1-1/+6
2016-03-20st/mesa: only minify depth for 3d targetsIlia Mirkin1-1/+4
2016-03-03st/format: Replace QuerySamplesForFormat by new QueryInternalFormat hookEduardo Lima Mitev1-1/+1
2016-02-19st/mesa: fix pbo uploadsIlia Mirkin1-10/+18
2016-02-18st/mesa: disable depth/stencil/alpha tests in PBO uploadNicolai Hähnle1-0/+8
2016-02-17st/mesa: use cso_set_viewport_dims() in try_pbo_upload_common()Brian Paul1-12/+1
2016-02-16st/mesa: use new CSO_BITS_ALL_SHADERSBrian Paul1-6/+2
2016-02-16st/mesa: simplify st->ctx, ctx->st usage in a various placesBrian Paul1-1/+1
2016-02-16st/mesa: used _mesa_num_tex_faces() in st_finalize_texture()Brian Paul1-1/+1