aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* gallium: add pipe_screen::finalize_nirMarek Olšák2019-10-231-0/+11
* gallium: Drop the unused PIPE_FORMAT_A*L* formats.Eric Anholt2019-10-201-22/+0
* mesa/st: support lowering user-clip-planes automaticallyErik Faye-Lund2019-10-171-0/+1
* mesa/gallium: automatically lower two-sided lightingErik Faye-Lund2019-10-171-0/+1
* mesa/gallium: automatically lower point-sizeErik Faye-Lund2019-10-171-0/+1
* mesa/gallium: automatically lower alpha-testingErik Faye-Lund2019-10-171-0/+1
* gallium: add flatshade lowering capabilityDave Airlie2019-10-171-0/+1
* gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLEJames Xiong2019-10-141-1/+1
* gallium: add a a new cap for changing the TGSI TG4 instruction encodingDave Airlie2019-10-111-0/+1
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-101-1/+0
* gallium/tgsi: add support for DEMOTE and READ_HELPER opcodesIlia Mirkin2019-10-071-2/+2
* gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lockMarek Olšák2019-10-071-0/+1
* Revert "Revert "st/dri2: Implement DRI2bufferDamageExtension""Boris Brezillon2019-10-071-0/+17
* Revert "st/dri2: Implement DRI2bufferDamageExtension"Boris Brezillon2019-10-071-17/+0
* gallium: Add PIPE_CAP_DEMOTE_TO_HELPER_INVOCATIONCaio Marcelo de Oliveira Filho2019-09-301-0/+1
* clover: add support for passing kernels as nir to the driverKarol Herbst2019-09-211-0/+1
* 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
* state_tracker/winsys_handle: Add plane input fieldJordan Justen2019-08-131-0/+5
* 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
* mesa/gallium: add dric option to allow overriding GL vendor stringTimothy Arceri2019-08-071-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: 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