| Commit message (Expand) | Author | Age | Files | Lines |
* | gallivm/llvmpipe: add const qualifiers on sampler variables | Brian Paul | 2018-02-01 | 5 | -8/+8 |
* | svga: remove unneeded #includes in svga_pipe_draw.c | Brian Paul | 2018-02-01 | 1 | -7/+0 |
* | svga: whitespace/formatting fixes in svga_pipe_draw.c | Brian Paul | 2018-02-01 | 1 | -33/+34 |
* | svga: clean up retry_draw_range_elements(), retry_draw_arrays() | Brian Paul | 2018-02-01 | 1 | -54/+27 |
* | svga: remove unused min/max_index params to draw_vgpu10() | Brian Paul | 2018-02-01 | 1 | -4/+3 |
* | broadcom/vc5: Fix image_h setup for both loads and stores. | Eric Anholt | 2018-02-01 | 1 | -3/+2 |
* | broadcom/vc5: Add appropriate height padding for bank conflicts. | Eric Anholt | 2018-02-01 | 4 | -0/+63 |
* | broadcom/vc5: Simplify separate stencil surface setup. | Eric Anholt | 2018-02-01 | 3 | -99/+77 |
* | broadcom/vc5: Rename the UIFCFG register in the UAPI. | Eric Anholt | 2018-02-01 | 2 | -2/+2 |
* | broadcom/vc5: Skip over missing color buffers for a couple of checks. | Eric Anholt | 2018-02-01 | 2 | -0/+6 |
* | broadcom/vc5: Add the missing PIPE_CAP_FENCE_SIGNAL. | Eric Anholt | 2018-02-01 | 1 | -0/+1 |
* | renderonly: fix dumb BO allocation for non 32bpp formats | Lucas Stach | 2018-02-01 | 1 | -1/+2 |
* | radeonsi: use ac_build_buffer_load_format for image buffer loads | Marek Olšák | 2018-02-01 | 1 | -4/+10 |
* | ac: add glc parameter to ac_build_buffer_load_format | Marek Olšák | 2018-02-01 | 2 | -2/+2 |
* | radeonsi: load the right number of components for VS inputs and TBOs | Marek Olšák | 2018-02-01 | 2 | -5/+16 |
* | radeonsi: remove unused si_shader_context members | Marek Olšák | 2018-02-01 | 2 | -11/+0 |
* | r600/eg: make sure we allow vpm bit on other CF ops. | Dave Airlie | 2018-02-01 | 1 | -0/+1 |
* | gallium/st/clover: remove unused PIPE_SHADER_IR_LLVM | Timothy Arceri | 2018-02-01 | 6 | -18/+5 |
* | r600/sb: just add some missing debug bits | Dave Airlie | 2018-02-01 | 1 | -0/+15 |
* | r600: fix buffer resinfo opcode translation. | Dave Airlie | 2018-02-01 | 2 | -2/+2 |
* | svga: use opcode local var to simplify some code | Brian Paul | 2018-01-31 | 1 | -4/+2 |
* | svga: s/unsigned/VGPU10_OPCODE_TYPE/ | Brian Paul | 2018-01-31 | 1 | -10/+11 |
* | winsys/radeon: Compute is_displayable in surf_drm_to_winsys | Michel Dänzer | 2018-01-31 | 1 | -0/+3 |
* | virgl: also remove dimension on indirect. | Dave Airlie | 2018-01-31 | 1 | -1/+0 |
* | radeonsi: remove DBG_PRECOMPILE | Marek Olšák | 2018-01-31 | 3 | -51/+0 |
* | radeonsi: print shader-db stats for main parts, not final binaries | Marek Olšák | 2018-01-31 | 3 | -13/+23 |
* | radeonsi: move max_simd_waves computation into a separate function | Marek Olšák | 2018-01-31 | 2 | -12/+23 |
* | nir: add lower_all_io_to_temps flag | Timothy Arceri | 2018-01-31 | 2 | -0/+2 |
* | radeonsi/nir: add input support for arrays that have not been copied to temps... | Timothy Arceri | 2018-01-31 | 1 | -67/+79 |
* | ac/radeonsi: add lookup_interp_param and load_sample_position to the abi | Timothy Arceri | 2018-01-31 | 1 | -0/+2 |
* | radeonsi/nir: add prim_mask to the abi | Timothy Arceri | 2018-01-31 | 1 | -3/+4 |
* | radeonsi/nir: adjust load_sample_position() to be shared between backends | Timothy Arceri | 2018-01-31 | 1 | -2/+3 |
* | radeonsi/nir: add si_nir_lookup_interp_param() helper | Timothy Arceri | 2018-01-31 | 2 | -0/+40 |
* | radeonsi/nir: move the interpolation qualifier scanning | Timothy Arceri | 2018-01-31 | 1 | -16/+36 |
* | radeonsi/nir: add interpolate at intrinsics to scan_instruction() | Timothy Arceri | 2018-01-31 | 1 | -0/+30 |
* | radeonsi: fix fence_server_sync() holding up extra work v2 | Andres Rodriguez | 2018-01-30 | 2 | -25/+28 |
* | radeonsi: implement semaphore_server_signal v2 | Andres Rodriguez | 2018-01-30 | 1 | -0/+37 |
* | radeonsi: add support for importing PIPE_FD_TYPE_SYNCOBJ semaphores | Andres Rodriguez | 2018-01-30 | 1 | -6/+20 |
* | winsys/amdgpu: add support for syncobj signaling v3 | Andres Rodriguez | 2018-01-30 | 3 | -1/+98 |
* | u_threaded_context: add support for fence_server_signal v2 | Andres Rodriguez | 2018-01-30 | 2 | -0/+21 |
* | gallium: add fence_server_signal() v2 | Andres Rodriguez | 2018-01-30 | 2 | -0/+37 |
* | gallium: introduce PIPE_FD_TYPE_SYNCOBJ | Andres Rodriguez | 2018-01-30 | 1 | -0/+1 |
* | gallium: introduce PIPE_CAP_FENCE_SIGNAL v2 | Andres Rodriguez | 2018-01-30 | 18 | -1/+18 |
* | gallium: add type parameter to create_fence_fd | Andres Rodriguez | 2018-01-30 | 11 | -15/+35 |
* | r600/sb: insert the else clause when we might depart from a loop | Dave Airlie | 2018-01-31 | 1 | -0/+17 |
* | svga: Check rasterization state object before checking poly_stipple_enable | Neha Bhende | 2018-01-29 | 1 | -1/+1 |
* | svga: Adjust alpha for S3TC_DXT1_EXT RGB formats | Neha Bhende | 2018-01-29 | 1 | -0/+4 |
* | radeonsi/nir: add support vs double inputs | Timothy Arceri | 2018-01-30 | 1 | -0/+5 |
* | radeonsi: pass input_idx to declare_nir_input_vs() | Timothy Arceri | 2018-01-30 | 1 | -2/+3 |
* | radeonsi: add bitcast_inputs() helper | Timothy Arceri | 2018-01-30 | 1 | -6/+15 |