summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* freedreno/ir3: fragz cannot be half precisionRob Clark2017-03-131-0/+6
* freedreno/ir3: optimize less in glslRob Clark2017-03-131-1/+1
* aubinator/genxml: use gzipped files to store embedded genxmlLionel Landwerlin2017-03-134-18/+66
* intel: genxml: add script to generate gzipped genxmlLionel Landwerlin2017-03-132-0/+48
* util/u_thread.h: Include stdint.h for int64_t definition.Jose Fonseca2017-03-131-0/+2
* intel: fix compiler buildIago Toral Quiroga2017-03-132-8/+7
* svga: handle P016 format as wellChristian König2017-03-131-0/+1
* configure.ac: require pthread-stubs only where availableEmil Velikov2017-03-131-2/+3
* configure.ac: do not require the i965 driver for ANVEmil Velikov2017-03-131-3/+2
* intel/vulkan: Get rid of recursive makeJason Ekstrand2017-03-139-307/+305
* intel/tools: Use a makefile included from intel/Makefile.amJason Ekstrand2017-03-134-42/+19
* intel/compiler: whitespace cleanupsEmil Velikov2017-03-132-5/+0
* intel/compiler: link all tests again gtest, even test_eu_compact"Emil Velikov2017-03-132-27/+13
* i965: remove i965_symbols_test reference from .gitignoreEmil Velikov2017-03-131-1/+0
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-13138-270/+306
* i965: split EU defines to brw_eu_defines.hEmil Velikov2017-03-1319-1198/+1264
* util/bitscan: use correct signature for ffs/ffsllEmil Velikov2017-03-132-6/+6
* i965: add missing brw_defines.h include in brw_program.cEmil Velikov2017-03-131-0/+1
* i965: add missing brw_defines.h include in brw_program.cEmil Velikov2017-03-131-0/+1
* i965: add missing #include <assert.h> in brw_inst.hEmil Velikov2017-03-131-0/+1
* i965: move brw_define.h ifndef guard to the topEmil Velikov2017-03-131-3/+3
* i965: remove unused macros from brw_defines.hEmil Velikov2017-03-131-19/+1
* i965: remove unused brw_program.h includeEmil Velikov2017-03-137-7/+0
* i965: remove duplicate declaration of brw_mark_surface_usedEmil Velikov2017-03-131-4/+0
* i965: remove dead brw_new_shader() declarationEmil Velikov2017-03-131-2/+0
* i965: remove unused brw_cs.h includeEmil Velikov2017-03-131-1/+0
* anv: Stop including brw_context.hJason Ekstrand2017-03-131-1/+1
* intel/isl: Stop linking libi965_compiler.la into testsJason Ekstrand2017-03-131-1/+0
* vulkan/wsi: Generate wayland protocol headers separately from EGLJason Ekstrand2017-03-136-15/+23
* radv/wsi: Don't include wayland headersEmil Velikov2017-03-131-3/+0
* anv/wsi: Don't include wayland headersJason Ekstrand2017-03-131-3/+0
* configure.ac: provide a fall-back define for WAYLAND_SCANNEREmil Velikov2017-03-131-2/+2
* wayland: move .gitignore where applicableEmil Velikov2017-03-131-0/+0
* st/va: add config support for 10bit decoding v2Christian König2017-03-132-4/+21
* st/va: add support for allocating 10bpp surfacesChristian König2017-03-131-9/+15
* st/va: add support for P010 and P016 formats v3Christian König2017-03-134-3/+22
* st/va: clear the video surface on allocationChristian König2017-03-131-4/+35
* st/va: cleanup error handling in vlVaCreateSurfaces2Christian König2017-03-131-25/+27
* radeon/uvd: enable 10bit HEVC decode v2Christian König2017-03-132-8/+20
* radeon/UVD: fix the decoding target pitch calculationChristian König2017-03-131-1/+1
* vl/video_buffer: add support for P016Christian König2017-03-131-0/+10
* gallium: add P016 formatChristian König2017-03-134-0/+42
* i965: Delete unused last_ring local.Kenneth Graunke2017-03-121-1/+0
* radv: Store shaders in VRAM.Bas Nieuwenhuizen2017-03-132-2/+2
* radv/ac: move to new image intrinsics.Dave Airlie2017-03-131-145/+77
* radv: disabled scaled formats for transfers.Dave Airlie2017-03-131-7/+10
* util/u_queue: make u_queue accessible to cppTimothy Arceri2017-03-131-0/+8
* glsl: don't use ralloc for blob creationTimothy Arceri2017-03-135-22/+17
* gallium/util: replace pipe_thread_setname() with u_thread_setname()Timothy Arceri2017-03-123-15/+3
* gallium/util: replace pipe_thread_get_time_nano() with u_thread_get_time_nano()Timothy Arceri2017-03-121-17/+1