summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Eliminate gl_config::rgbModeAdam Jackson2019-09-092-47/+28
* mesa: Eliminate gl_config::have{Accum,Depth,Stencil}BufferAdam Jackson2019-09-092-6/+2
* mesa: Remove unused gl_config::indexBitsAdam Jackson2019-09-091-2/+0
* gallium/xlib: Fix an obvious thinkoAdam Jackson2019-09-091-1/+1
* clover: replace more complex 3.x version check with LLVM_VERSION_MAJOR/MINOREric Engestrom2019-09-061-2/+3
* clover: replace major llvm version checks with LLVM_VERSION_MAJOREric Engestrom2019-09-062-17/+19
* clover: Fix build after clang r370122.Hal Gentz2019-09-042-2/+16
* gallium/osmesa: Move 565 format selection checks where the rest are.Eric Anholt2019-09-041-4/+2
* gallium/osmesa: Fix a race in creating the stmgr.Eric Anholt2019-09-041-9/+17
* st/nine: Properly initialize GLSL types for NIR shaders.Timur Kristóf2019-08-281-0/+5
* glx: Sync <GL/glxext.h> with KhronosAdam Jackson2019-08-221-4/+3
* gallium: Add buffer and configs handling or fp16 formatsKevin Strasser2019-08-214-0/+50
* gallium: Use consistent approach for config format filteringKevin Strasser2019-08-211-8/+9
* gallium/vl: use compute preference for all multimedia, not just blitIlia Mirkin2019-08-201-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