Age | Commit message (Expand) | Author | Files | Lines |
2019-09-10 | add a git ignore for subprojects | Dylan Baker | 1 | -0/+3 |
2019-09-10 | meson: don't build glapi_static_check_table on windows | Dylan Baker | 1 | -1/+3 |
2019-09-10 | meson: Make shared-glapi a combo | Dylan Baker | 2 | -5/+13 |
2019-09-10 | meson: don't try to generate i18n translations on windows | Dylan Baker | 1 | -2/+4 |
2019-09-10 | glsl/tests: Handle windows \r\n new lines | Dylan Baker | 1 | -1/+1 |
2019-09-10 | iris: Fix constant buffer sizes for non-UBOs | Kenneth Graunke | 1 | -3/+4 |
2019-09-10 | intel: update product names for WHL | Lionel Landwerlin | 1 | -5/+5 |
2019-09-10 | radv/gfx10: declare a LDS symbol for the NGG emit space | Samuel Pitoiset | 3 | -32/+19 |
2019-09-10 | radv: calculate GFX9 GS and GFX10 NGG states before compiling shader variants | Samuel Pitoiset | 1 | -35/+48 |
2019-09-10 | radv: store the ESGS ring size as part of gfx10_ngg_info | Samuel Pitoiset | 2 | -1/+3 |
2019-09-10 | radv: store GFX10 NGG state as part of the shader info | Samuel Pitoiset | 2 | -44/+46 |
2019-09-10 | radv: store GFX9 GS state as part of the shader info | Samuel Pitoiset | 2 | -31/+33 |
2019-09-10 | radv: fill shader info for all stages in the pipeline | Samuel Pitoiset | 4 | -20/+130 |
2019-09-10 | radv: do not pass all compiler options to the shader info pass | Samuel Pitoiset | 3 | -28/+33 |
2019-09-09 | radeonsi: remove redundant si_texture offset and size fields | Marek Olšák | 7 | -123/+106 |
2019-09-09 | radeonsi: move texture storage allocation outside of radeonsi | Marek Olšák | 4 | -51/+97 |
2019-09-09 | radeonsi: move HTILE allocation outside of radeonsi | Marek Olšák | 4 | -91/+93 |
2019-09-09 | radeonsi: handle NO_DCC early | Marek Olšák | 1 | -5/+7 |
2019-09-09 | ac/surface: add RADEON_SURF_NO_FMASK | Marek Olšák | 4 | -12/+14 |
2019-09-09 | r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 6 | -20/+12 |
2019-09-09 | r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 6 | -47/+20 |
2019-09-09 | radeonsi/gfx10: fix wave occupancy computations | Marek Olšák | 4 | -21/+49 |
2019-09-09 | radeonsi: only support at most 1024 threads per block | Marek Olšák | 1 | -8/+2 |
2019-09-09 | radeonsi: disable DCC when importing a texture from an incompatible driver | Marek Olšák | 1 | -4/+12 |
2019-09-09 | radeonsi/gfx10: don't call gfx10_destroy_query with compute-only contexts | Marek Olšák | 1 | -1/+1 |
2019-09-09 | radeonsi/gfx10: use fma for TGSI_OPCODE_FMA | Marek Olšák | 3 | -5/+16 |
2019-09-09 | ac: use fma on gfx10 | Marek Olšák | 2 | -1/+9 |
2019-09-09 | ac: enable LLVM atomic optimizations | Marek Olšák | 1 | -1/+9 |
2019-09-10 | virgl: Fix pipe_resource leaks under multi-sample. | Lepton Wu | 1 | -1/+3 |
2019-09-09 | iris: Avoid flushing for cache history on transfer range flushes | Kenneth Graunke | 2 | -2/+13 |
2019-09-09 | iris: Optimize out redundant sampler state binds | Kenneth Graunke | 1 | -2/+8 |
2019-09-09 | iris: Add support for the always_flush_cache=true debug option. | Kenneth Graunke | 7 | -0/+39 |
2019-09-09 | mesa: Eliminate gl_config::rgbMode | Adam Jackson | 8 | -68/+31 |
2019-09-09 | mesa: Eliminate gl_config::have{Accum,Depth,Stencil}Buffer | Adam Jackson | 13 | -46/+18 |
2019-09-09 | mesa: Remove unused gl_config::indexBits | Adam Jackson | 5 | -7/+1 |
2019-09-09 | gallium/xlib: Fix an obvious thinko | Adam Jackson | 1 | -1/+1 |
2019-09-09 | iris: Ignore line stipple information if it's disabled | Kenneth Graunke | 1 | -3/+5 |
2019-09-09 | lima/ppir: drop fge/flt/feq/fne options | Vasily Khoruzhick | 1 | -4/+0 |
2019-09-09 | lima: run opt_algebraic between int_to_float and boot_to_float for vs | Vasily Khoruzhick | 1 | -4/+5 |
2019-09-09 | lima/gpir: fix warning in gpir disassembler | Vasily Khoruzhick | 1 | -1/+1 |
2019-09-09 | lima/gpir: lower fceil | Vasily Khoruzhick | 1 | -0/+1 |
2019-09-09 | lima/gpir: Disallow moves for schedule_first nodes | Connor Abbott | 1 | -1/+5 |
2019-09-09 | lima/gpir: Fix fake dep handling for schedule_first nodes | Connor Abbott | 2 | -10/+30 |
2019-09-09 | lima/gpir: Fix schedule_first insertion logic | Connor Abbott | 1 | -2/+3 |
2019-09-09 | lima/gpir: Ignore unscheduled successors in can_use_complex() | Connor Abbott | 1 | -1/+2 |
2019-09-09 | lima/gpir: Do all lowerings before rsched | Connor Abbott | 3 | -23/+2 |
2019-09-08 | android: anv: libmesa_vulkan_common: add libmesa_util static dependency | Mauro Rossi | 1 | -1/+2 |
2019-09-08 | panfrost: Rename pan_bo_cache.c into pan_bo.c | Boris Brezillon | 2 | -1/+1 |
2019-09-08 | panfrost: Get rid of the now unused SLAB allocator | Boris Brezillon | 3 | -47/+0 |
2019-09-08 | panfrost: Get rid of unused panfrost_context fields | Boris Brezillon | 1 | -4/+0 |