| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: remove PIPE_SHADER_CAP_SCALAR_ISA | Marek Olšák | 2019-10-10 | 1 | -2/+0 |
* | vl: use u_format in vl_video_buffer_formats | Marek Olšák | 2019-10-09 | 1 | -4/+2 |
* | amd: Move all amd/common code that depends on LLVM to amd/llvm. | Timur Kristóf | 2019-10-08 | 1 | -1/+3 |
* | gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock | Marek Olšák | 2019-10-07 | 5 | -9/+9 |
* | r600: Fix interpolateAtCentroid | Gert Wollny | 2019-10-04 | 4 | -1/+14 |
* | rename pipe_llvm_program_header to pipe_binary_program_header | Karol Herbst | 2019-09-21 | 1 | -1/+1 |
* | gallium: add blob field to pipe_llvm_program_header | Karol Herbst | 2019-09-21 | 1 | -3/+1 |
* | r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 2019-09-09 | 1 | -2/+4 |
* | r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 2019-09-09 | 1 | -10/+8 |
* | r600: replace binary HAVE_LLVM checks with LLVM_AVAILABLE | Eric Engestrom | 2019-09-06 | 1 | -6/+2 |
* | tree-wide: replace MAYBE_UNUSED with ASSERTED | Eric Engestrom | 2019-07-31 | 1 | -1/+1 |
* | r600: replace MAYBE_UNUSED with specific #ifdef | Eric Engestrom | 2019-07-31 | 1 | -2/+2 |
* | r600: move variable to proper scope | Eric Engestrom | 2019-07-31 | 1 | -2/+1 |
* | u_blitter: add a msaa parameter to util_blitter_clear | Pierre-Eric Pelloux-Prayer | 2019-07-23 | 1 | -1/+2 |
* | gallium: switch boolean -> bool at the interface definitions | Ilia Mirkin | 2019-07-22 | 9 | -57/+57 |
* | gallium: use MAP_DIRECTLY to mean supression of DISCARD in buffer_subdata | Marek Olšák | 2019-07-15 | 1 | -5/+6 |
* | gallium: get rid of PIPE_CAP_SM3 | Erik Faye-Lund | 2019-07-10 | 1 | -1/+3 |
* | r600: remove query/apply_opaque_metadata callbacks | Timothy Arceri | 2019-07-09 | 2 | -17/+0 |
* | amd/common: move ac_shader_{binary,reloc} into r600 and rename | Nicolai Hähnle | 2019-07-04 | 4 | -36/+65 |
* | winsys/amdgpu: Make KMS handles valid for original DRM file descriptor | Michel Dänzer | 2019-07-03 | 1 | -2/+2 |
* | radeon/uvd: fix calc_ctx_size_h265_main10 | Pierre-Eric Pelloux-Prayer | 2019-06-28 | 1 | -3/+3 |
* | ac: add radeon_info::is_amdgpu instead of checking drm_major == 3 | Marek Olšák | 2019-06-14 | 7 | -56/+10 |
* | gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count | Kenneth Graunke | 2019-05-23 | 1 | -1/+1 |
* | r600+radeonsi: use ctx_query_reset_status on radeon | Marek Olšák | 2019-05-16 | 2 | -15/+2 |
* | winsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER into cs_check_space | Marek Olšák | 2019-05-16 | 2 | -2/+2 |
* | winsys/amdgpu: add a parallel compute IB coupled with a gfx IB | Marek Olšák | 2019-05-16 | 1 | -2/+2 |
* | ac: rename SI-CIK-VI to GFX6-GFX7-GFX8 | Marek Olšák | 2019-05-15 | 2 | -3/+3 |
* | gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE. | Eric Anholt | 2019-05-13 | 2 | -4/+7 |
* | r600: implement resource_get_info | Julien Isorce | 2019-05-03 | 1 | -5/+29 |
* | r600: reset tex array override even when no view bound | Dave Airlie | 2019-05-02 | 1 | -11/+10 |
* | delete autotools .gitignore files | Eric Engestrom | 2019-04-29 | 1 | -1/+0 |
* | gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all drivers | Marek Olšák | 2019-04-24 | 1 | -3/+0 |
* | gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHT | Marek Olšák | 2019-04-23 | 1 | -0/+3 |
* | ac: add radeon_info::marketing_name, replacing the winsys callback | Marek Olšák | 2019-04-23 | 1 | -12/+1 |
* | Delete autotools | Dylan Baker | 2019-04-15 | 2 | -60/+0 |
* | gallium: add writable_bitmask parameter into set_shader_buffers | Marek Olšák | 2019-04-04 | 2 | -3/+4 |
* | simplify LLVM version string printing | Eric Engestrom | 2019-04-04 | 1 | -13/+7 |
* | gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits. | Kenneth Graunke | 2019-03-19 | 1 | -0/+4 |
* | r600: cast pointer to expected type | Eric Engestrom | 2019-03-08 | 1 | -2/+2 |
* | gallium: add PIPE_CAP_MAX_VARYINGS | Karol Herbst | 2019-02-07 | 1 | -0/+3 |
* | r600: add -Wstrict-overflow=0 to meson to silence the warning | Marek Olšák | 2019-01-30 | 1 | -1/+1 |
* | r600: remove redundant semicolon | Nicolai Hähnle | 2018-12-19 | 1 | -1/+1 |
* | winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handle | Marek Olšák | 2018-11-28 | 1 | -1/+4 |
* | r600: make suballocator 256-bytes align | Dave Airlie | 2018-11-29 | 1 | -1/+1 |
* | winsys/amdgpu: explicitly declare whether buffer_map is permanent or not | Nicolai Hähnle | 2018-11-28 | 6 | -9/+21 |
* | r600: clean up the GS ring buffers when the context is destroyed | Gert Wollny | 2018-11-21 | 1 | -0/+6 |
* | r600: Only set context streamout strides info from the shader that has outputs | Gert Wollny | 2018-11-19 | 1 | -3/+9 |
* | radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET only | Marek Olšák | 2018-11-09 | 4 | -4/+4 |
* | r600: Add support for EXT_texture_sRGB_R8 | Gert Wollny | 2018-11-06 | 1 | -0/+1 |
* | r600/sb: Fix constant logical operand in assert. | Vinson Lee | 2018-11-04 | 1 | -1/+1 |