| Commit message (Expand) | Author | Age | Files | Lines |
* | Move blob from compiler/ to util/ | Jason Ekstrand | 2019-09-19 | 15 | -23/+24 |
* | Revert "panfrost: Rework midgard_pair_load_store() to kill the nested foreach... | Boris Brezillon | 2019-09-19 | 1 | -29/+34 |
* | intel/fs: Add Fall-through comment | Caio Marcelo de Oliveira Filho | 2019-09-19 | 1 | -0/+3 |
* | nir/algebraic: refactor inexact opcode restrictions | Samuel Iglesias Gonsálvez | 2019-09-19 | 1 | -3/+5 |
* | docs: Update bug report URLs for the gitlab migration | Adam Jackson | 2019-09-19 | 7 | -8/+8 |
* | glx: Remove redundant null check. | Bas Nieuwenhuizen | 2019-09-19 | 1 | -1/+1 |
* | iris: Skip double-disabling TCS/TES/GS after BLORP operations | Kenneth Graunke | 2019-09-19 | 1 | -0/+17 |
* | .mailmap: add an alias for Frank Binns | Erik Faye-Lund | 2019-09-19 | 1 | -0/+2 |
* | .mailmap: add an alias for Bas Nieuwenhuizen | Erik Faye-Lund | 2019-09-19 | 1 | -0/+2 |
* | anv: fix descriptor limits on gen8 | Arcady Goldmints-Orlov | 2019-09-19 | 2 | -4/+6 |
* | radv: remove dead shared variables | Daniel Schürmann | 2019-09-19 | 1 | -1/+1 |
* | radv/aco: enable VK_EXT_shader_demote_to_helper_invocation | Daniel Schürmann | 2019-09-19 | 3 | -0/+8 |
* | radv: enable clustered reductions | Daniel Schürmann | 2019-09-19 | 1 | -0/+1 |
* | radv/aco: Setup alternate path in RADV to support the experimental ACO compiler | Daniel Schürmann | 2019-09-19 | 11 | -103/+205 |
* | aco: Initial commit of independent AMD compiler | Daniel Schürmann | 2019-09-19 | 31 | -0/+25572 |
* | egl: check for NULL value like eglGetSyncAttribKHR does | Tapani Pälli | 2019-09-19 | 1 | -0/+4 |
* | iris: Rework iris_update_draw_parameters to be more efficient | Kenneth Graunke | 2019-09-18 | 3 | -40/+56 |
* | iris: Use state_refs for draw parameters. | Kenneth Graunke | 2019-09-18 | 3 | -23/+21 |
* | util/disk_cache: make use of the total job size limiting feature | Timothy Arceri | 2019-09-19 | 1 | -1/+1 |
* | util/u_queue: track job size and limit the size of queue growth | Timothy Arceri | 2019-09-19 | 9 | -13/+28 |
* | util/disk_cache: bump thread count assigned to disk cache queue | Timothy Arceri | 2019-09-19 | 1 | -3/+7 |
* | intel/fs: fix SHADER_OPCODE_CLUSTER_BROADCAST for SIMD32 | Paulo Zanoni | 2019-09-19 | 1 | -1/+10 |
* | intel/fs: the maximum supported stride width is 16 | Paulo Zanoni | 2019-09-19 | 1 | -1/+3 |
* | intel/fs: roll the loop with the <0,1,0> additions in emit_scan() | Paulo Zanoni | 2019-09-19 | 1 | -32/+14 |
* | intel/fs: make scan/reduce work with SIMD32 when it fits 2 registers | Paulo Zanoni | 2019-09-19 | 1 | -0/+23 |
* | freedreno/regs: A couple of tess updates | Kristian H. Kristensen | 2019-09-18 | 2 | -3/+41 |
* | freedreno/regs: Fix CP_DRAW_INDX_OFFSET command | Kristian H. Kristensen | 2019-09-18 | 1 | -0/+14 |
* | freedreno/a6xx: Write multiple regs for SP_VS_OUT_REG and SP_VS_VPC_DST_REG | Kristian H. Kristensen | 2019-09-18 | 1 | -6/+5 |
* | freedreno/a6xx: Turn on vectorize_io | Kristian H. Kristensen | 2019-09-18 | 1 | -0/+1 |
* | freedreno/a6xx: Share shader state constructor and destructor | Kristian H. Kristensen | 2019-09-18 | 6 | -190/+76 |
* | freedreno/a6xx: Track location of gl_Position out as we link it | Kristian H. Kristensen | 2019-09-18 | 3 | -13/+13 |
* | spirv: Add missing break for capability handling | Caio Marcelo de Oliveira Filho | 2019-09-18 | 1 | -0/+1 |
* | iris: Avoid uploading SURFACE_STATE descriptors for UBOs if possible | Kenneth Graunke | 2019-09-18 | 3 | -17/+53 |
* | intel/compiler: Record whether any pull constant loads occur | Kenneth Graunke | 2019-09-18 | 3 | -0/+11 |
* | iris: Track per-stage bind history, reduce work accordingly | Kenneth Graunke | 2019-09-18 | 4 | -6/+16 |
* | iris: Don't flag IRIS_DIRTY_BINDINGS for constant usage history | Kenneth Graunke | 2019-09-18 | 1 | -2/+1 |
* | iris: Explicitly emit 3DSTATE_BTP_XS on Gen9 with DIRTY_CONSTANTS_XS | Kenneth Graunke | 2019-09-18 | 1 | -1/+6 |
* | iris: Flag IRIS_DIRTY_BINDINGS_XS on constant buffer rebinds | Kenneth Graunke | 2019-09-18 | 1 | -1/+2 |
* | radv: Add DFSM support. | Bas Nieuwenhuizen | 2019-09-18 | 1 | -5/+17 |
* | radv: Disable dfsm by default even on Raven. | Bas Nieuwenhuizen | 2019-09-18 | 2 | -3/+4 |
* | radv: Only break batch on framebuffer change with dfsm. | Bas Nieuwenhuizen | 2019-09-18 | 1 | -1/+1 |
* | nir/opt_if: Fix undef handling in opt_split_alu_of_phi() | Connor Abbott | 2019-09-18 | 1 | -55/+20 |
* | gl: drop incorrect pkg-config file for glvnd | Eric Engestrom | 2019-09-18 | 1 | -12/+2 |
* | docs: Add the maximum implemented Vulkan API version in 19.3 rel notes | Andres Gomez | 2019-09-19 | 1 | -0/+5 |
* | docs: Add the maximum implemented Vulkan API version in 19.2 rel notes | Andres Gomez | 2019-09-19 | 1 | -0/+5 |
* | docs: Add the maximum implemented Vulkan API version in 19.1 rel notes | Andres Gomez | 2019-09-19 | 1 | -0/+5 |
* | nir/opcodes: Clear variable names confusion | Andres Gomez | 2019-09-18 | 1 | -10/+15 |
* | radv: never kill a NGG GS shader | Rhys Perry | 2019-09-18 | 1 | -1/+3 |
* | radv/gfx10: fix VK_KHR_pipeline_executable_properties with NGG GS | Samuel Pitoiset | 2019-09-18 | 1 | -4/+13 |
* | radeonsi: include drm_fourcc.h to fix the build | Marek Olšák | 2019-09-18 | 1 | -0/+1 |