summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-287-12/+12
* util: remove LIST_DEL macroTimothy Arceri2019-10-285-8/+8
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-285-11/+11
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-287-16/+16
* st/dri: add support for EGL_EXT_image_flush_externalMarek Olšák2019-10-251-40/+91
* st/dri: assume external consumers of back buffers can write to the buffersMarek Olšák2019-10-251-6/+6
* st/nine: Fix unused variable warnings in release build.Timur Kristóf2019-10-251-9/+9
* st/nine: Fix build with -Werror=empty-bodyTimur Kristóf2019-10-251-3/+3
* gallium: do not increase ref count of the new throttle fenceJames Xiong2019-10-171-2/+4
* gallium/xlib: Fix xmesa drawable creationAdam Jackson2019-10-151-6/+2
* gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLEJames Xiong2019-10-141-2/+1
* gallium: simplify throttle implementationJames Xiong2019-10-144-110/+13
* meson: fix gallium-osmesa to build for windowsDylan Baker2019-10-101-1/+10
* meson: build wgl state trackerDylan Baker2019-10-101-0/+57
* clover: fix the nir_serialize build failureMarek Olšák2019-10-101-1/+1
* clover: Remove unused codeMatt Turner2019-10-091-17/+0
* clover: use iterator_range in get_kernel_nodesGreg V2019-10-091-2/+2
* vl: use u_format in vl_video_buffer_formatsMarek Olšák2019-10-091-4/+2
* meson: use idep_nir instead of libnir in libclnirEric Engestrom2019-10-071-2/+2
* Revert "Revert "st/dri2: Implement DRI2bufferDamageExtension""Boris Brezillon2019-10-071-0/+35
* Revert "st/dri2: Implement DRI2bufferDamageExtension"Boris Brezillon2019-10-071-35/+0
* st/dri: Perform MSAA downsampling for __DRI2_THROTTLE_COPYSUBBUFFERKenneth Graunke2019-10-051-2/+4
* meson: remove -DGALLIUM_SOFTPIPE from st/osmesaDylan Baker2019-10-011-1/+0
* haiku: fix Mesa buildKen Mays2019-10-012-3/+11
* meson: gallium media state trackers require libdrm with x11Dylan Baker2019-09-304-8/+14
* meson: Link xvmc with libxvDylan Baker2019-09-271-3/+7
* meson: Try finding libxvmcw via pkg-config before using find_libraryDylan Baker2019-09-271-2/+7
* st/nine: Ignore D3DSIO_RET if it is the last instruction in a shaderDanylo Piliaiev2019-09-251-1/+7
* clover: eliminate "ignoring attributes on template argument" warningKarol Herbst2019-09-251-1/+10
* clover/codegen: remove unused get_symbol_offsets functionKarol Herbst2019-09-251-12/+0
* clover/llvm: remove harmful std::move callKarol Herbst2019-09-251-1/+1
* clover/nir: fix compilation with g++-5.5 and maybe earlierKarol Herbst2019-09-231-10/+7
* clover: add support for passing kernels as nir to the driverKarol Herbst2019-09-216-7/+245
* clover: prepare supporting multiple IRsKarol Herbst2019-09-213-6/+64
* clover: add support for drivers having no proper binary formatKarol Herbst2019-09-211-2/+3
* clover/functional: add id_equals helperKarol Herbst2019-09-211-0/+15
* rename pipe_llvm_program_header to pipe_binary_program_headerKarol Herbst2019-09-212-3/+3
* gallium: add blob field to pipe_llvm_program_headerKarol Herbst2019-09-211-2/+1
* clover/llvm: Add functions for compiling from source to SPIR-VPierre Moreau2019-09-213-17/+92
* clover/llvm: Add options for dumping SPIR-V binariesPierre Moreau2019-09-213-1/+37
* clover/spirv: Add functions for parsing arguments, linking programs, etc.Pierre Moreau2019-09-212-5/+608
* clover/spirv: Add functions for validating SPIR-V binariesPierre Moreau2019-09-214-1/+168
* meson: Check for SPIRV-Tools and llvm-spirvPierre Moreau2019-09-211-2/+7
* gallium/osmesa: Fix the inability to set no context as current.Hal Gentz2019-09-201-0/+5
* gallium: extend resource_get_param to be as capable as resource_get_handleMarek Olšák2019-09-181-6/+13
* gallium/xlib: Fix glXMakeCurrent(dpy, None, None, ctx)Adam Jackson2019-09-172-27/+40
* gallium/xlib: Remove MakeCurrent_PrevContextAdam Jackson2019-09-171-12/+5
* gallium/xlib: Remove drawable caching from the MakeCurrent pathAdam Jackson2019-09-171-32/+3
* dri: Use DRM_FORMAT_* instead of defining our own copy.Eric Anholt2019-09-112-37/+38
* gallium: Require LLVM >= 3.9Adam Jackson2019-09-111-30/+0