aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* 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
* egl: rewire the build systems to use libwayland-eglEric Engestrom2018-06-061-1/+1
* 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-307-25/+25
* clover: Cleanup compat code for llvm < 3.9Jan Vesely2018-05-293-121/+20
* clover: Fix build after llvm r332881.Jan Vesely2018-05-292-2/+12
* st/xa: Bump minorThomas Hellstrom2018-05-151-1/+1
* clover: Add explicit virtual destructor to argument classJan Vesely2018-05-051-0/+1
* st/va: Support YUV formats in vaCreateSurfacesDrew Davenport2018-05-031-23/+36
* st/omx/enc: fix blit setup for YUV LoadImageLeo Liu2018-04-301-4/+4
* st/va: Fix typosDrew Davenport2018-04-261-24/+24
* st/va: Fix potential buffer overreadDrew Davenport2018-04-261-1/+1
* 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
* clover: Fix host access validation for sub-buffer creationAaron Watry2018-04-191-2/+7
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-132-3/+2
* Fix scons buildMarek Olšák2018-04-124-1/+10
* mesa: include mtypes.h lessMarek Olšák2018-04-122-2/+1
* st/va: add VP9 config to enable profile2Leo Liu2018-04-122-1/+5
* st/va: add VP9 config to enable profile0Leo Liu2018-04-122-1/+5
* st/va: parse VP9 uncompressed frame headerLeo Liu2018-04-123-1/+239
* st/va: add slice parameter handling for VP9Leo Liu2018-04-121-1/+24
* st/va: add picture parameter handling for VP9Leo Liu2018-04-121-1/+51
* st/va: add handles for VP9 buffersLeo Liu2018-04-125-2/+54
* st/va: add VP9 picture to contextLeo Liu2018-04-122-0/+5
* st/nine: Do not use scratch for face registerAxel Davy2018-04-081-1/+1
* st/nine: Declare lighting consts for ff shadersAxel Davy2018-04-061-0/+4
* st/dri: Initialise modifier to INVALID for DRI2Daniel Stone2018-04-021-0/+1
* st/wgl: check if WGL_SWAP_INTERVAL is defined in wglSwapIntervalEXT()Brian Paul2018-03-302-2/+2
* clover/llvm: Fix build against LLVM/Clang 4.0Aaron Watry2018-03-212-1/+3
* clover: Dynamically calculate __OPENCL_VERSION__ and CLC language versionAaron Watry2018-03-211-2/+5
* clover/llvm: Add get_[cl|language]_version, validation and some helpersAaron Watry2018-03-211-0/+88
* st/nine: Fix non inversible matrix checkAxel Davy2018-03-181-1/+1
* st/nine: Fixes warning about implicit conversionAxel Davy2018-03-181-1/+1
* st/nine: Fix bad tracking of vs textures for NINESBT_ALLAxel Davy2018-03-181-1/+1
* st/nine: Fix bad tracking of bound vs texturesAxel Davy2018-03-181-1/+1
* autotools: add -I/src/egl to tizoniaDylan Baker2018-03-141-0/+1
* gallium/x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov2018-03-122-15/+0
* gallium/x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2018-03-122-25/+0
* st/dri: fix OpenGL-OpenCL interop for GL_TEXTURE_BUFFERMarek Olšák2018-03-091-24/+34
* meson: Fix indent in omx meson.buildDylan Baker2018-03-071-32/+32
* meson: Use include directory variables instead of traversingDylan Baker2018-03-072-7/+7
* meson: Re-add auto option for omxDylan Baker2018-03-071-9/+9
* meson: fix tizonia compilationDylan Baker2018-03-071-0/+1
* st/omx/tizonia/h264d: Add EGLImage supportGurkirpal Singh2018-03-067-6/+227
* st/omx/tizonia: Add H.264 encoderGurkirpal Singh2018-03-0618-403/+2106
* st/omx/tizonia: Add H.264 decoderGurkirpal Singh2018-03-0624-1286/+2793