summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/mesa: also move yoffset to zoffset for 1d array texturesIlia Mirkin2015-08-171-0/+2
* mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage()Brian Paul2015-07-211-1/+1
* mesa: replace Driver.GetTexImage with GetTexSubImage()Brian Paul2015-07-211-13/+20
* st/mesa: add ARB_texture_stencil8 support (v4)Dave Airlie2015-04-231-1/+1
* state_tracker: replace __FUNCTION__ with __func__Marius Predut2015-04-141-9/+9
* st/mesa: convert sub image for cube map arrays to 2d arrays for uploadDave Airlie2015-04-141-0/+5
* mesa/st: remove unused TexDataDave Airlie2015-03-091-21/+0
* st/mesa: include stdio.h where neededBrian Paul2015-03-051-0/+1
* st/mesa: pass etc2 textures to driver if supportedIlia Mirkin2015-02-191-2/+2
* mesa: rename RGBA8888_* format constants to something appropriate.Iago Toral Quiroga2015-01-141-2/+2
* st/mesa: Use _mesa_format_convert to implement st_GetTexImage.Iago Toral Quiroga2015-01-121-4/+13
* main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.Laura Ekstrand2015-01-081-1/+1
* main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.Laura Ekstrand2015-01-081-5/+5
* st/mesa: use new _mesa_base_tex_image() helperBrian Paul2015-01-051-2/+2
* st/mesa: use pipe_sampler_view_release for releasing sampler viewsMarek Olšák2014-10-161-6/+7
* mesa/st: add ARB_texture_view supportIlia Mirkin2014-09-121-8/+54
* mesa/st: add BPTC formats, expose ARB_texture_compression_bptcIlia Mirkin2014-08-121-1/+7
* st/mesa: convert the ETC1 format to an uncompressed one if unsupportedMarek Olšák2014-08-111-9/+22