summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: support translating between uint and sint formatsErik Faye-Lund2019-04-171-0/+62
* gallium: add support for formatted image loadsRhys Perry2019-04-151-0/+1
* gallium/aux: Report error if loading of a pipe driver fails.Jan Vesely2019-04-101-0/+58
* gallium/u_vbuf: export u_vbuf_get_minmax_indexQiang Yu2019-04-112-4/+6
* Gallium: Add new CAP that indicated whether IO array definitions can be shrikedGert Wollny2019-04-101-0/+1
* gallium: Add PIPE_CAP_COMPUTE_SHADER_DERIVATIVESCaio Marcelo de Oliveira Filho2019-04-081-0/+3
* gallium/util: Add const to u_range_intersectKenneth Graunke2019-04-071-1/+2
* util: clean the 24-bit unused field to avoid an issuesAndrii Simiklit2019-04-051-3/+3
* gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák2019-04-041-3/+7
* gallium/u_dump: util_dump_sampler_view: Dump u.tex.first_levelGuido Günther2019-04-041-1/+1
* gallium: add PIPE_CAP_ESSL_FEATURE_LEVELRob Clark2019-03-221-0/+4
* gallium/util: remove pipe_sampler_view_release()Brian Paul2019-03-171-20/+0
* gallium: add pipe_grid_info::last_blockMarek Olšák2019-03-151-0/+3
* gallium/util: add some const qualifiers in u_bitmask.cBrian Paul2019-03-081-6/+10
* gallium/util: whitespace cleanups in u_bitmask.[ch]Brian Paul2019-03-082-84/+85
* gallium/u_tests: use a compute-only context to test GCN compute ringMarek Olšák2019-02-261-5/+3
* gallium/u_upload_mgr: allow use of FLUSH_EXPLICIT with persistent mappingsMarek Olšák2019-02-202-6/+31
* gallium/u_threaded: always unmap const_uploaderMarek Olšák2019-02-201-0/+1
* gallium/aux: add PIPE_CAP_MAX_VARYINGS to u_screenAlok Hota2019-02-131-0/+3
* gallium/u_threaded: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák2019-02-111-1/+2
* gallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability bit.Kenneth Graunke2019-02-051-0/+1
* gallium: wrap u_screen in extern "C" for c++Dylan Baker2019-01-301-0/+8
* Gallium: Add new CAPS to indicate whether a driver can switch SRGB writeGert Wollny2019-01-281-0/+2
* gallium: Make sure we return is_unorm/is_snorm for compressed formats.Eric Anholt2019-01-254-24/+36
* gallium: Fix comment about possible colorspaces.Eric Anholt2019-01-251-1/+1
* gallium: Add PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTSCaio Marcelo de Oliveira Filho2019-01-231-0/+3
* gallium/util: add util_format_snorm8_to_sint8 (from radeonsi)Marek Olšák2019-01-222-0/+43
* gallium: add SINT formats to have exact counterparts to SNORM formatsMarek Olšák2019-01-221-0/+4
* st/mesa: Optionally override RGB/RGBX dst alpha blend factorsKenneth Graunke2019-01-151-0/+1
* gallium: Add the ability to query a single pipeline statistics counterKenneth Graunke2019-01-151-0/+1
* st/mesa: don't leak pipe_surface if pipe_context is not currentMarek Olšák2019-01-091-0/+19
* gallium: add PIPE_CAP_TGSI_ATOMFADD to indicate supportIlia Mirkin2018-12-261-0/+1
* gallium/aux: add is_unorm() helperRob Clark2018-12-132-0/+24
* gallium: add missing PIPE_CAP_SURFACE_SAMPLE_COUNT default valueSamuel Pitoiset2018-12-071-0/+3
* gallium: Add new PIPE_CAP_SURFACE_SAMPLE_COUNTKristian H. Kristensen2018-12-061-2/+8
* gallium: Android build fixesKristian H. Kristensen2018-12-051-1/+1
* gallium: Remove unused variable in u_tests.Eric Anholt2018-11-271-1/+0
* util: promote u_memory to src/utilDylan Baker2018-11-276-106/+6
* st/mesa: pin driver threads to a fixed CCX when glthread is enabledMarek Olšák2018-11-202-56/+10
* gallium/u_tests: fix MSVC build by using old-style zero initializersMarek Olšák2018-11-201-3/+3
* gallium/u_tests: add a compute shader test that clears an imageMarek Olšák2018-11-201-0/+77
* Gallium: Add format PIPE_FORMAT_R8_SRGBGert Wollny2018-11-023-0/+9
* util: move u_cpu_detect to utilDylan Baker2018-10-302-694/+0
* util: Move u_debug to utilsDylan Baker2018-10-307-906/+4
* util: Move os_misc to utilDylan Baker2018-10-301-1/+1
* gallium/util: remove u_inlines.h from u_debug.cDylan Baker2018-10-301-1/+0
* gallium/util: remove p_format.h from u_debug.hDylan Baker2018-10-301-1/+0
* gallium/util: move memory debug declarations into u_debug_galliumDylan Baker2018-10-304-8/+7
* gallium/util: move debug_print_tranfer_flags to u_debug_galilumDylan Baker2018-10-304-21/+16
* gallium/util: move debug_print_bind_flags to u_debug_galliumDylan Baker2018-10-304-37/+36