| Commit message (Expand) | Author | Age | Files | Lines |
* | freedreno: use u_transfer_helper | Rob Clark | 2017-12-15 | 2 | -229/+44 |
* | gallium/util: add u_transfer_helper | Rob Clark | 2017-12-15 | 5 | -1/+649 |
* | gallivm: implement accurate corner behavior for textureGather with cube maps | Roland Scheidegger | 2017-12-14 | 1 | -103/+201 |
* | gallivm: fix an issue with NaNs with seamless cube filtering | Roland Scheidegger | 2017-12-14 | 1 | -0/+11 |
* | amd/common: add ac_build_waitcnt() | Samuel Pitoiset | 2017-12-14 | 3 | -15/+4 |
* | radeonsi: make use of ac_build_fdiv() | Samuel Pitoiset | 2017-12-14 | 1 | -7/+1 |
* | radeonsi: make use of ac_get_spi_shader_z_format() | Samuel Pitoiset | 2017-12-14 | 3 | -23/+4 |
* | swr: Correct texture allocation and limit max size to 2GB | Bruce Cherniak | 2017-12-13 | 2 | -4/+10 |
* | swr: Fix KNOB_MAX_WORKER_THREADS thread creation override. | Bruce Cherniak | 2017-12-13 | 1 | -2/+1 |
* | gallium/docs: document behavior of set_sample_mask() | Brian Paul | 2017-12-13 | 1 | -1/+4 |
* | radeonsi: create get_tcs_tes_buffer_address helper | Timothy Arceri | 2017-12-13 | 1 | -12/+32 |
* | cso: add point rasterization sanity check assertion | Brian Paul | 2017-12-12 | 1 | -0/+5 |
* | gallium/u_blitter: replace tabs with spaces | Brian Paul | 2017-12-12 | 1 | -18/+18 |
* | gallium/util: don't pass a pipe_resource to util_resource_is_array_texture() | Brian Paul | 2017-12-12 | 2 | -4/+4 |
* | gallium/aux: include nr_samples in util_resource_size() computation | Brian Paul | 2017-12-12 | 1 | -1/+2 |
* | svga: trivial whitespace/formatting fixes in svga_pipe_rasterizer.c | Brian Paul | 2017-12-12 | 1 | -9/+5 |
* | gallivm: fix texture wrapping for texture gather for mirror modes | Roland Scheidegger | 2017-12-12 | 1 | -74/+171 |
* | winsys/amdgpu: disable local BOs again due to worse performance | Marek Olšák | 2017-12-11 | 1 | -2/+3 |
* | radeon/vce: move destroy command before feedback command | Leo Liu | 2017-12-08 | 1 | -1/+1 |
* | meson: Add lmsensors to gallium libgl-xlib target. | Dylan Baker | 2017-12-07 | 1 | -1/+3 |
* | meson: add dep_thread to every lib that includes threads.h | Eric Engestrom | 2017-12-07 | 4 | -3/+4 |
* | meson: fix pl111 dependency on vc4 | Eric Engestrom | 2017-12-07 | 2 | -5/+6 |
* | r600/sb: do not convert if-blocks that contain indirect array access | Gert Wollny | 2017-12-07 | 3 | -2/+5 |
* | r600: add support for compute grid/block sizes. (v2) | Dave Airlie | 2017-12-06 | 4 | -3/+100 |
* | r600: handle image/buffer sizes correctly. | Dave Airlie | 2017-12-06 | 3 | -4/+21 |
* | r600/compute: add support for emitting compute image/buffer atoms | Dave Airlie | 2017-12-06 | 1 | -1/+9 |
* | r600/compute: handle atomic counters in compute state. | Dave Airlie | 2017-12-06 | 1 | -0/+9 |
* | r600/compute: add support for TGSI compute shaders. (v1.1) | Dave Airlie | 2017-12-06 | 2 | -28/+103 |
* | r600/shader: add compute support to shader assembler | Dave Airlie | 2017-12-06 | 1 | -0/+14 |
* | r600/texture: drop lowering 1d/2d images to linear. | Dave Airlie | 2017-12-06 | 1 | -8/+0 |
* | meson: fix keyword argument in declare_dependency() | Eric Engestrom | 2017-12-06 | 2 | -2/+2 |
* | swr/scons: Fix another intermittent build failure | George Kyriazis | 2017-12-06 | 1 | -0/+1 |
* | radeonsi: make const and stream uploaders allocate read-only memory | Marek Olšák | 2017-12-06 | 1 | -2/+5 |
* | radeonsi: use a separate allocator for fine fences | Marek Olšák | 2017-12-06 | 3 | -1/+9 |
* | radeonsi/gfx9: make shader binaries use read-only memory | Marek Olšák | 2017-12-06 | 5 | -3/+13 |
* | winsys/amdgpu: make IBs use read-only memory | Marek Olšák | 2017-12-06 | 1 | -0/+1 |
* | radeonsi: print the buffer list for CHECK_VM | Marek Olšák | 2017-12-06 | 1 | -0/+1 |
* | radeonsi: allow DMABUF exports for local buffers | Marek Olšák | 2017-12-06 | 1 | -1/+4 |
* | radeonsi: always place sparse buffers in VRAM | Nicolai Hähnle | 2017-12-06 | 2 | -2/+6 |
* | radeonsi: fix the R600_RESOURCE_FLAG_UNMAPPABLE check | Nicolai Hähnle | 2017-12-06 | 1 | -1/+1 |
* | freedreno/a5xx: hide ARB_base_instance | Rob Clark | 2017-12-05 | 1 | -1/+8 |
* | freedreno/ir3: handle input/output component | Rob Clark | 2017-12-05 | 1 | -4/+6 |
* | r600: refactor and export some shader selector code for compute | Dave Airlie | 2017-12-05 | 2 | -7/+27 |
* | r600: add compute support to compressed resource handling. | Dave Airlie | 2017-12-05 | 2 | -6/+26 |
* | r600: update max threads per block for evergreen compute | Dave Airlie | 2017-12-05 | 1 | -0/+4 |
* | r600/shader: add local memory support to shader assembler. | Dave Airlie | 2017-12-05 | 1 | -0/+165 |
* | r600/cs: add support for compute to image/buffers/atomics state | Dave Airlie | 2017-12-05 | 4 | -19/+79 |
* | r600: handle compute null key shader state | Dave Airlie | 2017-12-05 | 1 | -0/+2 |
* | r600: add some missing cayman register defines | Dave Airlie | 2017-12-05 | 1 | -0/+4 |
* | r600: don't set EOP on pop or loop end | Dave Airlie | 2017-12-05 | 1 | -1/+1 |