| Commit message (Expand) | Author | Age | Files | Lines |
* | virgl: skip empty cmdbufs | Chia-I Wu | 2019-04-23 | 2 | -0/+9 |
* | gallium: Remove the malloc pipebuffer manager. | Eric Anholt | 2019-04-23 | 4 | -209/+0 |
* | gallium: Remove the "alt" pipebuffer manager interface. | Eric Anholt | 2019-04-23 | 4 | -127/+0 |
* | gallium: Remove the ondemand pipebuffer manager. | Eric Anholt | 2019-04-23 | 4 | -322/+0 |
* | gallium: Remove the pool pipebuffer manager. | Eric Anholt | 2019-04-23 | 4 | -342/+1 |
* | freedreno: a2xx: same gmem2mem sequence for all tiles | Jonathan Marek | 2019-04-23 | 1 | -12/+25 |
* | freedreno: a2xx: enable batch reordering | Jonathan Marek | 2019-04-23 | 1 | -3/+2 |
* | freedreno: a2xx: use nir_lower_io for TGSI shaders | Jonathan Marek | 2019-04-23 | 2 | -50/+11 |
* | freedreno: a2xx: disable PIPE_CAP_PACKED_UNIFORMS | Jonathan Marek | 2019-04-23 | 1 | -1/+3 |
* | freedreno: a2xx: fix builtin blit program compilation | Jonathan Marek | 2019-04-23 | 1 | -0/+1 |
* | svga: add new ATC formats to the format conversion table | Jonathan Marek | 2019-04-23 | 1 | -0/+3 |
* | freedreno: a2xx: add GL_AMD_compressed_ATC_texture support | Jonathan Marek | 2019-04-23 | 1 | -0/+6 |
* | freedreno: a3xx: add GL_AMD_compressed_ATC_texture support | Jonathan Marek | 2019-04-23 | 1 | -0/+4 |
* | st/mesa: add ATC support | Jonathan Marek | 2019-04-23 | 2 | -0/+19 |
* | llvmpipe, softpipe: no support for ATC textures | Jonathan Marek | 2019-04-23 | 3 | -5/+8 |
* | gallium: add ATC format support | Jonathan Marek | 2019-04-23 | 5 | -3/+17 |
* | mesa: add GL_AMD_compressed_ATC_texture support | Jonathan Marek | 2019-04-23 | 12 | -2/+77 |
* | radeonsi: delay adding BOs at the beginning of IBs until the first draw | Marek Olšák | 2019-04-23 | 6 | -9/+46 |
* | radeonsi: add helper si_get_minimum_num_gfx_cs_dwords | Marek Olšák | 2019-04-23 | 2 | -7/+12 |
* | radeonsi: add si_cp_copy_data | Marek Olšák | 2019-04-23 | 5 | -41/+44 |
* | winsys/amdgpu: clean up and remove nonsensical assertion | Marek Olšák | 2019-04-23 | 1 | -2/+1 |
* | winsys/amdgpu: enable chaining for compute IBs | Marek Olšák | 2019-04-23 | 1 | -6/+6 |
* | winsys/amdgpu: reorder chunks, make BO_HANDLES first, IB and FENCE last | Marek Olšák | 2019-04-23 | 1 | -19/+17 |
* | winsys/amdgpu: make IBs writable and expose their address | Marek Olšák | 2019-04-23 | 2 | -1/+4 |
* | ac: add REWIND and GDS registers to register headers | Marek Olšák | 2019-04-23 | 1 | -0/+16 |
* | ac: add ac_get_i1_sgpr_mask | Marek Olšák | 2019-04-23 | 2 | -0/+18 |
* | ac: add radeon_info::is_pro_graphics | Marek Olšák | 2019-04-23 | 2 | -0/+5 |
* | ac: add radeon_info::marketing_name, replacing the winsys callback | Marek Olšák | 2019-04-23 | 6 | -33/+7 |
* | tgsi/scan: add uses_drawid | Marek Olšák | 2019-04-23 | 3 | -0/+7 |
* | iris: Track valid data range and infer unsynchronized mappings. | Kenneth Graunke | 2019-04-23 | 5 | -0/+78 |
* | iris: Make a resource_is_busy() helper | Kenneth Graunke | 2019-04-23 | 1 | -4/+13 |
* | iris: Replace buffer backing storage and rebind to update addresses. | Kenneth Graunke | 2019-04-23 | 4 | -5/+171 |
* | iris: Make memzone_for_address non-static | Kenneth Graunke | 2019-04-23 | 2 | -5/+7 |
* | iris: Make a gl_shader_stage -> pipe_shader_stage helper function | Kenneth Graunke | 2019-04-23 | 1 | -0/+14 |
* | iris: Rework image views to store pipe_image_view. | Kenneth Graunke | 2019-04-23 | 4 | -35/+52 |
* | iris: Rework UBOs and SSBOs to use pipe_shader_buffer | Kenneth Graunke | 2019-04-23 | 2 | -104/+71 |
* | iris: Track bound constant buffers | Kenneth Graunke | 2019-04-23 | 2 | -0/+6 |
* | iris: Mark constants dirty on transfer unmap even if no flushes occur | Kenneth Graunke | 2019-04-23 | 1 | -2/+8 |
* | intel: workaround VS fixed function issue on Gen9 GT1 parts | Lionel Landwerlin | 2019-04-23 | 1 | -0/+12 |
* | intel/compiler: Improve fix_3src_operand() | Matt Turner | 2019-04-22 | 1 | -5/+18 |
* | intel/compiler: Add unit tests for sat prop for different exec sizes | Matt Turner | 2019-04-22 | 1 | -0/+68 |
* | intel/compiler: Use SIMD16 instructions in fs saturate prop unit test | Matt Turner | 2019-04-22 | 1 | -59/+59 |
* | intel/fs: Remove fs_generator::generate_linterp from gen11+. | Rafael Antognolli | 2019-04-22 | 1 | -44/+6 |
* | intel/fs: Add a lowering pass for linear interpolation. | Rafael Antognolli | 2019-04-22 | 2 | -0/+47 |
* | intel/fs: Move the scalar-region conversion to the generator. | Rafael Antognolli | 2019-04-22 | 4 | -5/+5 |
* | intel/fs: Only propagate saturation if exec_size is the same. | Rafael Antognolli | 2019-04-22 | 1 | -1/+2 |
* | i965: Tidy bogus indentation left by previous commit | Kenneth Graunke | 2019-04-22 | 1 | -26/+24 |
* | i965: Ignore uniform storage for samplers or images, use binding info | Kenneth Graunke | 2019-04-22 | 3 | -18/+28 |
* | Revert "glsl: Set location on structure-split sampler uniform variables" | Kenneth Graunke | 2019-04-22 | 1 | -1/+8 |
* | radeonsi: use CP DMA for the null const buffer clear on CIK | Marek Olšák | 2019-04-22 | 5 | -10/+16 |