aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: completely rewrite state atomsMarek Olšák2016-07-301-1/+1
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-3/+3
* mesa: add numLevels, numSamples to Driver.TestProxyTexImage()Brian Paul2016-07-151-7/+12
* st/mesa: an incomplete texture may have a zero-size first imageNicolai Hähnle2016-07-011-0/+3
* st/mesa: invalidate readpixels cacheNicolai Hähnle2016-06-211-0/+3
* st/mesa: flush bitmap cache before texture functionsNicolai Hähnle2016-06-211-0/+9
* st/mesa: use base level size as "guess" when availableNicolai Hähnle2016-06-101-6/+27
* st/mesa: directly compute level=0 texture size in st_finalize_textureNicolai Hähnle2016-06-081-38/+48
* st/mesa: move shareable parts of PBO upload state and draw to st_pbo.cNicolai Hähnle2016-06-011-106/+3
* st/mesa: move PBO buffer address calculation to st_pbo.cNicolai Hähnle2016-06-011-120/+48
* st/mesa: move PBO upload fs creation to st_pbo.cNicolai Hähnle2016-06-011-77/+1
* st/mesa: rename pbo_upload to pboNicolai Hähnle2016-06-011-20/+20
* st/mesa: move PBO vertex and geometry shader creation to st_pbo.cNicolai Hähnle2016-06-011-89/+3
* st/mesa: begin moving PBO functions into their own fileNicolai Hähnle2016-06-011-53/+0
* st/mesa: use transfer_inline_write for memcpy TexSubImage pathMarek Olšák2016-05-101-4/+39
* st/mesa: fix blit-based GetTexImage for non-finalized texturesMarek Olšák2016-05-021-1/+2
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-3/+3
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-26/+26
* st/mesa: Replace GLvoid with voidJakob Sinclair2016-04-121-10/+10
* gallium: pause queries for all meta opsMarek Olšák2016-04-121-0/+1
* st/mesa: only minify height if target != 1D array in st_finalize_textureMarek Olšák2016-03-281-1/+6
* st/mesa: only minify depth for 3d targetsIlia Mirkin2016-03-201-1/+4
* st/format: Replace QuerySamplesForFormat by new QueryInternalFormat hookEduardo Lima Mitev2016-03-031-1/+1
* st/mesa: fix pbo uploadsIlia Mirkin2016-02-191-10/+18
* st/mesa: disable depth/stencil/alpha tests in PBO uploadNicolai Hähnle2016-02-181-0/+8
* st/mesa: use cso_set_viewport_dims() in try_pbo_upload_common()Brian Paul2016-02-171-12/+1
* st/mesa: use new CSO_BITS_ALL_SHADERSBrian Paul2016-02-161-6/+2
* st/mesa: simplify st->ctx, ctx->st usage in a various placesBrian Paul2016-02-161-1/+1
* st/mesa: used _mesa_num_tex_faces() in st_finalize_texture()Brian Paul2016-02-161-1/+1
* st/mesa: use cso_save/restore_state() in st_cb_texture.cBrian Paul2016-02-161-33/+22
* st/mesa: use 'cso' local var instead of st->cso_contextBrian Paul2016-02-161-48/+46
* st/mesa: check ureg_create() retval in create_pbo_upload_vs()Samuel Pitoiset2016-02-101-0/+2
* st/mesa: bail out of try_pbo_upload_common when constant upload failsNicolai Hähnle2016-02-051-0/+6
* st/mesa: bail out of try_pbo_upload_common when vertex upload failsNicolai Hähnle2016-02-051-1/+9
* st/mesa: reduce the scope of sampler_view in try_pbo_upload_commonNicolai Hähnle2016-02-051-3/+3
* st/mesa: do uploads earlier in try_pbo_upload_commonNicolai Hähnle2016-02-051-45/+44
* st/mesa: implement PBO upload for glCompressedTex(Sub)ImageNicolai Hähnle2016-02-031-0/+115
* st/mesa: redirect CompressedTexSubImage to our own implementationNicolai Hähnle2016-02-031-6/+18
* st/mesa: inline the implementation of _mesa_store_compressed_teximageNicolai Hähnle2016-02-031-1/+27
* st/mesa: implement PBO upload for multiple layersNicolai Hähnle2016-02-031-19/+140
* st/mesa: Accelerate PBO uploadsFredrik Höglund2016-02-031-9/+881
* st/mesa: use the correct address generation functions in st_TexSubImage blitNicolai Hähnle2016-02-031-5/+5
* st/mesa: restore the stObj's size if it was cleared outIlia Mirkin2016-01-181-0/+6
* st/mesa: check texture target in allocate_full_mipmap()Brian Paul2016-01-061-0/+14
* st/mesa: move mipmap allocation check logic into a functionBrian Paul2016-01-061-12/+42
* st/mesa: implement ARB_clear_textureIlia Mirkin2015-11-111-0/+29
* st/mesa: implement ARB_copy_imageMarek Olšák2015-10-281-51/+0
* mesa: rework Driver.CopyImageSubData() and related codeBrian Paul2015-09-241-5/+28
* mesa/formats: remove compressed formats from matching functionNanley Chery2015-08-251-3/+3
* st/mesa: add fake ARB_copy_image support in GalliumIlia Mirkin2015-08-191-0/+27