aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTEDCaio Marcelo de Oliveira Filho2019-06-111-0/+1
* gallium/u_transfer_helper: Free the staging buffer on unmap.Kenneth Graunke2019-06-091-0/+1
* u_blitter: don't fail mipmap generation for depth formats containing stencilMarek Olšák2019-06-031-1/+2
* gallium: Add PIPE_CAP_FBFETCH_COHERENT and expose extensionsKenneth Graunke2019-05-231-0/+1
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-232-2/+2
* gallium: enable dmabuf on BSD as wellGreg V2019-05-221-1/+1
* gallium: Add default check for PIPE_CAP_FRAGMENT_SHADER_INTERLOCKAlyssa Rosenzweig2019-05-141-0/+1
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-1/+1
* gallium: Add helper to convert PIPE blending to shader_enum styleAlyssa Rosenzweig2019-05-101-0/+92
* gallium/util: fix two MSVC compiler warningsBrian Paul2019-05-082-3/+3
* st/dri: decrease input lag by syncing sooner in SwapBuffersMarek Olšák2019-05-021-1/+1
* delete autotools .gitignore filesEric Engestrom2019-04-291-2/+0
* gallium/u_vbuf: support NULL-resourcesErik Faye-Lund2019-04-291-0/+3
* util/u_log: flush auto loggers before starting a new pageNicolai Hähnle2019-04-251-0/+4
* util: fix a compile failure in u_compute.c on windowsMarek Olšák2019-04-241-1/+1
* va: use a compute shader for the blitJiang, Sonny2019-04-242-0/+211
* gallium: add PIPE_CAP_PREFER_COMPUTE_BLIT_FOR_MULTIMEDIAMarek Olšák2019-04-241-0/+1
* gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all driversMarek Olšák2019-04-241-1/+3
* gallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUFMarek Olšák2019-04-231-0/+7
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-231-0/+1
* gallium: add pipe cap for inner_coverage conservative raster modeMike Blumenkrantz2019-04-231-0/+1
* gallium: add ATC format supportJonathan Marek2019-04-234-3/+13
* 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