| Commit message (Expand) | Author | Age | Files | Lines |
* | configure.ac: require pthread-stubs only where available | Emil Velikov | 2017-03-13 | 1 | -2/+3 |
* | configure.ac: do not require the i965 driver for ANV | Emil Velikov | 2017-03-13 | 1 | -3/+2 |
* | intel/vulkan: Get rid of recursive make | Jason Ekstrand | 2017-03-13 | 9 | -307/+305 |
* | intel/tools: Use a makefile included from intel/Makefile.am | Jason Ekstrand | 2017-03-13 | 4 | -42/+19 |
* | intel/compiler: whitespace cleanups | Emil Velikov | 2017-03-13 | 2 | -5/+0 |
* | intel/compiler: link all tests again gtest, even test_eu_compact" | Emil Velikov | 2017-03-13 | 2 | -27/+13 |
* | i965: remove i965_symbols_test reference from .gitignore | Emil Velikov | 2017-03-13 | 1 | -1/+0 |
* | i965: Move the back-end compiler to src/intel/compiler | Jason Ekstrand | 2017-03-13 | 138 | -270/+306 |
* | i965: split EU defines to brw_eu_defines.h | Emil Velikov | 2017-03-13 | 19 | -1198/+1264 |
* | util/bitscan: use correct signature for ffs/ffsll | Emil Velikov | 2017-03-13 | 2 | -6/+6 |
* | i965: add missing brw_defines.h include in brw_program.c | Emil Velikov | 2017-03-13 | 1 | -0/+1 |
* | i965: add missing brw_defines.h include in brw_program.c | Emil Velikov | 2017-03-13 | 1 | -0/+1 |
* | i965: add missing #include <assert.h> in brw_inst.h | Emil Velikov | 2017-03-13 | 1 | -0/+1 |
* | i965: move brw_define.h ifndef guard to the top | Emil Velikov | 2017-03-13 | 1 | -3/+3 |
* | i965: remove unused macros from brw_defines.h | Emil Velikov | 2017-03-13 | 1 | -19/+1 |
* | i965: remove unused brw_program.h include | Emil Velikov | 2017-03-13 | 7 | -7/+0 |
* | i965: remove duplicate declaration of brw_mark_surface_used | Emil Velikov | 2017-03-13 | 1 | -4/+0 |
* | i965: remove dead brw_new_shader() declaration | Emil Velikov | 2017-03-13 | 1 | -2/+0 |
* | i965: remove unused brw_cs.h include | Emil Velikov | 2017-03-13 | 1 | -1/+0 |
* | anv: Stop including brw_context.h | Jason Ekstrand | 2017-03-13 | 1 | -1/+1 |
* | intel/isl: Stop linking libi965_compiler.la into tests | Jason Ekstrand | 2017-03-13 | 1 | -1/+0 |
* | vulkan/wsi: Generate wayland protocol headers separately from EGL | Jason Ekstrand | 2017-03-13 | 6 | -15/+23 |
* | radv/wsi: Don't include wayland headers | Emil Velikov | 2017-03-13 | 1 | -3/+0 |
* | anv/wsi: Don't include wayland headers | Jason Ekstrand | 2017-03-13 | 1 | -3/+0 |
* | configure.ac: provide a fall-back define for WAYLAND_SCANNER | Emil Velikov | 2017-03-13 | 1 | -2/+2 |
* | wayland: move .gitignore where applicable | Emil Velikov | 2017-03-13 | 1 | -0/+0 |
* | st/va: add config support for 10bit decoding v2 | Christian König | 2017-03-13 | 2 | -4/+21 |
* | st/va: add support for allocating 10bpp surfaces | Christian König | 2017-03-13 | 1 | -9/+15 |
* | st/va: add support for P010 and P016 formats v3 | Christian König | 2017-03-13 | 4 | -3/+22 |
* | st/va: clear the video surface on allocation | Christian König | 2017-03-13 | 1 | -4/+35 |
* | st/va: cleanup error handling in vlVaCreateSurfaces2 | Christian König | 2017-03-13 | 1 | -25/+27 |
* | radeon/uvd: enable 10bit HEVC decode v2 | Christian König | 2017-03-13 | 2 | -8/+20 |
* | radeon/UVD: fix the decoding target pitch calculation | Christian König | 2017-03-13 | 1 | -1/+1 |
* | vl/video_buffer: add support for P016 | Christian König | 2017-03-13 | 1 | -0/+10 |
* | gallium: add P016 format | Christian König | 2017-03-13 | 4 | -0/+42 |
* | i965: Delete unused last_ring local. | Kenneth Graunke | 2017-03-12 | 1 | -1/+0 |
* | radv: Store shaders in VRAM. | Bas Nieuwenhuizen | 2017-03-13 | 2 | -2/+2 |
* | radv/ac: move to new image intrinsics. | Dave Airlie | 2017-03-13 | 1 | -145/+77 |
* | radv: disabled scaled formats for transfers. | Dave Airlie | 2017-03-13 | 1 | -7/+10 |
* | util/u_queue: make u_queue accessible to cpp | Timothy Arceri | 2017-03-13 | 1 | -0/+8 |
* | glsl: don't use ralloc for blob creation | Timothy Arceri | 2017-03-13 | 5 | -22/+17 |
* | gallium/util: replace pipe_thread_setname() with u_thread_setname() | Timothy Arceri | 2017-03-12 | 3 | -15/+3 |
* | gallium/util: replace pipe_thread_get_time_nano() with u_thread_get_time_nano() | Timothy Arceri | 2017-03-12 | 1 | -17/+1 |
* | gallium/util: replace pipe_thread_create() with u_thread_create() | Timothy Arceri | 2017-03-12 | 7 | -33/+7 |
* | gallium/util: move u_queue.{c,h} to src/util | Timothy Arceri | 2017-03-12 | 4 | -2/+2 |
* | gallium/util: make use of new u_thread.h in u_queue.{c,h} | Timothy Arceri | 2017-03-12 | 2 | -4/+6 |
* | util: add u_thread.h | Timothy Arceri | 2017-03-12 | 2 | -0/+90 |
* | gallium/util: use standard malloc/calloc/free in u_queue.c | Timothy Arceri | 2017-03-12 | 1 | -10/+10 |
* | gallium/util: move u_string.h to src/util/u_string.h | Timothy Arceri | 2017-03-12 | 5 | -3/+3 |
* | gallium/util: remove unused header from u_string.h | Timothy Arceri | 2017-03-12 | 1 | -1/+0 |