summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)AuthorFilesLines
2019-06-03u_blitter: don't fail mipmap generation for depth formats containing stencilMarek Olšák1-1/+2
2019-05-23gallium: Add PIPE_CAP_FBFETCH_COHERENT and expose extensionsKenneth Graunke1-0/+1
2019-05-23gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2-2/+2
2019-05-22gallium: enable dmabuf on BSD as wellGreg V1-1/+1
2019-05-14gallium: Add default check for PIPE_CAP_FRAGMENT_SHADER_INTERLOCKAlyssa Rosenzweig1-0/+1
2019-05-13gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt1-1/+1
2019-05-10gallium: Add helper to convert PIPE blending to shader_enum styleAlyssa Rosenzweig1-0/+92
2019-05-08gallium/util: fix two MSVC compiler warningsBrian Paul2-3/+3
2019-05-02st/dri: decrease input lag by syncing sooner in SwapBuffersMarek Olšák1-1/+1
2019-04-29delete autotools .gitignore filesEric Engestrom1-2/+0
2019-04-29gallium/u_vbuf: support NULL-resourcesErik Faye-Lund1-0/+3
2019-04-25util/u_log: flush auto loggers before starting a new pageNicolai Hähnle1-0/+4
2019-04-24util: fix a compile failure in u_compute.c on windowsMarek Olšák1-1/+1
2019-04-24va: use a compute shader for the blitJiang, Sonny2-0/+211
2019-04-24gallium: add PIPE_CAP_PREFER_COMPUTE_BLIT_FOR_MULTIMEDIAMarek Olšák1-0/+1
2019-04-24gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all driversMarek Olšák1-1/+3
2019-04-23gallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUFMarek Olšák1-0/+7
2019-04-23gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák1-0/+1
2019-04-23gallium: add pipe cap for inner_coverage conservative raster modeMike Blumenkrantz1-0/+1
2019-04-23gallium: add ATC format supportJonathan Marek4-3/+13
2019-04-17gallium/util: support translating between uint and sint formatsErik Faye-Lund1-0/+62
2019-04-15gallium: add support for formatted image loadsRhys Perry1-0/+1
2019-04-10gallium/aux: Report error if loading of a pipe driver fails.Jan Vesely1-0/+58
2019-04-11gallium/u_vbuf: export u_vbuf_get_minmax_indexQiang Yu2-4/+6
2019-04-10Gallium: Add new CAP that indicated whether IO array definitions can be shrikedGert Wollny1-0/+1
2019-04-08gallium: Add PIPE_CAP_COMPUTE_SHADER_DERIVATIVESCaio Marcelo de Oliveira Filho1-0/+3
2019-04-07gallium/util: Add const to u_range_intersectKenneth Graunke1-1/+2
2019-04-05util: clean the 24-bit unused field to avoid an issuesAndrii Simiklit1-3/+3
2019-04-04gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák1-3/+7
2019-04-04gallium/u_dump: util_dump_sampler_view: Dump u.tex.first_levelGuido Günther1-1/+1
2019-03-22gallium: add PIPE_CAP_ESSL_FEATURE_LEVELRob Clark1-0/+4
2019-03-17gallium/util: remove pipe_sampler_view_release()Brian Paul1-20/+0
2019-03-15gallium: add pipe_grid_info::last_blockMarek Olšák1-0/+3
2019-03-08gallium/util: add some const qualifiers in u_bitmask.cBrian Paul1-6/+10
2019-03-08gallium/util: whitespace cleanups in u_bitmask.[ch]Brian Paul2-84/+85
2019-02-26gallium/u_tests: use a compute-only context to test GCN compute ringMarek Olšák1-5/+3
2019-02-20gallium/u_upload_mgr: allow use of FLUSH_EXPLICIT with persistent mappingsMarek Olšák2-6/+31
2019-02-20gallium/u_threaded: always unmap const_uploaderMarek Olšák1-0/+1
2019-02-13gallium/aux: add PIPE_CAP_MAX_VARYINGS to u_screenAlok Hota1-0/+3
2019-02-11gallium/u_threaded: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák1-1/+2
2019-02-05gallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability bit.Kenneth Graunke1-0/+1
2019-01-30gallium: wrap u_screen in extern "C" for c++Dylan Baker1-0/+8
2019-01-28Gallium: Add new CAPS to indicate whether a driver can switch SRGB writeGert Wollny1-0/+2
2019-01-25gallium: Make sure we return is_unorm/is_snorm for compressed formats.Eric Anholt4-24/+36
2019-01-25gallium: Fix comment about possible colorspaces.Eric Anholt1-1/+1
2019-01-23gallium: Add PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTSCaio Marcelo de Oliveira Filho1-0/+3
2019-01-22gallium/util: add util_format_snorm8_to_sint8 (from radeonsi)Marek Olšák2-0/+43
2019-01-22gallium: add SINT formats to have exact counterparts to SNORM formatsMarek Olšák1-0/+4
2019-01-15st/mesa: Optionally override RGB/RGBX dst alpha blend factorsKenneth Graunke1-0/+1
2019-01-15gallium: Add the ability to query a single pipeline statistics counterKenneth Graunke1-0/+1