summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: fix Sanctuary and Tropics by disabling ARB_gpu_shader5 for themMarek Olšák2019-11-191-0/+2
* gallium: dri2: Use index as plane number.Lepton Wu2019-11-131-1/+1
* haiku: fix Mesa buildKen Mays2019-10-012-3/+11
* meson: gallium media state trackers require libdrm with x11Dylan Baker2019-10-014-8/+14
* meson: Link xvmc with libxvDylan Baker2019-09-301-3/+7
* meson: Try finding libxvmcw via pkg-config before using find_libraryDylan Baker2019-09-301-2/+7
* gallium: extend resource_get_param to be as capable as resource_get_handleMarek Olšák2019-09-261-6/+13
* st/nine: Ignore D3DSIO_RET if it is the last instruction in a shaderDanylo Piliaiev2019-09-261-1/+7
* gallium/osmesa: Fix the inability to set no context as current.Hal Gentz2019-09-231-0/+5
* st/nine: Properly initialize GLSL types for NIR shaders.Timur Kristóf2019-09-091-0/+5
* gallium/vl: use compute preference for all multimedia, not just blitIlia Mirkin2019-09-041-1/+1
* gallium: add back YVU supportXiong, James2019-08-161-5/+5
* st/dri2: Implement DRI2bufferDamageExtensionDaniel Stone2019-08-131-0/+35
* gallium/dri2: Use pipe_screen::resource_get_param in image queriesJordan Justen2019-08-131-0/+71
* gallium/dri2: Support images with multiple planes for modifiersJordan Justen2019-08-132-3/+33
* gallium/dri2: Refactor image property queriesJordan Justen2019-08-131-69/+79
* gallium/dri2: Support creating multi-planar modifier imagesJordan Justen2019-08-131-10/+19
* gallium/dri2: Implement dri2ImageExtension.queryDmaBufFormatModifierAttribsJordan Justen2019-08-131-0/+50
* clover: Fix build after clang r367864Jan Vesely2019-08-061-2/+8
* mesa/gallium: add dric option to allow overriding GL vendor stringTimothy Arceri2019-08-071-0/+7
* st/dri: Move dri2_format_mapping table and it's accessors from dri2.c to dri_...Jon Turney2019-08-063-213/+223
* st/dri: simplify dri_get_egl_image by reusing dri2_format_tableMike Blumenkrantz2019-07-313-42/+24
* Revert "st/dri: simplify dri_get_egl_image by reusing dri2_format_table"Kenneth Graunke2019-07-313-25/+42
* st/dri: simplify dri_get_egl_image by reusing dri2_format_tableMike Blumenkrantz2019-07-313-42/+25
* gallium: add handling for YUV planar surfacesMike Blumenkrantz2019-07-312-77/+193
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-2/+2
* st/nine: Drop preprocessor guards for glibc-2.12Matt Turner2019-07-301-3/+0
* gallium: create multimedia contexts as compute-only if graphics is unsupportedMarek Olšák2019-07-296-9/+8
* gallium: remove boolean from state tracker APIsIlia Mirkin2019-07-229-56/+56
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-1/+9
* st/dri: fix typo in format table for GR1616 formatMike Blumenkrantz2019-07-011-1/+1
* st/dri: pass dri2_format_mapping directly to dri2_create_image_from_winsysMike Blumenkrantz2019-07-011-4/+5
* Revert "meson: Add support for using cmake for finding LLVM"Dylan Baker2019-06-281-8/+5
* meson: Add support for using cmake for finding LLVMDylan Baker2019-06-271-5/+8
* gallium/st: Add Gallium hud to swrast driversGert Wollny2019-06-211-0/+3
* st/nine: Use tgsi_to_nir when preferred IR is NIR.Timur Kristóf2019-06-054-6/+135
* st/dri: enable EGL_ANDROID_blob_cache on gallium driversTapani Pälli2019-05-241-0/+29
* st/dri: Minor style fixesKenneth Graunke2019-05-151-4/+6
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-136-25/+21
* st/va: set the visible image dimensions in vlVaDeriveImageJulien Isorce2019-05-101-2/+4
* st/va: check resource_get_info nullity in vlVaDeriveImageJulien Isorce2019-05-031-5/+8
* meson: Fix missing glproto dependency for gallium-glxChuck Atkins2019-05-031-1/+1
* st/dri: decrease input lag by syncing sooner in SwapBuffersMarek Olšák2019-05-021-10/+10
* st/va: properly set stride and offset in vlVaDeriveImageJulien Isorce2019-04-301-10/+25
* st/nine: Check discard_delayed_release is set before allocating moreAxel Davy2019-04-301-0/+2
* st/nine: Throttle rendering similarly for thread_submitAxel Davy2019-04-301-15/+22
* st/nine: Optimize a bit writeonly buffersAxel Davy2019-04-301-1/+6
* st/nine: Use TGSI_SEMANTIC_GENERIC for fogAxel Davy2019-04-302-28/+29
* st/nine: Enable computing const_rangesAxel Davy2019-04-301-1/+1
* st/nine: Handle const_ranges in nine_stateAxel Davy2019-04-301-2/+26