summaryrefslogtreecommitdiff
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* gallium: Only define PIPE_ALIGNSTACK on x86.Eric Anholt2020-02-181-1/+1
* st: add support for INTEL_blackhole_renderLionel Landwerlin2020-02-132-0/+13
* gallium: Add a cap bit for integer multiplication between 32-bit and 16-bitIan Romanick2020-01-231-0/+1
* gallium: Add a cap bit for OpenCL-style extended integer functionsIan Romanick2020-01-231-0/+1
* Revert "gallium: add st_context_iface::flush_resource to call FLUSH_VERTICES"Daniel Stone2020-01-201-7/+0
* gallium: add st_context_iface::flush_resource to call FLUSH_VERTICESMarek Olšák2020-01-171-0/+7
* st/dri: track if image is created by a dmabufGurchetan Singh2020-01-151-0/+2
* gallium: Add PIPE_FORMAT_P010 supportThong Thai2020-01-031-0/+1
* gallium: add PIPE_CAP_MAX_VERTEX_BUFFERSChristian Gmeiner2019-12-211-0/+1
* util/format: add missing vulkan formatsJonathan Marek2019-12-191-2/+24
* gallium: enable INTEL_PERFORMANCE_QUERYDongwon Kim2019-12-102-0/+67
* st/mesa: add a notify_before_flush callback param to flushPierre-Eric Pelloux-Prayer2019-12-101-1/+3
* gallium: Store the image format in winsys_handleNanley Chery2019-12-061-0/+6
* driconf, glsl: Add a vs_position_always_invariant optionKenneth Graunke2019-11-271-0/+1
* st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for themMarek Olšák2019-11-111-0/+1
* gallium: Add equivalents of packed MESA_FORMAT_*UINT formats.Eric Anholt2019-11-071-0/+25
* gallium: Add an equivalent of MESA_FORMAT_BGR_UNORM8.Eric Anholt2019-11-071-0/+1
* gallium: Add some more channel orderings of packed formats.Eric Anholt2019-11-071-0/+8
* gallium: Add defines for FXT1 texture compression.Eric Anholt2019-11-071-0/+3
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-052-4/+4
* util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker2019-11-053-17/+4
* 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