| Commit message (Expand) | Author | Age | Files | Lines |
* | gallivm: add helper lp_add_attr_dereferenceable | Marek Olšák | 2016-07-13 | 2 | -0/+14 |
* | vl/compositor: set layer of y or uv to render | Leo Liu | 2016-07-12 | 2 | -0/+42 |
* | vl/compositor: add weave to yuv shader | Leo Liu | 2016-07-12 | 2 | -0/+43 |
* | vl/compositor: move weave shader out from rgb weaving | Leo Liu | 2016-07-12 | 2 | -76/+83 |
* | gallivm: set LLVMNoUnwindAttribute on all intrinsics | Marek Olšák | 2016-07-11 | 1 | -2/+4 |
* | gallium/u_queue: assert that users must wait on fences before destroying them | Nicolai Hähnle | 2016-07-11 | 1 | -0/+1 |
* | gallium/u_queue: guard fence->signalled checks with fence->mutex | Nicolai Hähnle | 2016-07-11 | 1 | -3/+0 |
* | vl: add half pixel to v_tex before adding offsets | Nayan Deshmukh | 2016-07-08 | 1 | -0/+2 |
* | gallium/util: make util_copy_framebuffer_state(src=NULL) work | Rob Clark | 2016-07-06 | 1 | -11/+26 |
* | tgsi: Add WORK_DIM System Value | Hans de Goede | 2016-07-02 | 1 | -0/+1 |
* | vl: add a bicubic interpolation filter(v5) | Nayan Deshmukh | 2016-07-01 | 3 | -0/+528 |
* | gallium/util: check for window cliprects in util_can_blit_via_copy_region() | Brian Paul | 2016-06-30 | 1 | -0/+1 |
* | gallium/util: add tight_format_check param to util_can_blit_via_copy_region() | Brian Paul | 2016-06-30 | 2 | -11/+30 |
* | gallium/util: simplify a few things in util_can_blit_via_copy_region() | Brian Paul | 2016-06-30 | 1 | -12/+8 |
* | gallium/util: new util_try_blit_via_copy_region() function | Brian Paul | 2016-06-30 | 2 | -15/+32 |
* | pipe_loader_sw: Fix fd leak when instantiated via pipe_loader_sw_probe_kms | Hans de Goede | 2016-06-28 | 1 | -0/+7 |
* | gallium/u_queue: allow the execute function to differ per job | Marek Olšák | 2016-06-24 | 2 | -10/+12 |
* | gallium/u_queue: reduce the number of mutexes by 2 | Marek Olšák | 2016-06-24 | 2 | -20/+35 |
* | gallium/u_queue: add an option to name threads | Marek Olšák | 2016-06-24 | 2 | -0/+11 |
* | gallium/u_queue: add an option to have multiple worker threads | Marek Olšák | 2016-06-24 | 2 | -15/+63 |
* | gallium/u_queue: rewrite util_queue_fence to allow multiple waiters | Marek Olšák | 2016-06-24 | 2 | -16/+43 |
* | gallium/u_queue: use a ring instead of a stack | Marek Olšák | 2016-06-24 | 2 | -18/+45 |
* | gallium/util: fix some 4-space indentation in blitter code | Brian Paul | 2016-06-23 | 1 | -21/+21 |
* | translate: fix start_instance parameter in sse version | Ilia Mirkin | 2016-06-21 | 1 | -7/+7 |
* | gallium/u_blitter: implement mipmap generation | Marek Olšák | 2016-06-21 | 2 | -114/+238 |
* | gallivm: don't use integer min/max sse intrinsics with llvm >= 3.9 | Roland Scheidegger | 2016-06-20 | 1 | -2/+4 |
* | vl: support luma keying for interlaced surfaces as well | Christian König | 2016-06-16 | 1 | -35/+41 |
* | auxilary/os: allow appending to GALLIUM_LOG_FILE | Brian Paul | 2016-06-15 | 1 | -2/+13 |
* | gallium/util: import the multithreaded job queue from amdgpu winsys (v2) | Marek Olšák | 2016-06-15 | 3 | -0/+211 |
* | gallium/util: don't use blocksize for minify for assertions | Roland Scheidegger | 2016-06-14 | 1 | -20/+8 |
* | st/va: ensure linear memory for dmabuf | Julien Isorce | 2016-06-14 | 1 | -1/+1 |
* | mesa/gallium: Move u_bit_scan{,64} from gallium to util. | Mathias Fröhlich | 2016-06-14 | 1 | -148/+1 |
* | util: update some assertions in util_resource_copy_region() | Brian Paul | 2016-06-13 | 1 | -4/+8 |
* | vl: Fix trivial sign compare warnings | Jan Vesely | 2016-06-13 | 7 | -18/+15 |
* | Android: move libdrm settings to top-level Android.common.mk | Rob Herring | 2016-06-13 | 1 | -3/+0 |
* | gallivm: Fix trivial sign warnings | Jan Vesely | 2016-06-13 | 8 | -21/+22 |
* | util: update util_resource_copy_region() for GL_ARB_copy_image | Brian Paul | 2016-06-10 | 1 | -20/+95 |
* | gallium: Fix region overlap conditions for rectangles with a shared edge | Anuj Phogat | 2016-06-10 | 1 | -4/+4 |
* | gallivm: more 64-bit integer prep work. | Dave Airlie | 2016-06-11 | 1 | -8/+8 |
* | gallivm: make non-float return code bitcast consistent. | Dave Airlie | 2016-06-11 | 1 | -12/+6 |
* | gallium/gallivm: use 64-bit test instead of doubles. | Dave Airlie | 2016-06-11 | 1 | -37/+36 |
* | gallium/tgsi: add 64-bitness type check function. | Dave Airlie | 2016-06-11 | 1 | -0/+7 |
* | vl/dri3: support receiving new pixmap for front buffer | Leo Liu | 2016-06-10 | 1 | -1/+6 |
* | vl/dri3: get Makefile properly | Leo Liu | 2016-06-10 | 3 | -5/+10 |
* | gallivm: Never emit llvm.fmuladd on LLVM 3.3. | Jose Fonseca | 2016-06-10 | 2 | -1/+7 |
* | gallivm: Use llvm.fmuladd.*. | Jose Fonseca | 2016-06-10 | 6 | -57/+92 |
* | util,gallivm: Explicitly enable/disable fma attribute. | Jose Fonseca | 2016-06-10 | 4 | -0/+13 |
* | vl: Apply luma key filter before CSC conversion | Nayan Deshmukh | 2016-06-09 | 2 | -13/+35 |
* | tgsi/scan: add uses_derivatives (v2) | Nicolai Hähnle | 2016-06-07 | 2 | -0/+31 |
* | gallium: add VOTE_* opcodes to implement GL_ARB_shader_group_vote | Ilia Mirkin | 2016-06-06 | 1 | -0/+3 |