aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Set correctly blend max_rtAxel Davy2020-05-051-2/+1
* driconf: add force_integer_tex_nearest optionPierre-Eric Pelloux-Prayer2020-05-051-0/+2
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-291-1/+1
* st/dri: Set next in template instead of after creation. (v2)Bas Nieuwenhuizen2020-04-271-1/+1
* gallium: add # of MRT to blend stateRob Clark2020-04-231-0/+2
* remove final imports.h and imports.c bitsDylan Baker2020-04-212-16/+14
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2020-04-213-0/+4
* st/omx: fix gcc warningsPierre-Eric Pelloux-Prayer2020-04-211-3/+3
* Fix promotion of floats to doublesAlbert Astals Cid2020-04-181-1/+1
* wgl: silence some cast-warningsErik Faye-Lund2020-04-162-4/+4
* st/dri: make sure software color-buffers are linearErik Faye-Lund2020-04-161-1/+1
* clover: expose cl_arm_shared_virtual_memory for devices with SVM supportKarol Herbst2020-04-151-1/+2
* clover: implement cl_arm_shared_virtual_memoryKarol Herbst2020-04-156-54/+287
* clover: implement SVM functions for devices with fine grained system SVM supportKarol Herbst2020-04-156-20/+259
* clover: implement clSetKernelArgSVMPointerKarol Herbst2020-04-153-3/+29
* clover: implement CL_DEVICE_SVM_CAPABILITIESKarol Herbst2020-04-153-0/+28
* clover: add stubs for SVMKarol Herbst2020-04-154-10/+117
* st/vdpau: make query test for 2D supportIlia Mirkin2020-04-031-2/+2
* st/vdpau: avoid asserting on new VDP_YCBCR_* formatsIlia Mirkin2020-04-031-2/+21
* gallium: enable EGL_EXT_image_dma_buf_import_modifiers unconditionallyAdam Jackson2020-04-021-16/+20
* wgl: do not create screen from DllMainErik Faye-Lund2020-04-023-7/+31
* wgl: move screen-init to a helperErik Faye-Lund2020-04-021-12/+19
* wgl: drop unused memberErik Faye-Lund2020-04-022-4/+2
* wgl: drop pointless debug_printfErik Faye-Lund2020-04-021-2/+0
* scons: prune unused Makefile.sourcesEric Engestrom2020-03-311-2/+0
* scons: Prune out unnecessary targets.Jose Fonseca2020-03-303-78/+0
* meson: inline `inc_common`Eric Engestrom2020-03-285-5/+5
* util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák2020-03-271-0/+1
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-272-2/+2
* wgl: use gldrv.h instead of stw_icd.hJesse Natalie2020-03-2710-647/+33
* wgl: add official gldrv.h header-fileJesse Natalie2020-03-271-0/+589
* mesa: allow out-of-order drawing to optimize immediate mode if it's safeMarek Olšák2020-03-261-0/+2
* vdpau: remove bogus assertPierre-Eric Pelloux-Prayer2020-03-111-1/+1
* gallium/cso_context: remove cso_delete_xxx_shader helpers to fix the live cacheMarek Olšák2020-03-102-6/+6
* Revert "gallium: make handles of set_global_binding 64 bit"Karol Herbst2020-03-101-2/+2
* gallium: make handles of set_global_binding 64 bitKarol Herbst2020-03-101-2/+2
* st/nine: Fix incompatible-pointer-types-discards-qualifiers errors.Vinson Lee2020-03-091-2/+2
* omx: fix build with gcc 10Pierre-Eric Pelloux-Prayer2020-03-091-1/+1
* st/va: add check for P010 and P016 encode/decode supportThong Thai2020-03-061-4/+16
* st/va: GetConfigAttributes: check profile and entrypoint combinationSatyajit Sahu2020-03-031-2/+6
* st/va/postproc: reallocate interlaced destination bufferThong Thai2020-03-031-4/+1
* st/va: remove unneeded codeThong Thai2020-02-281-22/+12
* gallium: pass cso_velems_state into cso_context instead of pipe_vertex_elementMarek Olšák2020-02-282-20/+30
* st/va: add support YUY2Pierre-Eric Pelloux-Prayer2020-02-272-1/+4
* st/va: enable 4:2:2 chroma formatPierre-Eric Pelloux-Prayer2020-02-271-2/+2
* gallium/video: remove pipe_video_buffer.chroma_formatPierre-Eric Pelloux-Prayer2020-02-2712-20/+18
* gallium/hash_table: remove some function wrappersMarek Olšák2020-02-267-40/+27
* gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák2020-02-265-8/+8
* gallium/hash_table: use the same callback signatures as util/hash_tableMarek Olšák2020-02-262-15/+15
* gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák2020-02-263-25/+3