aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* i965: perf: use drmIoctl() instead of ioctl()Lionel Landwerlin2018-02-081-2/+2
* i965: perf: add debug messages for loaded configsLionel Landwerlin2018-02-081-0/+2
* r600: implement tg4 integer workaround. (v2)Dave Airlie2018-02-081-0/+162
* r600: clean up initial shader register setupGlenn Kennard2018-02-081-20/+17
* r600: partly fix sampleMaskIn valueRoland Scheidegger2018-02-081-0/+54
* r600: clean up fragment shader input scan codeRoland Scheidegger2018-02-081-52/+23
* mesa: (trivial) remove unused ignore_sample_qualifier_parameterRoland Scheidegger2018-02-083-10/+6
* r600/cm: (trivial) code cleanup for emitting msaa stateRoland Scheidegger2018-02-083-16/+14
* tgsi: use tgsi_semantic enum type in ureg codeBrian Paul2018-02-072-23/+23
* st/mesa: use tgsi_semantic enum typeBrian Paul2018-02-072-5/+8
* tgsi: use TGSI enum types in ureg codeBrian Paul2018-02-072-51/+55
* st/mesa: use TGSI enum types in st_glsl_to_tgsi.cppBrian Paul2018-02-071-7/+7
* gallium/util: replace uint with tgsi enum typesBrian Paul2018-02-072-6/+7
* gallium/util: replace unsigned with tgsi enum typesBrian Paul2018-02-072-31/+34
* radv: implement VK_EXT_external_memory_hostFredrik Höglund2018-02-086-8/+137
* r600: fix rendering regression on r6/7 gpusDave Airlie2018-02-081-1/+6
* radeonsi: avoid int-to-pointer-cast warnings on 32bitGrazvydas Ignotas2018-02-081-6/+12
* gallium/hud: update some query functionsGrazvydas Ignotas2018-02-084-4/+4
* Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"Roland Scheidegger2018-02-0714-54/+98
* gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák2018-02-0714-98/+54
* u_blit: (trivial) fix bogus argument order for set_fragment_shaderRoland Scheidegger2018-02-071-2/+2
* mesa: fix incorrect type when allocating arraysAndres Rodriguez2018-02-071-4/+4
* u_blit,u_simple_shaders: add shader to convert from xrbias formatRoland Scheidegger2018-02-074-16/+78
* u_simple_shaders: fix mask handling in util_make_fragment_tex_shader_writemaskRoland Scheidegger2018-02-071-1/+1
* autotools: Only build libmesa-st-tests-common.a for tests.Bas Nieuwenhuizen2018-02-071-1/+1
* i965: add __DRI2_BLOB support and set cache functionsTapani Pälli2018-02-071-0/+21
* disk cache: add callback functionalityTapani Pälli2018-02-072-0/+67
* disk cache: initialize cache path and index only when usedTapani Pälli2018-02-071-49/+80
* glsl/tests: changes to test_disk_cache_create testTapani Pälli2018-02-071-6/+22
* glsl/tests: move utility functions in cache_testTapani Pälli2018-02-071-35/+35
* egl: add support for EGL_ANDROID_blob_cacheTapani Pälli2018-02-076-0/+70
* dri: add interface for EGL_ANDROID_blob_cache extensionTapani Pälli2018-02-071-1/+25
* ac/nir: use new pknorm_i16/u16 and pk_i16/u16 LLVM intrinsicsSamuel Pitoiset2018-02-071-99/+47
* ac/nir: avoid loading unused VS input componentsSamuel Pitoiset2018-02-071-1/+6
* ac/shader: scan vertex inputs usage maskSamuel Pitoiset2018-02-072-0/+16
* i965: allocate a SGVS element when VertexID or InstanceID are readIago Toral Quiroga2018-02-071-15/+2
* glapi: fix check_table test for non-shared glapi with mesonDylan Baker2018-02-061-2/+3
* glapi: Don't search through subdirs from glapitable.hDylan Baker2018-02-062-1/+3
* state_tracker: Don't build st-renumerate-test without shared glapiDylan Baker2018-02-061-0/+2
* glapi: remove APPLE extensions from testDylan Baker2018-02-061-2/+0
* glapi/check_table: Remove 'extern "C"' blockDylan Baker2018-02-061-2/+0
* meson: fix test source name for static glapiDylan Baker2018-02-061-1/+1
* glapi: don't walk backwards for includesDylan Baker2018-02-062-3/+5
* mesa: rename gl_vertex_array_object::_VertexAttrib -> _VertexArrayBrian Paul2018-02-064-11/+10
* mesa: minor whitespace fixes, line wrapping in texcompress.cBrian Paul2018-02-061-12/+14
* mesa: simplify _mesa_get_compressed_formats()Brian Paul2018-02-061-117/+83
* util: remove redundant check for the __clang__ macroVlad Golovkin2018-02-061-1/+2
* st/mesa: use st_access_flags_to_transfer_flags() helper in more placesBrian Paul2018-02-062-18/+17
* st/mesa: refactor st_bufferobj_map_range()Brian Paul2018-02-062-11/+31
* st/mesa: refactor bufferobj_data()Brian Paul2018-02-061-87/+104