summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe
Commit message (Expand)AuthorAgeFilesLines
* rename pipe_llvm_program_header to pipe_binary_program_headerKarol Herbst2019-09-211-2/+2
* gallium: add blob field to pipe_llvm_program_headerKarol Herbst2019-09-211-0/+1
* gallium: extend resource_get_param to be as capable as resource_get_handleMarek Olšák2019-09-181-1/+10
* Revert "gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP"Christian Gmeiner2019-09-181-0/+1
* gallium: Add ARB_gl_spirv supportCaio Marcelo de Oliveira Filho2019-09-101-0/+2
* gallium: Plumb through a way to disable GLSL const loweringConnor Abbott2019-09-051-0/+1
* gallium: Add the ASTC 3D formats.Eric Anholt2019-08-261-0/+22
* gallium/vl: use compute preference for all multimedia, not just blitIlia Mirkin2019-08-201-1/+1
* gallium: Remove manual defining of PIPE_FORMAT enum values.Eric Anholt2019-08-191-357/+357
* st/dri2: Implement DRI2bufferDamageExtensionDaniel Stone2019-08-131-0/+17
* gallium/screen: Add pipe_screen::resource_get_paramJordan Justen2019-08-132-0/+25
* gallium: add TGSI_SEMANTIC_DEFAULT_OUTER/INNER_LEVELMarek Olšák2019-08-121-0/+2
* gallium: add AMD-specific compute TGSI enumsMarek Olšák2019-08-121-0/+2
* gallium: add TGSI_PROPERTY_VS_BLIT_SGPRS_AMD for tgsi_to_nirMarek Olšák2019-08-121-0/+1
* gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate supportPierre-Eric Pelloux-Prayer2019-08-061-0/+1
* tgsi: add ATOMICINC_WRAP/ATOMICDEC_WRAP opcodePierre-Eric Pelloux-Prayer2019-08-061-1/+4
* gallium: deduplicate os detection logic by using detect_os.hEric Engestrom2019-08-021-28/+19
* gallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USEREric Engestrom2019-08-021-17/+0
* gallium: remove never-used PIPE_SUBSYSTEM_DRIEric Engestrom2019-08-021-4/+0
* gallium: Implement GL_EXT_shader_samples_identical via a new capabilityKenneth Graunke2019-08-011-0/+1
* gallium: add AYUV and XYUV formatsMike Blumenkrantz2019-07-311-0/+3
* gallium: Add PIPE_CAP_TEXTURE_SHADOW_LODSagar Ghuge2019-07-301-0/+1
* gallium: add PIPE_CAP_GRAPHICSMarek Olšák2019-07-291-0/+1
* 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_CONF_SHARE_FD with PIPE_CAP_DMABUFMarek Olšák2019-04-231-0/+1
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-231-0/+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