summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri
Commit message (Expand)AuthorAgeFilesLines
* st/dri: invalidate_resource depth/stencil before flush_resourceJonathan Marek2019-01-291-7/+7
* gallium: use put image shm2 path (v2)Dave Airlie2019-01-251-5/+12
* st/dri: fix dri2_format_table for argb1555 and rgb565Marek Olšák2019-01-141-1/+1
* st/dri: replace format conversion functions with single mapping tableLucas Stach2018-12-182-352/+149
* st/dri: allow both render and sampler compatible dma-buf formatsLucas Stach2018-12-181-12/+18
* drisw: Use separate drisw_loader_funcs for shmMichal Srb2018-12-051-3/+11
* gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák2018-10-302-11/+9
* st/dri: remove leftover local variableEric Engestrom2018-10-301-1/+0
* android: Build kms_swrast for the Android platformRob Herring2018-10-221-0/+1
* st/dri: Handle BGRA5551 formatMichel Dänzer2018-10-091-0/+13
* pipe-loader: move dup(fd) within pipe_loader_drm_probe_fdEmil Velikov2018-10-032-17/+3
* st/dri: make swrast_no_present member of dri_screenEmil Velikov2018-10-032-4/+5
* st/dri: inline dri2_buffer.h within dri2.cEmil Velikov2018-10-034-26/+16
* st/dri: don't set queryDmaBufFormats/queryDmaBufModifiers if the driver does ...Michal Srb2018-09-191-2/+4
* mesa/st: add force_compat_profile option to driconfigTimothy Arceri2018-09-181-2/+8
* gallium: Correctly handle no config context creationElie Tournier2018-09-101-1/+3
* st/dri: Don't expose sRGB formats to clientsDaniel Stone2018-08-311-0/+6
* st/mesa, gallium: add a workaround for No Mans SkyTimothy Arceri2018-08-301-0/+2
* mesa: remove unused dri config option disable_shader_bit_encodingTimothy Arceri2018-08-211-2/+0
* dri: Add param driCreateConfigs(mutable_render_buffer)Chad Versace2018-08-071-2/+2
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-313-11/+12
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-311-0/+3
* st/dri: Don't require a dri_format for image creation.Eric Anholt2018-07-202-13/+1
* st/dri: fix a crash in server_wait_syncMarek Olšák2018-07-061-0/+6
* st/dri: constify dri_fill_st_visual's screenEmil Velikov2018-06-212-2/+4
* mesa/util: add allow_glsl_relaxed_es driconfig overrideTimothy Arceri2018-06-191-0/+2
* mesa/util: add allow_glsl_builtin_const_expression driconf overrideTimothy Arceri2018-06-191-0/+2
* drisw: use getImageShm() if availableMarc-André Lureau2018-05-301-1/+22
* drisw: use putImageShm if availableMarc-André Lureau2018-05-301-8/+29
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-301-15/+15
* Revert "st/dri: Fix dangling pointer to a destroyed dri_drawable"Marek Olšák2018-04-241-4/+0
* st/dri: Fix dangling pointer to a destroyed dri_drawableJohan Klokkhammer Helsing2018-04-231-0/+4
* st/dri: Initialise modifier to INVALID for DRI2Daniel Stone2018-04-021-0/+1
* st/dri: fix OpenGL-OpenCL interop for GL_TEXTURE_BUFFERMarek Olšák2018-03-091-24/+34
* meson: Use include directory variables instead of traversingDylan Baker2018-03-071-0/+2
* st/dri: only expose config formats that are display targetsIlia Mirkin2018-02-191-1/+2
* mesa: add xbgr support adjacent to xrgbIlia Mirkin2018-02-193-1/+55
* gallium: add type parameter to create_fence_fdAndres Rodriguez2018-01-301-1/+1
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+1
* Revert "gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_control"Adam Jackson2018-01-151-2/+0
* st/dri: Add option to control exposure of 10 bpc color configs.Mario Kleiner2018-01-031-0/+8
* st/dri: Add support for BGR[A/X]1010102 formats.Mario Kleiner2018-01-031-1/+14
* st/dri: Support texture_from_pixmap for BGR[A/X]1010102 formats.Mario Kleiner2018-01-031-0/+3
* st/dri2: Add buffer handling for BGR[A/X]1010102 formats.Mario Kleiner2018-01-031-0/+13
* st/dri2: Add format translations for BGR[A/X]1010102 formats.Mario Kleiner2018-01-031-0/+28
* st/dri: allow direct YUYV importLucas Stach2017-12-201-0/+7
* gallium: plumb context priority through to driverRob Clark2017-12-192-2/+23
* mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli2017-11-301-0/+2
* gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_controlAdam Jackson2017-11-291-0/+2
* st/dri: replace hard-coded array size with ARRAY_SIZE()Eric Engestrom2017-11-281-1/+1