summaryrefslogtreecommitdiff
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add PIPE_CAP_TEXTURE_SHADOW_LODSagar Ghuge2019-07-301-0/+1
* gallium: add PIPE_CAP_GRAPHICSMarek Olšák2019-07-291-0/+1
* gallium: remove boolean from state tracker APIsIlia Mirkin2019-07-223-44/+42
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-224-44/+44
* gallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVALAndreas Baierl2019-07-181-0/+1
* gallium: use MAP_DIRECTLY to mean supression of DISCARD in buffer_subdataMarek Olšák2019-07-151-0/+2
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-1/+0
* gallium: give vertex-shader saturate its own capErik Faye-Lund2019-07-101-0/+1
* gallium: give fragment-shader derivatives its own capErik Faye-Lund2019-07-101-0/+1
* gallium: give fragment-shader texture-lod its own capErik Faye-Lund2019-07-101-0/+1
* gallium: Add CAP for opcode DIVGert Wollny2019-06-301-0/+1
* gallium: add z24s8_as_r8g8b8a8 formatRob Clark2019-06-151-0/+2
* gallium: Add PIPE_CAP_ATOMIC_FLOAT_MINMAXCaio Marcelo de Oliveira Filho2019-06-131-0/+1
* gallium: Add PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTEDCaio Marcelo de Oliveira Filho2019-06-111-0/+1
* 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-231-1/+1
* gallium: Add a PIPE_CAP_FRAGMENT_SHADER_INTERLOCK.Kenneth Graunke2019-05-141-0/+1
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-1/+1
* gallium: fix typo in commentEric Engestrom2019-05-091-1/+1
* gallium: add resource_get_info to pipe_screenJulien Isorce2019-04-301-0/+9
* gallium: add PIPE_CAP_PREFER_COMPUTE_BLIT_FOR_MULTIMEDIAMarek Olšák2019-04-241-0/+1
* gallium: replace drm_driver_descriptor::configuration with driconf_xmlMarek Olšák2019-04-231-37/+8
* gallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUFMarek Olšák2019-04-232-6/+1
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-232-4/+1
* gallium: document conservative rasterization flagsMarek Olšák2019-04-231-0/+11
* gallium: add pipe cap for inner_coverage conservative raster modeMike Blumenkrantz2019-04-231-0/+1
* gallium: add ATC format supportJonathan Marek2019-04-231-0/+4
* vl: Add cropping flags for H264suresh guttula2019-04-161-0/+5
* gallium: add support for formatted image loadsRhys Perry2019-04-151-0/+1
* 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/+1
* softpipe: add support for indexed queries.Dave Airlie2019-04-091-0/+1
* gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák2019-04-041-1/+4
* gallium: implement ARB/KHR_parallel_shader_compileMarek Olšák2019-04-011-0/+13
* gallium/docs: clarify set_sampler_views (v2)Rob Clark2019-03-301-1/+1
* gallium: add PIPE_CAP_ESSL_FEATURE_LEVELRob Clark2019-03-221-0/+1
* gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits.Kenneth Graunke2019-03-191-1/+6
* gallium: add pipe_grid_info::last_blockMarek Olšák2019-03-152-0/+22
* st/va: fix the incorrect max profiles reportLeo Liu2019-02-111-1/+2
* gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst2019-02-071-0/+1
* gallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability bit.Kenneth Graunke2019-02-051-0/+1
* gallium: allow more PIPE_RESOURCE_ driver flagsMarek Olšák2019-01-311-1/+1
* Gallium: Add new CAPS to indicate whether a driver can switch SRGB writeGert Wollny2019-01-281-0/+1
* gallium: use put image shm2 path (v2)Dave Airlie2019-01-251-1/+1
* gallium: Add PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTSCaio Marcelo de Oliveira Filho2019-01-231-0/+1
* gallium: add SINT formats to have exact counterparts to SNORM formatsMarek Olšák2019-01-221-0/+5
* 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/+2
* st/mesa: Make an enum for pipeline statistics query result indices.Kenneth Graunke2019-01-151-0/+17
* gallium: add PIPE_CAP_TGSI_ATOMFADD to indicate supportIlia Mirkin2018-12-261-0/+1