| Commit message (Expand) | Author | Age | Files | Lines |
* | freedreno/a6xx: don't tile things that are too small | Rob Clark | 2019-09-10 | 2 | -5/+11 |
* | iris: Enable ARB_gl_spirv and ARB_spirv_extensions | Caio Marcelo de Oliveira Filho | 2019-09-10 | 1 | -0/+2 |
* | glsl/nir: Add and use a gl_nir_link() function | Caio Marcelo de Oliveira Filho | 2019-09-10 | 4 | -15/+32 |
* | gallium: Add ARB_gl_spirv support | Caio Marcelo de Oliveira Filho | 2019-09-10 | 4 | -0/+29 |
* | mesa/spirv: Set a few more extensions | Caio Marcelo de Oliveira Filho | 2019-09-10 | 1 | -0/+3 |
* | mesa/st: Don't expect prog->nir to already exist | Caio Marcelo de Oliveira Filho | 2019-09-10 | 1 | -6/+5 |
* | mesa/st: Add support for SPIR-V shaders | Caio Marcelo de Oliveira Filho | 2019-09-10 | 2 | -50/+110 |
* | mesa/st: Extract preprocessing NIR steps | Caio Marcelo de Oliveira Filho | 2019-09-10 | 1 | -14/+15 |
* | mesa/st: Lookup parameters without using names | Caio Marcelo de Oliveira Filho | 2019-09-10 | 1 | -42/+9 |
* | mesa/program: Associate uniform storage without using names | Caio Marcelo de Oliveira Filho | 2019-09-10 | 1 | -7/+1 |
* | mesa: Fill Parameter storage indices even when not using SPIR-V | Caio Marcelo de Oliveira Filho | 2019-09-10 | 1 | -1/+17 |
* | glsl/nir: Fill in the Parameters in NIR linker | Caio Marcelo de Oliveira Filho | 2019-09-10 | 5 | -3/+88 |
* | mesa: Pack gl_program_parameter struct | Caio Marcelo de Oliveira Filho | 2019-09-10 | 1 | -7/+9 |
* | compiler: Add glsl_contains_opaque() helper | Caio Marcelo de Oliveira Filho | 2019-09-10 | 2 | -0/+7 |
* | mesa/st: Do not rely on name to identify special uniforms | Caio Marcelo de Oliveira Filho | 2019-09-10 | 1 | -5/+3 |
* | glsl/nir: Avoid overflow when setting max_uniform_location | Caio Marcelo de Oliveira Filho | 2019-09-10 | 1 | -1/+2 |
* | meson: build getopt when using msvc | Dylan Baker | 2019-09-10 | 2 | -0/+34 |
* | glapi: export glapi_destroy_multithread when building shared-glapi on windows | Dylan Baker | 2019-09-10 | 2 | -1/+2 |
* | meson: don't build glapi_static_check_table on windows | Dylan Baker | 2019-09-10 | 1 | -1/+3 |
* | meson: don't try to generate i18n translations on windows | Dylan Baker | 2019-09-10 | 1 | -2/+4 |
* | glsl/tests: Handle windows \r\n new lines | Dylan Baker | 2019-09-10 | 1 | -1/+1 |
* | iris: Fix constant buffer sizes for non-UBOs | Kenneth Graunke | 2019-09-10 | 1 | -3/+4 |
* | radv/gfx10: declare a LDS symbol for the NGG emit space | Samuel Pitoiset | 2019-09-10 | 3 | -32/+19 |
* | radv: calculate GFX9 GS and GFX10 NGG states before compiling shader variants | Samuel Pitoiset | 2019-09-10 | 1 | -35/+48 |
* | radv: store the ESGS ring size as part of gfx10_ngg_info | Samuel Pitoiset | 2019-09-10 | 2 | -1/+3 |
* | radv: store GFX10 NGG state as part of the shader info | Samuel Pitoiset | 2019-09-10 | 2 | -44/+46 |
* | radv: store GFX9 GS state as part of the shader info | Samuel Pitoiset | 2019-09-10 | 2 | -31/+33 |
* | radv: fill shader info for all stages in the pipeline | Samuel Pitoiset | 2019-09-10 | 4 | -20/+130 |
* | radv: do not pass all compiler options to the shader info pass | Samuel Pitoiset | 2019-09-10 | 3 | -28/+33 |
* | radeonsi: remove redundant si_texture offset and size fields | Marek Olšák | 2019-09-09 | 7 | -123/+106 |
* | radeonsi: move texture storage allocation outside of radeonsi | Marek Olšák | 2019-09-09 | 4 | -51/+97 |
* | radeonsi: move HTILE allocation outside of radeonsi | Marek Olšák | 2019-09-09 | 4 | -91/+93 |
* | radeonsi: handle NO_DCC early | Marek Olšák | 2019-09-09 | 1 | -5/+7 |
* | ac/surface: add RADEON_SURF_NO_FMASK | Marek Olšák | 2019-09-09 | 4 | -12/+14 |
* | r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 2019-09-09 | 6 | -20/+12 |
* | r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 2019-09-09 | 6 | -47/+20 |
* | radeonsi/gfx10: fix wave occupancy computations | Marek Olšák | 2019-09-09 | 4 | -21/+49 |
* | radeonsi: only support at most 1024 threads per block | Marek Olšák | 2019-09-09 | 1 | -8/+2 |
* | radeonsi: disable DCC when importing a texture from an incompatible driver | Marek Olšák | 2019-09-09 | 1 | -4/+12 |
* | radeonsi/gfx10: don't call gfx10_destroy_query with compute-only contexts | Marek Olšák | 2019-09-09 | 1 | -1/+1 |
* | radeonsi/gfx10: use fma for TGSI_OPCODE_FMA | Marek Olšák | 2019-09-09 | 3 | -5/+16 |
* | ac: use fma on gfx10 | Marek Olšák | 2019-09-09 | 2 | -1/+9 |
* | ac: enable LLVM atomic optimizations | Marek Olšák | 2019-09-09 | 1 | -1/+9 |
* | virgl: Fix pipe_resource leaks under multi-sample. | Lepton Wu | 2019-09-10 | 1 | -1/+3 |
* | iris: Avoid flushing for cache history on transfer range flushes | Kenneth Graunke | 2019-09-09 | 2 | -2/+13 |
* | iris: Optimize out redundant sampler state binds | Kenneth Graunke | 2019-09-09 | 1 | -2/+8 |
* | iris: Add support for the always_flush_cache=true debug option. | Kenneth Graunke | 2019-09-09 | 7 | -0/+39 |
* | mesa: Eliminate gl_config::rgbMode | Adam Jackson | 2019-09-09 | 8 | -68/+31 |
* | mesa: Eliminate gl_config::have{Accum,Depth,Stencil}Buffer | Adam Jackson | 2019-09-09 | 13 | -46/+18 |
* | mesa: Remove unused gl_config::indexBits | Adam Jackson | 2019-09-09 | 5 | -7/+1 |