summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2018-02-01svga: remove unneeded #includes in svga_pipe_draw.cBrian Paul1-7/+0
2018-02-01svga: whitespace/formatting fixes in svga_pipe_draw.cBrian Paul1-33/+34
2018-02-01svga: clean up retry_draw_range_elements(), retry_draw_arrays()Brian Paul1-54/+27
2018-02-01svga: remove unused min/max_index params to draw_vgpu10()Brian Paul1-4/+3
2018-02-01broadcom/vc5: Fix image_h setup for both loads and stores.Eric Anholt1-3/+2
2018-02-01broadcom/vc5: Add appropriate height padding for bank conflicts.Eric Anholt4-0/+63
2018-02-01broadcom/vc5: Simplify separate stencil surface setup.Eric Anholt3-99/+77
2018-02-01broadcom/vc5: Rename the UIFCFG register in the UAPI.Eric Anholt2-2/+2
2018-02-01broadcom/vc5: Skip over missing color buffers for a couple of checks.Eric Anholt2-0/+6
2018-02-01broadcom/vc5: Add the missing PIPE_CAP_FENCE_SIGNAL.Eric Anholt1-0/+1
2018-02-01renderonly: fix dumb BO allocation for non 32bpp formatsLucas Stach1-1/+2
2018-02-01radeonsi: use ac_build_buffer_load_format for image buffer loadsMarek Olšák1-4/+10
2018-02-01ac: add glc parameter to ac_build_buffer_load_formatMarek Olšák2-2/+2
2018-02-01radeonsi: load the right number of components for VS inputs and TBOsMarek Olšák2-5/+16
2018-02-01radeonsi: remove unused si_shader_context membersMarek Olšák2-11/+0
2018-02-01r600/eg: make sure we allow vpm bit on other CF ops.Dave Airlie1-0/+1
2018-02-01gallium/st/clover: remove unused PIPE_SHADER_IR_LLVMTimothy Arceri6-18/+5
2018-02-01r600/sb: just add some missing debug bitsDave Airlie1-0/+15
2018-02-01r600: fix buffer resinfo opcode translation.Dave Airlie2-2/+2
2018-01-31svga: use opcode local var to simplify some codeBrian Paul1-4/+2
2018-01-31svga: s/unsigned/VGPU10_OPCODE_TYPE/Brian Paul1-10/+11
2018-01-31winsys/radeon: Compute is_displayable in surf_drm_to_winsysMichel Dänzer1-0/+3
2018-01-31virgl: also remove dimension on indirect.Dave Airlie1-1/+0
2018-01-31radeonsi: remove DBG_PRECOMPILEMarek Olšák3-51/+0
2018-01-31radeonsi: print shader-db stats for main parts, not final binariesMarek Olšák3-13/+23
2018-01-31radeonsi: move max_simd_waves computation into a separate functionMarek Olšák2-12/+23
2018-01-31nir: add lower_all_io_to_temps flagTimothy Arceri2-0/+2
2018-01-31radeonsi/nir: add input support for arrays that have not been copied to temps...Timothy Arceri1-67/+79
2018-01-31ac/radeonsi: add lookup_interp_param and load_sample_position to the abiTimothy Arceri1-0/+2
2018-01-31radeonsi/nir: add prim_mask to the abiTimothy Arceri1-3/+4
2018-01-31radeonsi/nir: adjust load_sample_position() to be shared between backendsTimothy Arceri1-2/+3
2018-01-31radeonsi/nir: add si_nir_lookup_interp_param() helperTimothy Arceri2-0/+40
2018-01-31radeonsi/nir: move the interpolation qualifier scanningTimothy Arceri1-16/+36
2018-01-31radeonsi/nir: add interpolate at intrinsics to scan_instruction()Timothy Arceri1-0/+30
2018-01-30radeonsi: fix fence_server_sync() holding up extra work v2Andres Rodriguez2-25/+28
2018-01-30radeonsi: implement semaphore_server_signal v2Andres Rodriguez1-0/+37
2018-01-30radeonsi: add support for importing PIPE_FD_TYPE_SYNCOBJ semaphoresAndres Rodriguez1-6/+20
2018-01-30winsys/amdgpu: add support for syncobj signaling v3Andres Rodriguez3-1/+98
2018-01-30u_threaded_context: add support for fence_server_signal v2Andres Rodriguez2-0/+21
2018-01-30gallium: add fence_server_signal() v2Andres Rodriguez2-0/+37
2018-01-30gallium: introduce PIPE_FD_TYPE_SYNCOBJAndres Rodriguez1-0/+1
2018-01-30gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez18-1/+18
2018-01-30gallium: add type parameter to create_fence_fdAndres Rodriguez11-15/+35
2018-01-31r600/sb: insert the else clause when we might depart from a loopDave Airlie1-0/+17
2018-01-29svga: Check rasterization state object before checking poly_stipple_enableNeha Bhende1-1/+1
2018-01-29svga: Adjust alpha for S3TC_DXT1_EXT RGB formatsNeha Bhende1-0/+4
2018-01-30radeonsi/nir: add support vs double inputsTimothy Arceri1-0/+5
2018-01-30radeonsi: pass input_idx to declare_nir_input_vs()Timothy Arceri1-2/+3
2018-01-30radeonsi: add bitcast_inputs() helperTimothy Arceri1-6/+15
2018-01-30radeonsi/nir: fix num_inputs for doubles in vsTimothy Arceri1-5/+8