aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* 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
* dri: add another get shm variant.Dave Airlie2020-02-251-0/+3
* util: move debug_memory_{begin,end} to os_memory_debug.hErik Faye-Lund2020-02-241-1/+0
* st/vdpau: Only call is_video_format_supported hook if neededMichel Dänzer2020-02-191-7/+7
* gallium/cso_hash: make cso_hash declared within structures instead of alloc'dMarek Olšák2020-02-141-9/+9
* Revert "st/va: Convert interlaced NV12 to progressive"Thong Thai2020-02-131-51/+4
* Rename nir_lower_constant_initializers to nir_lower_variable_initalizersArcady Goldmints-Orlov2020-02-121-2/+2
* gallium: let the pipe drivers decide the supported modifiersJames Xiong2020-02-061-6/+2
* gallium: Refactor some single-pixel util_format_read/writes.Eric Anholt2020-02-041-3/+1
* clover: add trivial clCreateCommandQueueWithProperties implementationKarol Herbst2020-02-042-1/+22
* gallium/osmesa: Fix MakeCurrent of non-8888 contexts.Eric Anholt2020-02-041-1/+1
* clover: Use explicit conversion from llvm::StringRef to std::stringJan Vesely2020-02-032-2/+3
* clover/meson: Define OpenCL header macrosPierre Moreau2020-01-235-15/+17
* clover: Use the dispatch table type from the OpenCL headersPierre Moreau2020-01-233-930/+4
* gallium: dmabuf support for yuv formats that are not natively supportedJames Xiong2020-01-223-10/+26
* haiku/hgl: Fix build via header reorderingAlexander von Gluck IV2020-01-221-2/+4
* gallium: check all planes' pipe formats in case of multi-samplersDongwon Kim2020-01-211-5/+10
* clover: Initialize Asm ParsersJan Vesely2020-01-211-0/+1
* Revert "st/dri: do FLUSH_VERTICES before calling flush_resource"Daniel Stone2020-01-201-4/+6
* st/dri: do FLUSH_VERTICES before calling flush_resourceMarek Olšák2020-01-171-6/+4
* st/mesa: don't lower YUV when driver supports it nativelyJonathan Marek2020-01-151-14/+14
* st/dri: track if image is created by a dmabufGurchetan Singh2020-01-153-0/+10
* st/wgl: eliminate implicit cast warningErik Faye-Lund2020-01-141-2/+4